#!/bin/sh

st -e sh -c "
    sudo xbps-install -Syu

    pkill -RTMIN+8 dwmblocks

    tput bold
    tput setaf 4
    echo 'All done!'
    tput sgr 0
    read -r _
"