diff options
Diffstat (limited to '.config/waybar/style.css.in')
| -rw-r--r-- | .config/waybar/style.css.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/waybar/style.css.in b/.config/waybar/style.css.in index e4072bb..67a1001 100644 --- a/.config/waybar/style.css.in +++ b/.config/waybar/style.css.in @@ -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; |