From 909a6da9cf342ccc4d1eef0dbdb12b56d211fafe Mon Sep 17 00:00:00 2001 From: ryukamish Date: Sat, 11 Apr 2026 23:13:59 +0530 Subject: add: visual indicators with uptime module --- waybar/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'waybar/style.css') diff --git a/waybar/style.css b/waybar/style.css index 07e2661..40f6ffa 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -13,8 +13,10 @@ window#waybar { #workspaces button { padding: 0 6px; + color: #cccccc; } +/* Different battery states indicator */ #battery.discharging.warning { color: #ffa500; } @@ -27,6 +29,7 @@ window#waybar { #battery, #window, #custom-brightness, +#custom-uptime, #memory, #network, #mpris, @@ -42,6 +45,7 @@ window#waybar { #bluetooth, #pulseaudio, #custom-brightness, +#custom-uptime, #battery { color: #cccccc; } -- cgit v1.3