waybar: new css

This commit is contained in:
Andrea Ciceri 2023-05-11 12:10:33 +02:00
parent 202611d0b8
commit bd83c4aefe
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -19,10 +19,12 @@ window#waybar {
font-size: 2rem;
}
#workspaces button.focused, #workspaces button.focused, #workspaces button:hover {
background: transparent;
#workspaces button.active {
box-shadow: inset 0 -5px red;
}
#workspaces button.focused, #workspaces button:hover {
box-shadow: inset 0 -5px white;
/* color: @theme_fg_color; */
}
#workspaces button.urgent {