From e693073a407b19c07c35288b3a6ae69d25134697 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 20 Jul 2025 19:27:31 +0200 Subject: Improve waybar style --- config/waybar/config.jsonc | 7 ++++--- config/waybar/style.css | 6 +++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index 8ae7c95..18c089b 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -23,8 +23,8 @@ "idle_inhibitor": { "format": "{icon}", "format-icons": { - "activated": "SLP", - "deactivated": "CAF" + "activated": "CAF", + "deactivated": "ZZZ" } }, "clock": { @@ -50,7 +50,8 @@ "format-linked": "{ifname} (No IP) ", "format-disconnected": "Disconnected ", "format-alt": "{ifname}: {ipaddr}/{cidr}", - "format-icons": ["․", ":", "⸪", "⁛"] + "format-icons": ["․", ":", "⸪", "⁛"], + "on-click-right": "kitty nmtui" }, "power-profiles-daemon": { "format": "{icon}", 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; -- cgit