From a5ec10426dfeb951e6094b83350f27796caff14f Mon Sep 17 00:00:00 2001 From: Joseph Montanaro Date: Tue, 28 Oct 2025 15:07:35 -0400 Subject: [PATCH] re-tweak waybar workspace config --- dot_config/waybar/config.jsonc | 20 ++------------------ dot_config/waybar/style.css | 6 +++++- 2 files changed, 7 insertions(+), 19 deletions(-) diff --git a/dot_config/waybar/config.jsonc b/dot_config/waybar/config.jsonc index ed06495..4f1b9e8 100644 --- a/dot_config/waybar/config.jsonc +++ b/dot_config/waybar/config.jsonc @@ -18,25 +18,9 @@ "on-click": "activate", "format": "{icon}", "format-icons": { - "default": "", - "1": "1", - "2": "2", - "3": "3", - "4": "4", - "5": "5", - "6": "6", - "7": "7", - "8": "8", - "9": "9", - "active": "󱓻" + "on-click": "activate", + "format": "{icon}", }, - "persistent-workspaces": { - "1": [], - "2": [], - "3": [], - "4": [], - "5": [] - } }, "custom/omarchy": { "format": "\ue900", diff --git a/dot_config/waybar/style.css b/dot_config/waybar/style.css index f2b1e9f..031282c 100644 --- a/dot_config/waybar/style.css +++ b/dot_config/waybar/style.css @@ -2,7 +2,7 @@ * { background-color: @background; - color: @foreground; + /* color: @foreground; */ border: none; border-radius: 0; @@ -30,6 +30,10 @@ opacity: 0.5; } +#workspaces button.active { + color: #bfe28c; +} + #cpu, #battery, #pulseaudio,