feat(waybar): set styling for tool tips
This commit is contained in:
parent
a158be7724
commit
11bff8b0ce
@ -65,6 +65,8 @@
|
||||
#clock,
|
||||
#wireplumber,
|
||||
#image,
|
||||
tooltip,
|
||||
tooltip label,
|
||||
#custom-pacman-update,
|
||||
#taskbar,
|
||||
#tray,
|
||||
@ -76,6 +78,12 @@
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
background-color: #16161d;
|
||||
color: #dcd7ba;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
/* Media */
|
||||
#custom-media.playing {
|
||||
background: linear-gradient(
|
||||
|
Loading…
x
Reference in New Issue
Block a user