nixosModules/style/waybar: update tooltip text to purple
This commit is contained in:
parent
852b3e1f78
commit
e71cf34700
1 changed files with 2 additions and 2 deletions
|
@ -57,11 +57,11 @@ in {
|
||||||
}
|
}
|
||||||
tooltip {
|
tooltip {
|
||||||
background: ${base00};
|
background: ${base00};
|
||||||
border: 1px solid ${base08};
|
border: 1px solid ${base0E};
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
}
|
}
|
||||||
tooltip label {
|
tooltip label {
|
||||||
color: ${base08};
|
color: ${base0E};
|
||||||
}
|
}
|
||||||
#window, #pulseaudio, #cpu, #memory, #idle_inhibitor {
|
#window, #pulseaudio, #cpu, #memory, #idle_inhibitor {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in a new issue