repos/scripts

Simple scripts that I made for my personal computer to map keys, make bluetooth work, brightness keys, etc.
Commits Files Refs README LICENSE
statusbar/sb-popupgrade (9 lines)
   1 #!/bin/sh
   2 
   3 printf "Beginning upgrade.\\n"
   4 
   5 yay -Syu
   6 pkill -RTMIN+8 "${STATUSBAR:-dwmblocks}"
   7 
   8 printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n"
   9 read -r _