waybar: fix focused workspace color

This commit is contained in:
Aminda Suomalainen 2024-01-21 10:59:20 +02:00
parent ea03abf22a
commit 2a2cafa517
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ tooltip label {
} }
#workspaces button.focused { #workspaces button.focused {
background: #64727d; background: #ffffff;
border-bottom: 3px solid #ff0000; border-bottom: 3px solid #ff0000;
} }