diff --git a/.bin/host-backup b/.bin/host-backup index c543866..f35fd26 100755 --- a/.bin/host-backup +++ b/.bin/host-backup @@ -16,6 +16,7 @@ fi if [ -z "$1" ] then host_backup_run + sleep 3 exit 0 fi diff --git a/.bin/menu-shutdown b/.bin/menu-shutdown index 2fd8ea2..1d3b473 100755 --- a/.bin/menu-shutdown +++ b/.bin/menu-shutdown @@ -17,10 +17,10 @@ if [ -z "$action" ]; then fi case "$action" in - backup-shutdown) _menu_shutdown_backup && systemctl poweroff -i ;; - shutdown) systemctl poweroff -i ;; - reboot) systemctl reboot ;; - soft-reboot) systemctl soft-reboot ;; - logout) systemctl --user exit ;; - autostart) autostart-manage run ;; - *) ;; esac + "backup-shutdown") _menu_shutdown_backup && systemctl poweroff -i ;; + "shutdown") systemctl poweroff -i ;; + "reboot") systemctl reboot ;; + "soft-reboot") systemctl soft-reboot ;; + "logout") systemctl --user exit ;; + "autostart") autostart-manage run ;; + "*") ;; esac diff --git a/.config/autoinstall.toml b/.config/autoinstall.toml index 245aaec..b848d42 100644 --- a/.config/autoinstall.toml +++ b/.config/autoinstall.toml @@ -126,15 +126,14 @@ groups = ["graphical"] [[autoinstall]] 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" groups = ["graphical", "personal"] [[autoinstall]] 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" -pipe = "zcat" groups = ["graphical", "personal"] diff --git a/.config/waybar/default-modules.json b/.config/waybar/default-modules.json index 598ac08..b21f074 100644 --- a/.config/waybar/default-modules.json +++ b/.config/waybar/default-modules.json @@ -27,6 +27,8 @@ "position", "length" ], + "title-len": 50, + "artist-len": 25, "player-icons": { "default": "󰎈", "chromium": "",