feat(waybar): better contrast for active workspace

thanks mathis :-)
This commit is contained in:
jacekpoz 2023-11-29 19:01:10 +01:00
parent 94ea7469ac
commit ad7a68288b
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -272,7 +272,6 @@ in {
border-radius: 10px;
font-family: Material Design Icons;
font-size: 16px;
color: @text;
}
window#waybar {
@ -309,6 +308,7 @@ in {
margin-bottom: 6px;
margin-left: 3px;
background-color: @mantle;
color: @text;
min-width: 24px;
}
@ -322,6 +322,7 @@ in {
margin-bottom: 6px;
margin-left: 3px;
background-color: @blue;
color: @mantle;
min-width: 24px;
}