From d6aab0bbfeba306226e58baeaa1f8960bb8b3b0b Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 27 Jan 2026 07:11:45 -0600 Subject: fix(waybar): keep volume text readable when muted Removed #wireplumber.muted color darkening from base, dupre, and hudson waybar CSS. Icon change and "Muted" text are sufficient cues. --- dotfiles/hyprland/.config/themes/hudson/waybar.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dotfiles/hyprland/.config/themes/hudson') diff --git a/dotfiles/hyprland/.config/themes/hudson/waybar.css b/dotfiles/hyprland/.config/themes/hudson/waybar.css index 9056529..d1a99b2 100644 --- a/dotfiles/hyprland/.config/themes/hudson/waybar.css +++ b/dotfiles/hyprland/.config/themes/hudson/waybar.css @@ -90,10 +90,6 @@ window#waybar { color: #bbbbbb; } -#wireplumber.muted { - color: #666666; -} - #battery.warning { color: #daa520; } -- cgit v1.2.3