aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config
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
commitaaf51023a5ef956e67824b427c5374a2ad310deb (patch)
tree2b881047fa2722f33a358f8df4af00ff8a804c6c /dotfiles/hyprland/.config
parenta235311f544ae076fce7a4b4c6b339af2e4aab28 (diff)
downloadarchsetup-aaf51023a5ef956e67824b427c5374a2ad310deb.tar.gz
archsetup-aaf51023a5ef956e67824b427c5374a2ad310deb.zip
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')
-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
3 files changed, 12 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/themes/dupre/waybar.css b/dotfiles/hyprland/.config/themes/dupre/waybar.css
index 003814e..c5333f5 100644
--- a/dotfiles/hyprland/.config/themes/dupre/waybar.css
+++ b/dotfiles/hyprland/.config/themes/dupre/waybar.css
@@ -90,6 +90,10 @@ window#waybar {
color: #969385;
}
+#custom-netspeed.disconnected {
+ color: #d47c59;
+}
+
#battery.warning {
color: #d7af5f;
}
diff --git a/dotfiles/hyprland/.config/themes/hudson/waybar.css b/dotfiles/hyprland/.config/themes/hudson/waybar.css
index d1a99b2..4ee0615 100644
--- a/dotfiles/hyprland/.config/themes/hudson/waybar.css
+++ b/dotfiles/hyprland/.config/themes/hudson/waybar.css
@@ -90,6 +90,10 @@ window#waybar {
color: #bbbbbb;
}
+#custom-netspeed.disconnected {
+ color: #ff5858;
+}
+
#battery.warning {
color: #daa520;
}
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;
}