Move "read" in update script

This commit is contained in:
Tobias Reisinger 2025-03-10 03:40:50 +01:00
parent ed65fd6c29
commit 92ec8cf500
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 1 additions and 4 deletions

View file

@ -37,6 +37,3 @@ fi
printf "\n\n\n\n=== DONE ============================================================\n"
pkill -SIGRTMIN+8 waybar >/dev/null 2>&1
# shellcheck disable=SC2162
read

View file

@ -62,7 +62,7 @@
"format": "󰏕 {}",
"interval": 3600,
"exec": "~/.config/waybar/custom/pacman",
"on-click": "alacritty -e 'archlinux-update'",
"on-click": "alacritty -e 'archlinux-update; read'",
"return-type": "json",
"signal": 8
},