From 395e6b1576de98d8af39953fbfeeb78fdd7c62e0 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Tue, 31 May 2022 18:09:15 +0200 Subject: [PATCH] waybar: Tweak workspace indicator color --- tree/.config/waybar/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tree/.config/waybar/style.css b/tree/.config/waybar/style.css index 86d97ab..9ee5e1a 100644 --- a/tree/.config/waybar/style.css +++ b/tree/.config/waybar/style.css @@ -52,9 +52,9 @@ window#waybar.chromium { } #workspaces button.focused { - background-color: rgba(53, 96, 161, 1.0); - color: #ffffff; - box-shadow: inset 0 -3px #3560a1; + background-color: #f5deb3; + color: #696969; + box-shadow: inset 0 -3px #4b4437; } #workspaces button.urgent {