9 lines
308 B
JSON
9 lines
308 B
JSON
{
|
|
"updateIntervalMinutes": 30,
|
|
"updateTerminalCommand": "alacritty -e",
|
|
"currentIconName": "world-download",
|
|
"hideOnZero": true,
|
|
"customCmdGetNumUpdates": "expr $(xbps-install -Mnu 2>&1 | grep -v '^$' | wc -l) + $(flatpak remote-ls --updates | wc -l)",
|
|
"customCmdDoSystemUpdate": "~/update.sh"
|
|
}
|