waybar: new css
This commit is contained in:
parent
202611d0b8
commit
bd83c4aefe
1 changed files with 5 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue