Move "read" in update script
This commit is contained in:
parent
ed65fd6c29
commit
92ec8cf500
2 changed files with 1 additions and 4 deletions
|
@ -37,6 +37,3 @@ fi
|
||||||
printf "\n\n\n\n=== DONE ============================================================\n"
|
printf "\n\n\n\n=== DONE ============================================================\n"
|
||||||
|
|
||||||
pkill -SIGRTMIN+8 waybar >/dev/null 2>&1
|
pkill -SIGRTMIN+8 waybar >/dev/null 2>&1
|
||||||
|
|
||||||
# shellcheck disable=SC2162
|
|
||||||
read
|
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
"format": " {}",
|
"format": " {}",
|
||||||
"interval": 3600,
|
"interval": 3600,
|
||||||
"exec": "~/.config/waybar/custom/pacman",
|
"exec": "~/.config/waybar/custom/pacman",
|
||||||
"on-click": "alacritty -e 'archlinux-update'",
|
"on-click": "alacritty -e 'archlinux-update; read'",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"signal": 8
|
"signal": 8
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue