Added a built in default update script. (#631)

* Added a built in default update script.

* Remove exit
This commit is contained in:
Jas Singh
2024-12-26 02:10:39 -08:00
committed by GitHub
parent eac830fa12
commit 0c9b72708e
2 changed files with 57 additions and 1 deletions

View File

@@ -1104,7 +1104,7 @@ const options = mkOptions(CONFIG, {
updated: opt('󰏖'),
},
pollingInterval: opt(1000 * 60 * 60 * 6),
leftClick: opt(''),
leftClick: opt(`$TERMINAL -e ${SRC_DIR}/scripts/runUpdates.sh -arch`),
rightClick: opt(''),
middleClick: opt(''),
scrollUp: opt(''),