waybar: fix tray padding
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
378e290ff7
commit
b0262c229f
1 changed files with 13 additions and 1 deletions
|
@ -96,10 +96,22 @@ tooltip {
|
|||
color: #b58900;
|
||||
}
|
||||
|
||||
#tray .active {
|
||||
#tray {
|
||||
background: #073642;
|
||||
}
|
||||
|
||||
#tray > widget {
|
||||
background: none;
|
||||
}
|
||||
|
||||
#tray > widget:hover {
|
||||
background: rgba(88, 110, 117, 0.25);
|
||||
}
|
||||
|
||||
#tray > widget > image {
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
#wireplumber.muted {
|
||||
color: #dc322f;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue