summaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/waybar
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-27 07:29:20 -0600
committerCraig Jennings <c@cjennings.net>2026-01-27 07:29:20 -0600
commit6b09e4a12d07d196e96f70643b296edd45b54bf8 (patch)
tree1e5582bb903c766dfbcc0b1f5c39a361de376dd0 /dotfiles/hyprland/.config/waybar
parentd6aab0bbfeba306226e58baeaa1f8960bb8b3b0b (diff)
fix(waybar): show red network icon when disconnected
Added themed disconnected color to netspeed module CSS across base, dupre, and hudson styles. Changed disconnected label to "Offline".
Diffstat (limited to 'dotfiles/hyprland/.config/waybar')
-rw-r--r--dotfiles/hyprland/.config/waybar/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/waybar/style.css b/dotfiles/hyprland/.config/waybar/style.css
index d1a99b2..4ee0615 100644
--- a/dotfiles/hyprland/.config/waybar/style.css
+++ b/dotfiles/hyprland/.config/waybar/style.css
@@ -90,6 +90,10 @@ window#waybar {
color: #bbbbbb;
}
+#custom-netspeed.disconnected {
+ color: #ff5858;
+}
+
#battery.warning {
color: #daa520;
}