diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-08-26 21:32:32 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-08-26 21:32:32 +0200 |
commit | e5565b7bf82e8951d135e8fba2e94331fffc94ac (patch) | |
tree | c11785df31ed06129817d7fdce0aaab8c10cb294 /dotfiles/waybar | |
parent | Hosts: Start switch from river to sway wm (diff) | |
download | nixos-config-e5565b7bf82e8951d135e8fba2e94331fffc94ac.tar.gz nixos-config-e5565b7bf82e8951d135e8fba2e94331fffc94ac.tar.bz2 nixos-config-e5565b7bf82e8951d135e8fba2e94331fffc94ac.zip |
Waybar: Fix styling of focused hovered tags
Diffstat (limited to 'dotfiles/waybar')
-rw-r--r-- | dotfiles/waybar/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/waybar/style.css b/dotfiles/waybar/style.css index a36cc04..01fded6 100644 --- a/dotfiles/waybar/style.css +++ b/dotfiles/waybar/style.css @@ -36,7 +36,7 @@ window#waybar { padding: 0 7px; } -#workspaces button.focused { +#workspaces button.focused, #workspaces button.focused:hover { border-top: 0; margin: 0; padding: 0 7px; |