aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/popupgrade
diff options
context:
space:
mode:
authorNPScript <nathan@reinerweb.ch>2022-04-09 21:22:20 +0200
committerNPScript <nathan@reinerweb.ch>2022-04-09 21:22:20 +0200
commit896c311feb10e947c727a888308dbc7eb71d1ec2 (patch)
treeb6713478d14eb8ea531107c3f399c437db7fd2fb /.local/bin/popupgrade
init commit
Diffstat (limited to '.local/bin/popupgrade')
-rwxr-xr-x.local/bin/popupgrade9
1 files changed, 9 insertions, 0 deletions
diff --git a/.local/bin/popupgrade b/.local/bin/popupgrade
new file mode 100755
index 0000000..3a62727
--- /dev/null
+++ b/.local/bin/popupgrade
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+printf "Beginning upgrade.\\n"
+
+yay -Syu
+pkill -RTMIN+8 "${STATUSBAR:-dwmblocks}"
+
+printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n"
+read -r