diff --git a/hmModules/waybar/style.css b/hmModules/waybar/style.css index ab25e21..edb1ecd 100644 --- a/hmModules/waybar/style.css +++ b/hmModules/waybar/style.css @@ -19,10 +19,12 @@ window#waybar { font-size: 2rem; } -#workspaces button.focused, #workspaces button.focused, #workspaces button:hover { - background: transparent; +#workspaces button.active { + box-shadow: inset 0 -5px red; +} + +#workspaces button.focused, #workspaces button:hover { box-shadow: inset 0 -5px white; - /* color: @theme_fg_color; */ } #workspaces button.urgent {