aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-27 07:11:45 -0600
committerCraig Jennings <c@cjennings.net>2026-01-27 07:11:45 -0600
commitbbb4fefb84f81b3333e7bcdded8aa65807e06ec9 (patch)
treea07bd29d30aa98bcab328ce80b1b1c297b44ce3f
parentee185739cab5b9d1d57b8173641b10ff1d7106c5 (diff)
downloadarchsetup-bbb4fefb84f81b3333e7bcdded8aa65807e06ec9.tar.gz
archsetup-bbb4fefb84f81b3333e7bcdded8aa65807e06ec9.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.
-rw-r--r--dotfiles/hyprland/.config/themes/dupre/waybar.css4
-rw-r--r--dotfiles/hyprland/.config/themes/hudson/waybar.css4
-rw-r--r--dotfiles/hyprland/.config/waybar/style.css4
-rw-r--r--todo.org6
4 files changed, 4 insertions, 14 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;
}
diff --git a/todo.org b/todo.org
index c22a6f0..ea76e1e 100644
--- a/todo.org
+++ b/todo.org
@@ -133,8 +133,10 @@ Consider the temperature at which the CPU is getting "too hot". define two tempe
**** TODO [#B] waybar's storage monitor should change color when approaching full.
waybar's storage monitor should change color when it approaches full, to allow the user to take action. note that since this system could be running on zfs, btrfs, and ext4 file systems, this should work no matter which of these filesystems we are running on. When storage is at or over 80% full, the color of the storage icon on the waybar panel should turn yellow. When the storage is at or over 90$ full, it should be red. we'll be using themed colors form the dupre theme.
-**** TODO [#B] waybar's volume module should not change color when muted.
-When the monitor color darkens, it's difficult to see. It should always be clear. changing the icon and text to MUTED is enough of a visual cue.
+**** DONE [#B] waybar's volume module should not change color when muted.
+CLOSED: [2026-01-27 Tue]
+Removed #wireplumber.muted color overrides from all waybar CSS files.
+Icon and "Muted" text provide sufficient visual cue without darkening.
**** TODO [#D] Consider Customizing Hyprland Animations
Current: windows pop in, scratchpads slide from bottom.