diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-27 07:11:45 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-27 07:11:45 -0600 |
| commit | a235311f544ae076fce7a4b4c6b339af2e4aab28 (patch) | |
| tree | 947859eefa23af6dc8518ffdb16a01049f7eebd9 /dotfiles | |
| parent | 0fc4c8195684b1adad88da8ae310df675ddcdb4a (diff) | |
| download | archsetup-a235311f544ae076fce7a4b4c6b339af2e4aab28.tar.gz archsetup-a235311f544ae076fce7a4b4c6b339af2e4aab28.zip | |
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.
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/hyprland/.config/themes/dupre/waybar.css | 4 | ||||
| -rw-r--r-- | dotfiles/hyprland/.config/themes/hudson/waybar.css | 4 | ||||
| -rw-r--r-- | dotfiles/hyprland/.config/waybar/style.css | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/dotfiles/hyprland/.config/themes/dupre/waybar.css b/dotfiles/hyprland/.config/themes/dupre/waybar.css index e83f851..003814e 100644 --- a/dotfiles/hyprland/.config/themes/dupre/waybar.css +++ b/dotfiles/hyprland/.config/themes/dupre/waybar.css @@ -90,10 +90,6 @@ window#waybar { color: #969385; } -#wireplumber.muted { - color: #58574e; -} - #battery.warning { color: #d7af5f; } 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; } diff --git a/dotfiles/hyprland/.config/waybar/style.css b/dotfiles/hyprland/.config/waybar/style.css index 9056529..d1a99b2 100644 --- a/dotfiles/hyprland/.config/waybar/style.css +++ b/dotfiles/hyprland/.config/waybar/style.css @@ -90,10 +90,6 @@ window#waybar { color: #bbbbbb; } -#wireplumber.muted { - color: #666666; -} - #battery.warning { color: #daa520; } |
