waybar systemupdates icon yellow/red
This commit is contained in:
@ -59,6 +59,7 @@
|
||||
"custom/updates": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"require-updates": "",
|
||||
"has-updates": "",
|
||||
"updated": ""},
|
||||
"tooltip-format": "{}",
|
||||
|
@ -102,6 +102,14 @@ window#waybar.empty #window {
|
||||
color: @iconcolor;
|
||||
}
|
||||
|
||||
#custom-updates.yellow {
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
#custom-updates.red {
|
||||
color: red;
|
||||
}
|
||||
|
||||
#tray {
|
||||
background-color: #2980b9;
|
||||
}
|
||||
|
Reference in New Issue
Block a user