Archived
1
0
Fork 0

waybar: Fix style for multiple monitors

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2022-12-27 00:18:18 +01:00
parent f79f8339e7
commit e42cab2b45
Signed by: c8h4
GPG key ID: 9C82009BEEDEA0FF

View file

@ -24,10 +24,13 @@ window {
#workspaces button.visible {
color: rgba(217, 216, 216, 1);
border-top: 1px solid rgba(0, 0, 0, 0);
border-bottom: 1px solid rgba(0, 0, 0, 0);
}
#workspaces button.focused {
border-top: 3px solid rgba(217, 216, 216, 1);
border-top: 2px solid rgba(217, 216, 216, 1);
border-bottom: unset;
}
#workspaces button:hover {