hyprdots

my dotfiles
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

sb-popupgrade (169B)


      1 #!/bin/sh
      2 
      3 printf "Beginning upgrade.\\n"
      4 
      5 yay -Syu
      6 pkill -RTMIN+8 "${STATUSBAR:-waybar}"
      7 
      8 printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n"
      9 read -r _