diff --git a/dotfiles/desktop/.config/waybar/config.jsonc b/dotfiles/desktop/.config/waybar/config.jsonc index 8ba2a07..1a6cf72 100644 --- a/dotfiles/desktop/.config/waybar/config.jsonc +++ b/dotfiles/desktop/.config/waybar/config.jsonc @@ -74,9 +74,9 @@ "pulseaudio": { "format": "{icon} {volume}%", - "format-muted": " muted", - "format-bluetooth": "{icon} {volume}% ", - "format-icons": { "default": ["", "", ""] }, + "format-muted": " muted", + "format-bluetooth": "{icon} {volume}% ", + "format-icons": { "default": ["", "", ""] }, "on-click": "swayosd-client --output-volume mute-toggle", "on-click-right": "pavucontrol" }, diff --git a/dotfiles/desktop/.config/waybar/style.css b/dotfiles/desktop/.config/waybar/style.css index 67febb5..cee9a46 100644 --- a/dotfiles/desktop/.config/waybar/style.css +++ b/dotfiles/desktop/.config/waybar/style.css @@ -57,7 +57,7 @@ window#waybar { #network { color: #4a90d9; } #network.disconnected { color: #3a3a46; } #pulseaudio { color: #7dcfff; } -#pulseaudio.muted { color: #3a3a46; } +#pulseaudio.muted { color: #8e8e9a; } #battery { color: #d0d0d0; } #battery.charging { color: #9ec07c; } #battery.warning { color: #e0af68; }