diff options
| author | Robert Günzler <r@gnzler.io> | 2022-06-13 16:06:04 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-06-13 16:06:40 +0200 |
| commit | b811695f91cc0ea7a709bde4c89911288cf059c1 (patch) | |
| tree | fabb492246b8c50cf4177ebfd9b111c7ff3dbf0a /.config/waybar | |
| parent | 161c24379f2fbab4c7ac6e915149428472ec9cbf (diff) | |
waybar: add styling for visible+unfocused workspaces
Diffstat (limited to '.config/waybar')
| -rw-r--r-- | .config/waybar/style.css | 4 | ||||
| -rw-r--r-- | .config/waybar/style.css.in | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 3ffa9c8..7f637a9 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -95,6 +95,10 @@ window#waybar.hidden { #tags button.occupied { color: @dimmed; } +#workspaces button.visible { + color: @dimmeddarker; + background: @accentdarker; +} #tags button.focused, #workspaces button.focused { font-weight: bold; diff --git a/.config/waybar/style.css.in b/.config/waybar/style.css.in index 406adb6..075b83c 100644 --- a/.config/waybar/style.css.in +++ b/.config/waybar/style.css.in @@ -95,6 +95,10 @@ window#waybar.hidden { #tags button.occupied { color: @dimmed; } +#workspaces button.visible { + color: @dimmeddarker; + background: @accentdarker; +} #tags button.focused, #workspaces button.focused { font-weight: bold; |