aboutsummaryrefslogtreecommitdiff
path: root/config/waybar/style.css
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-07-20 19:27:31 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-07-20 19:27:31 +0200
commit1547965f57c4c74afd6225157a550eb13b7e1187 (patch)
tree04b86279fe9ae7ea849c25b55f7f1da63a9a1580 /config/waybar/style.css
parenteb815063db2fd6e5484d1e7cbe43355e977a985b (diff)
Improve waybar style
Diffstat (limited to 'config/waybar/style.css')
-rw-r--r--config/waybar/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/waybar/style.css b/config/waybar/style.css
index deee975..2857954 100644
--- a/config/waybar/style.css
+++ b/config/waybar/style.css
@@ -103,9 +103,13 @@ button:hover {
}
#idle_inhibitor {
- background: #4F8FE6;
+ color: #0F261F;
+ background: #DAE6E3;
}
+#idle_inhibitor.activated {
+ background: #4F8FE6;
+}
#mpd {
color: #0F261F;
background-color: #FAED8F;