changed sway background, switched pacman update notifier in waybar
This commit is contained in:
parent
b8e796e488
commit
914e9afe56
3 changed files with 8 additions and 7 deletions
|
@ -165,11 +165,11 @@
|
|||
"format": "{icon}",
|
||||
"return-type": "json",
|
||||
"format-icons": {
|
||||
"has-updates": " ",
|
||||
"pending-updates": " ",
|
||||
"updated": ""
|
||||
},
|
||||
"exec-if": "which waybar-module-pacman-updates",
|
||||
"exec": "waybar-module-pacman-updates --interval-seconds 5 --network-interval-seconds 300"
|
||||
"exec-if": "which waybar-updates",
|
||||
"exec": "waybar-updates -n"
|
||||
},
|
||||
|
||||
"bluetooth": {
|
||||
|
|
|
@ -145,6 +145,6 @@ tooltip {
|
|||
background-color: @foreground;
|
||||
}
|
||||
|
||||
#custom-updates.has-updates {
|
||||
#custom-updates.pending-updates {
|
||||
color: @16;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue