From 62118a8b4c702779bb874dcd1f29a48d9442688d Mon Sep 17 00:00:00 2001 From: dbroqua Date: Fri, 8 Jan 2021 14:16:32 +0100 Subject: [PATCH] Updated workspaces button --- config/waybar/style.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/config/waybar/style.css b/config/waybar/style.css index 28cad8c..d30b1a1 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -39,14 +39,11 @@ window#waybar { border-radius: 4px; background: rgba(94,129,172,0.7); margin: 0 1px; - color: rgba(46, 52, 64, 1); -} -#workspaces button.current_output { - background: rgba(136, 192, 208, 0.7); } #workspaces button.focused { border-radius: 4px; - background: rgba(163, 190, 140, 0.7); + color: rgba(46, 52, 64, 1); + background: rgba(136, 192, 208, 0.7); } #workspaces button.urgent { background: rgba(208, 135, 112, 0.7);