Waybar pkg updates: recheck for updates every hour.
This commit is contained in:
parent
f576a7224e
commit
07f846c29e
1 changed files with 4 additions and 10 deletions
|
@ -22,8 +22,7 @@
|
|||
"memory",
|
||||
"custom/cpu-temp",
|
||||
"cpu",
|
||||
"clock#date",
|
||||
"clock#time"
|
||||
"clock"
|
||||
],
|
||||
"hyprland/workspaces": {
|
||||
"disable-scroll": true,
|
||||
|
@ -37,7 +36,7 @@
|
|||
},
|
||||
"custom/pkg-update-count": {
|
||||
"exec": "$HOME/.scripts/waybar-pkg-update-count.sh",
|
||||
"interval": "once",
|
||||
"interval": 3600,
|
||||
"on-click": "$HOME/.scripts/waybar-pkg-update-count.sh",
|
||||
"signal": 3,
|
||||
"return-type": "json",
|
||||
|
@ -213,9 +212,9 @@
|
|||
"format": " {usage}%",
|
||||
"interval": 5
|
||||
},
|
||||
"clock#date": {
|
||||
"clock": {
|
||||
"interval": 1,
|
||||
"format": " {:%Ex}",
|
||||
"format": " {:%e %b %Y - %EX}",
|
||||
"tooltip-format": "<tt>{calendar}</tt>",
|
||||
"calendar": {
|
||||
"mode": "month",
|
||||
|
@ -226,10 +225,5 @@
|
|||
"today": "<span color='#ff6699'><b>{}</b></span>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"clock#time": {
|
||||
"interval": 1,
|
||||
"format": " {:%EX}",
|
||||
"tooltip": false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue