From 3d34eb5fb3f88ab3031a5cb058ec6171fec8f437 Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Tue, 27 Jan 2026 10:58:49 +0100 Subject: [PATCH] [waybar/hyprland] Met en avant le workspace actif --- .config/waybar/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 234d5d6..56d0cde 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -63,6 +63,11 @@ button:hover { box-shadow: inset 0 -3px #ffffff; } +#workspaces button.active { + background-color: #64727D; + box-shadow: inset 0 -3px #ffffff; +} + #workspaces button.urgent { background-color: #eb4d4b; }