Update some configs
This commit is contained in:
parent
ffceab7873
commit
f0c444ce6c
4 changed files with 12 additions and 10 deletions
|
@ -16,6 +16,7 @@ fi
|
||||||
if [ -z "$1" ]
|
if [ -z "$1" ]
|
||||||
then
|
then
|
||||||
host_backup_run
|
host_backup_run
|
||||||
|
sleep 3
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -17,10 +17,10 @@ if [ -z "$action" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$action" in
|
case "$action" in
|
||||||
backup-shutdown) _menu_shutdown_backup && systemctl poweroff -i ;;
|
"backup-shutdown") _menu_shutdown_backup && systemctl poweroff -i ;;
|
||||||
shutdown) systemctl poweroff -i ;;
|
"shutdown") systemctl poweroff -i ;;
|
||||||
reboot) systemctl reboot ;;
|
"reboot") systemctl reboot ;;
|
||||||
soft-reboot) systemctl soft-reboot ;;
|
"soft-reboot") systemctl soft-reboot ;;
|
||||||
logout) systemctl --user exit ;;
|
"logout") systemctl --user exit ;;
|
||||||
autostart) autostart-manage run ;;
|
"autostart") autostart-manage run ;;
|
||||||
*) ;; esac
|
"*") ;; esac
|
||||||
|
|
|
@ -126,15 +126,14 @@ groups = ["graphical"]
|
||||||
|
|
||||||
[[autoinstall]]
|
[[autoinstall]]
|
||||||
type = "exe"
|
type = "exe"
|
||||||
source = "https://git.serguzim.me/serguzim/teamspeak-query-lib/raw/branch/main/ts-control"
|
source = "https://git.serguzim.me/serguzim/teamspeak-query-lib/releases/download/latest/ts-control"
|
||||||
target = "ts-control"
|
target = "ts-control"
|
||||||
groups = ["graphical", "personal"]
|
groups = ["graphical", "personal"]
|
||||||
|
|
||||||
[[autoinstall]]
|
[[autoinstall]]
|
||||||
type = "exe"
|
type = "exe"
|
||||||
source = "https://git.serguzim.me/serguzim/teamspeak-query-lib/actions/runs/latest/artifacts/teamspeak-query-lib"
|
source = "https://git.serguzim.me/serguzim/teamspeak-query-lib/releases/download/latest/teamspeak-query-lib"
|
||||||
target = "teamspeak-query-lib"
|
target = "teamspeak-query-lib"
|
||||||
pipe = "zcat"
|
|
||||||
groups = ["graphical", "personal"]
|
groups = ["graphical", "personal"]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,8 @@
|
||||||
"position",
|
"position",
|
||||||
"length"
|
"length"
|
||||||
],
|
],
|
||||||
|
"title-len": 50,
|
||||||
|
"artist-len": 25,
|
||||||
"player-icons": {
|
"player-icons": {
|
||||||
"default": "",
|
"default": "",
|
||||||
"chromium": "",
|
"chromium": "",
|
||||||
|
|
Loading…
Reference in a new issue