From 2a2cafa517780e870a220b33d7af00d10e6cc35e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 21 Jan 2024 10:59:20 +0200 Subject: [PATCH] waybar: fix focused workspace color --- conf/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/waybar/style.css b/conf/waybar/style.css index e53def38..132ae816 100644 --- a/conf/waybar/style.css +++ b/conf/waybar/style.css @@ -32,7 +32,7 @@ tooltip label { } #workspaces button.focused { - background: #64727d; + background: #ffffff; border-bottom: 3px solid #ff0000; }