waybar: fix button.urgent color to match sway's client.urgent

This commit is contained in:
Colin 2024-03-01 15:03:14 +00:00
parent f9510e5d24
commit c6e956f3d2

View File

@ -51,7 +51,8 @@ window#waybar {
}
#workspaces button.urgent {
background-color: #e64291;
/* keep synchronized with `client.urgent` in ~/.config/sway/config */
background-color: #ff8080;
}
#backlight,