From 081881b714e83bf4330e0a31991966cbf67d931a Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Fri, 28 Nov 2025 01:52:34 +0300 Subject: =?UTF-8?q?=D0=9D=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88=D0=B8=D0=B5?= =?UTF-8?q?=20=D0=B0=D0=BF=D0=B4=D0=B5=D0=B9=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/waybar/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/waybar') diff --git a/config/waybar/style.css b/config/waybar/style.css index 59fee8e..c00f1ff 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -62,6 +62,12 @@ button:hover { #workspaces button:hover { background: rgba(0, 0, 0, 0.2); } +#workspaces button.active { + background: rgba(0, 0, 0, 0.2); + background-color: #64727D; + box-shadow: inset 0 -3px #ffffff; +} + #workspaces button.focused { background-color: #64727D; -- cgit v1.2.3