From 6b09e4a12d07d196e96f70643b296edd45b54bf8 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 27 Jan 2026 07:29:20 -0600 Subject: 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". --- dotfiles/hyprland/.config/waybar/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dotfiles/hyprland/.config/waybar') 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; } -- cgit v1.2.3