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