From b491c39c9253d25589ef98fe23a5c996ed0c149c Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 12 Oct 2023 06:42:57 -0400 Subject: sway config --- desktop/.config/waybar/style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'desktop/.config/waybar/style.css') diff --git a/desktop/.config/waybar/style.css b/desktop/.config/waybar/style.css index 49d5ac1..edc028e 100644 --- a/desktop/.config/waybar/style.css +++ b/desktop/.config/waybar/style.css @@ -79,6 +79,25 @@ button:hover { margin: 0 4px; } +#workspaces button { + padding: 0 5px; + background-color: transparent; + color: #ffffff; +} + +#workspaces button:hover { + background: rgba(0, 0, 0, 0.2); +} + +#workspaces button.focused { + background-color: #64727D; + box-shadow: inset 0 -3px #ffffff; +} + +#workspaces button.urgent { + background-color: #eb4d4b; +} + /* If workspaces is the leftmost module, omit left margin */ .modules-left > widget:first-child > #workspaces { margin-left: 0; -- cgit v1.2.3