Adds yay updater
This commit is contained in:
parent
a0c00b0b8f
commit
43f41958f5
5 changed files with 27 additions and 3 deletions
|
|
@ -96,7 +96,10 @@ window#waybar {
|
|||
#custom-weather.severe,
|
||||
#custom-weather.showyIcyDay,
|
||||
#custom-weather.snowyIcyNight,
|
||||
#custom-weather.sunnyDay {
|
||||
#custom-weather.sunnyDay,
|
||||
#custom-updates,
|
||||
#custom-updates.pending-updates
|
||||
{
|
||||
color: $foreground;
|
||||
padding: 3px 6px 3px 6px;
|
||||
}
|
||||
|
|
@ -200,3 +203,7 @@ window#waybar {
|
|||
#custom-swaync:hover {
|
||||
background-color: $green;
|
||||
}
|
||||
|
||||
#custom-updates.pending-updates {
|
||||
background-color: dodgerblue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue