mirror of
https://github.com/zhenyan121/dotfiles.git
synced 2026-06-17 16:07:01 +08:00
feat(waybar): add restart-interval and middle-click for manual update refresh
Replace interval with restart-interval=0 to allow manual trigger. Add middle-click to force update check via SIGUSR1. Remove obsolete backup file.
This commit is contained in:
@@ -383,8 +383,9 @@
|
||||
"updated": ""
|
||||
},
|
||||
"exec": "~/.config/waybar/scripts/check-updates.sh",
|
||||
"interval": 3600,
|
||||
"restart-interval": 0,
|
||||
"on-click": "kitty -e paru",
|
||||
"on-click-middle": "pkill -SIGUSR1 -f ~/.config/waybar/scripts/check-updates.sh"
|
||||
},
|
||||
//隐私
|
||||
"privacy": {
|
||||
|
||||
Reference in New Issue
Block a user