diff options
| author | Robert Günzler <r@gnzler.io> | 2022-02-09 00:14:31 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-02-09 00:16:55 +0100 |
| commit | 79349095c7b8e6b159d1ecce0f5fa298b3392a09 (patch) | |
| tree | 5a791ac6b73988c3b857188db5df1f86b27cc590 /.config/waybar/style.css | |
| parent | fcd381b368c1498034f8d0170268dc5613ba23f8 (diff) | |
add river init and make some scripts work
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
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; |