diff options
| author | ryukamish <[email protected]> | 2026-04-11 23:13:59 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-04-11 23:13:59 +0530 |
| commit | 909a6da9cf342ccc4d1eef0dbdb12b56d211fafe (patch) | |
| tree | 3a88ca28ff8f5cfc7b24d194ac1a84f6214d0010 /waybar/style.css | |
| parent | 7486374c3679c85ebf7670c7976e607d1509be1b (diff) | |
add: visual indicators with uptime module
Diffstat (limited to 'waybar/style.css')
| -rw-r--r-- | waybar/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |
