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 | d6aab0bbfeba306226e58baeaa1f8960bb8b3b0b (patch) | |
| tree | b631d28211d4fc53efaf9f18fa576fc5e469563a /dotfiles | |
| parent | 0d82527c5e2e2784afb4aa104a5fc9bb7031eb5b (diff) | |
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; } |
