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

@ -59,6 +59,7 @@
"custom/updates": {
"format": "{icon}",
"format-icons": {
"require-updates": "󰻍",
"has-updates": "󰻍",
"updated": "󰳈"},
"tooltip-format": "{}",

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