personal dotfiles: my Hyprland config
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 2376581..031a74e 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -58,7 +58,8 @@ button:hover { background: inherit; } -#workspaces button.focused { +#workspaces button.focused, +#workspaces button.active { background-color: #64727D; box-shadow: inset 0 -3px #ffffff; } |