From 160f7c5b35bf088b5fd22ae998e5e845dc47c3c6 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Sat, 20 Jan 2024 15:44:34 -0500 Subject: hyprland: more setup See https://github.com/hyprwm/Hyprland/pull/4489 for workspace_swipe_touch --- .config/waybar/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/waybar/style.css') 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; } -- cgit 1.4.1