waybar systemupdates icon yellow/red

This commit is contained in:
Spangenberg
2023-10-25 15:43:30 +02:00
parent 21785526a8
commit 692a072fad
3 changed files with 14 additions and 3 deletions

View File

@ -102,6 +102,14 @@ window#waybar.empty #window {
color: @iconcolor;
}
#custom-updates.yellow {
color: yellow;
}
#custom-updates.red {
color: red;
}
#tray {
background-color: #2980b9;
}