diff options
| author | ewy1 <ewy0@protonmail.com> | 2025-03-21 16:00:29 +0100 |
|---|---|---|
| committer | ewy1 <ewy0@protonmail.com> | 2025-03-21 16:00:29 +0100 |
| commit | 332b8f17a3f043a2c399341cde7679a850f9770a (patch) | |
| tree | e8be2bf207b884d02c7aad574129db35ad232dd0 /.config/waybar/style.css | |
| parent | 6d176a49e1351e81bbe0ae94215364f8bef2e3ea (diff) | |
more niri changes
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index f66aff4..edaff52 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -55,7 +55,12 @@ border-color: @color7; color: @foreground; } -#workspaces button.visible { +#workspaces button.visible, +#workspaces button.focused { background-color: @foreground; color: @background; } + +#workspaces button.empty { + opacity: 0.5; +} |
