#!/bin/sh
st -e sh -c "
sudo xbps-install -Syu
pkill -RTMIN+8 dwmblocks
echo 'All done!'
read -r _
"