diff --git a/sericea/.config/waybar/style.css b/sericea/.config/waybar/style.css index f7514e9c..cb47ff09 100644 --- a/sericea/.config/waybar/style.css +++ b/sericea/.config/waybar/style.css @@ -26,17 +26,26 @@ window#waybar.bottom { #workspaces { } #workspaces button { + /* Any random button */ background: transparent; color: #a89984; padding: 0 0.9em; } #workspaces button:hover { + /* A button that is currently being hovered over by the mouse cursor */ + /* This comes with free transitions */ box-shadow: inherit; text-shadow: inherit; background-color: #504945; } +#workspaces button.visible { + color: #282828; + background: #504945; + font-weight: bold; +} #workspaces button.focused { - color: #ebdbb2; + color: #282828; + background: #83a598; font-weight: bold; } #workspaces button.urgent {