diff options
| author | Zach DeCook <zachdecook@librem.one> | 2024-01-20 15:44:34 -0500 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2024-01-20 15:44:34 -0500 |
| commit | 160f7c5b35bf088b5fd22ae998e5e845dc47c3c6 (patch) | |
| tree | 795e168d83000e6c71d8a341d6ffd0c6f846b139 /.config/waybar/style.css | |
| parent | 1d171e7eb186787dda3ec7c91538baaa7be3f457 (diff) | |
| download | dotfiles-160f7c5b35bf088b5fd22ae998e5e845dc47c3c6.tar.gz | |
hyprland: more setup
See https://github.com/hyprwm/Hyprland/pull/4489 for workspace_swipe_touch
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; } |
