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);