Adds yay updater

This commit is contained in:
Michel Fedde 2025-03-15 13:32:20 +01:00
parent a0c00b0b8f
commit 43f41958f5
5 changed files with 27 additions and 3 deletions

View file

@ -85,7 +85,9 @@ window#waybar {
#custom-weather.severe,
#custom-weather.showyIcyDay,
#custom-weather.snowyIcyNight,
#custom-weather.sunnyDay {
#custom-weather.sunnyDay,
#custom-updates,
#custom-updates.pending-updates {
color: #d5c4a1;
padding: 3px 6px 3px 6px;
}
@ -190,4 +192,8 @@ window#waybar {
background-color: #b8bb26;
}
#custom-updates.pending-updates {
background-color: dodgerblue;
}
/*# sourceMappingURL=style.css.map */