From 79349095c7b8e6b159d1ecce0f5fa298b3392a09 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 9 Feb 2022 00:14:31 +0100 Subject: add river init and make some scripts work --- .config/waybar/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.config/waybar/style.css') diff --git a/.config/waybar/style.css b/.config/waybar/style.css index dec6cb8..2d6a36c 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -81,12 +81,20 @@ window#waybar.hidden { transition-duration: 0.1s; } +#tags button, #workspaces button { padding: 0 5px; background: transparent; color: @dimmed; /* border-bottom: 3px solid transparent; */ } +#tags button { + color: @dimmeddarker; +} +#tags button.occupied { + color: @dimmed; +} +#tags button.focused, #workspaces button.focused { font-weight: bold; color: @foreground; @@ -94,10 +102,13 @@ window#waybar.hidden { transition-property: background; transition-duration: 0.01s; } +#tags button.urgent, #workspaces button.urgent { color: @background; background: @urgent; } +#tags button:hover, +#tags button.focused:hover, #workspaces button:hover, #workspaces button.focused:hover { background: @accent; @@ -109,6 +120,7 @@ window#waybar.hidden { box-shadow: inherit; text-shadow: inherit; } +#tags button.urgent:hover, #workspaces button.urgent:hover { background: @foreground; transition-property: background; -- cgit 1.4.1