Compare commits

...

3 Commits

Author SHA1 Message Date
43fcdd0b61
update 2025-03-17 00:15:45 -07:00
abb539e52b
update styling 2025-03-16 22:50:24 -07:00
78feda56cd
update colors and change mode module 2025-03-16 22:13:46 -07:00
3 changed files with 28 additions and 20 deletions

View File

@ -5,12 +5,13 @@
"width": 2550, "width": 2550,
"spacing": 1, "spacing": 1,
"reload_style_on_change": true, "reload_style_on_change": true,
"fixed-center": true,
"margin": "10 5 0 5", "margin": "10 5 0 5",
"modules-left": [ "modules-left": [
"custom/launcher", "custom/launcher",
"hyprland/workspaces", "hyprland/workspaces",
"tray", "tray",
"hyprland/mode", "hyprland/submap",
"custom/mpd-scroll", "custom/mpd-scroll",
"custom/firefox", "custom/firefox",
"cava", "cava",
@ -60,8 +61,10 @@
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%", "tooltip-format-enumerate-connected-battery": "{device_alias}\t{device_address}\t{device_battery_percentage}%",
"on-click": "blueman-manager", "on-click": "blueman-manager",
}, },
"hyprland/mode": { "hyprland/submap": {
"format": "<span style=\"italic\">{}</span>", "format": "{}",
"max-length": 8,
"tooltip": false,
}, },
"hyprland/scratchpad": { "hyprland/scratchpad": {
"format": "{icon} {count}", "format": "{icon} {count}",
@ -271,9 +274,9 @@
"cava": { "cava": {
// "cava_config": "$HOME/.config/cava/config", // "cava_config": "$HOME/.config/cava/config",
"framerate": 144, "framerate": 144,
"autosens": 1, "autosens": 0,
"sensitivity": 100, "sensitivity": 100,
"bars": 14, "bars": 12,
"lower_cutoff_freq": 50, "lower_cutoff_freq": 50,
"higher_cutoff_freq": 10000, "higher_cutoff_freq": 10000,
"method": "pipewire", "method": "pipewire",

View File

@ -2,9 +2,7 @@
* { * {
border: none; border: none;
font-family: font-family: "JetBrainsMono Nerd Font", "Font Awesome", "Noto Sans CJK JP";
JetBrainsMono Nerd Font,
Font Awesome;
font-size: 13px; font-size: 13px;
min-height: 0; min-height: 0;
border-radius: 0.69em; border-radius: 0.69em;
@ -20,6 +18,12 @@ window#waybar.hidden {
opacity: 0.2; opacity: 0.2;
} }
#window {
background-color: inherit;
padding: 0 10px;
margin: 5px 1px;
}
tooltip { tooltip {
background-color: @base; background-color: @base;
border: 1px solid @subtext0; border: 1px solid @subtext0;
@ -85,7 +89,7 @@ button:hover {
background-image: linear-gradient(0deg, @surface1, @mantle); background-image: linear-gradient(0deg, @surface1, @mantle);
} }
#mode { #submap {
background-color: @base; background-color: @base;
box-shadow: inset 0 -2px @text; box-shadow: inset 0 -2px @text;
} }
@ -103,7 +107,7 @@ button:hover {
#custom-kernel, #custom-kernel,
#idle_inhibitor, #idle_inhibitor,
#scratchpad, #scratchpad,
#mode, #submap,
#tray { #tray {
padding: 0 10px; padding: 0 10px;
margin: 5px 1px; margin: 5px 1px;
@ -167,7 +171,7 @@ label:focus {
} }
#network.disconnected { #network.disconnected {
background-color: red; background-color: @red;
color: @mantle; color: @mantle;
} }
@ -178,7 +182,7 @@ label:focus {
} }
#pulseaudio { #pulseaudio {
background-color: @yellow; background-color: @sapphire;
color: @mantle; color: @mantle;
} }
@ -201,8 +205,8 @@ label:focus {
#tray { #tray {
/* background-color: @overlay0; */ /* background-color: @overlay0; */
background-color: @surface1; background-color: @surface0;
color: @text; color: @mantle;
} }
#tray > .passive { #tray > .passive {
@ -241,14 +245,14 @@ label:focus {
} }
#custom-mpd-scroll { #custom-mpd-scroll {
color: @base; color: @mantle;
background-color: @blue; background-color: @mauve;
padding: 0 10px; padding: 0 10px;
margin: 5px 1px; margin: 5px 1px;
} }
#custom-updates { #custom-updates {
background-color: @yellow; background-color: @yellow;
color: @base; color: @mantle;
padding: 0 10px; padding: 0 10px;
margin: 5px 1px; margin: 5px 1px;
} }
@ -260,15 +264,15 @@ label:focus {
} }
#custom-firefox { #custom-firefox {
color: @base; color: @mantle;
background-color: @pink; background-color: @peach;
padding: 0 10px; padding: 0 10px;
margin: 5px 1px; margin: 5px 1px;
} }
#cava { #cava {
background-color: @blue; background-color: @blue;
color: @base; color: @crust;
padding: 0 10px; padding: 0 10px;
margin: 5px 1px; margin: 5px 1px;
} }

1
scripts/escape-mpc-pango.sh Symbolic link
View File

@ -0,0 +1 @@
../../../projects/scripts/waybar/escape-mpc-pango.sh