summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2025-11-25 07:16:48 -0500
committerJon Santmyer <jon@jonsantmyer.com>2025-11-25 07:16:48 -0500
commit34a81b72d264acc99972e4a8e77be33e713486c8 (patch)
tree6fbf74f3558886d0d04feaf235580fa76ae26e8e /config
parent29e4d76f2169644939495e40ced0404667c50f17 (diff)
downloadnix-config-34a81b72d264acc99972e4a8e77be33e713486c8.tar.gz
nix-config-34a81b72d264acc99972e4a8e77be33e713486c8.tar.bz2
nix-config-34a81b72d264acc99972e4a8e77be33e713486c8.zip
use overlays instead of custom defined packages when possibleHEADmaster
Diffstat (limited to 'config')
-rw-r--r--config/waybar/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/waybar/style.css b/config/waybar/style.css
index a6a79ab..7b493d6 100644
--- a/config/waybar/style.css
+++ b/config/waybar/style.css
@@ -205,7 +205,7 @@ label:focus {
}
#tray {
- background-color: #2980b9;
+ background-color: #4b4b5b;
}
#tray > .passive {
@@ -214,7 +214,7 @@ label:focus {
#tray > .needs-attention {
-gtk-icon-effect: highlight;
- background-color: #eb4d4b;
+ background-color: #4b4b5b;
}
#idle_inhibitor {