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/.local/bin/waybar-netspeed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/hyprland/.local/bin/waybar-netspeed') diff --git a/dotfiles/hyprland/.local/bin/waybar-netspeed b/dotfiles/hyprland/.local/bin/waybar-netspeed index 97e8e5e..a6296b0 100755 --- a/dotfiles/hyprland/.local/bin/waybar-netspeed +++ b/dotfiles/hyprland/.local/bin/waybar-netspeed @@ -6,7 +6,7 @@ INTERFACE=$(ip route | awk '/default/ {print $5; exit}') if [ -z "$INTERFACE" ]; then - echo '{"text": "󰤭 Disconnected", "tooltip": "No network connection", "class": "disconnected"}' + echo '{"text": "󰤭 Offline", "tooltip": "No network connection", "class": "disconnected"}' exit 0 fi -- cgit v1.2.3