#!/bin/sh

printf "Beginning upgrade.\\n"

yay -Syu

printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n"
read -r _

i3 restart
