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

@ -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;
}