summaryrefslogtreecommitdiff
path: root/.local/bin/statusbar/sb-popupgrade
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/statusbar/sb-popupgrade')
-rwxr-xr-x.local/bin/statusbar/sb-popupgrade9
1 files changed, 9 insertions, 0 deletions
diff --git a/.local/bin/statusbar/sb-popupgrade b/.local/bin/statusbar/sb-popupgrade
new file mode 100755
index 0000000..dd5322f
--- /dev/null
+++ b/.local/bin/statusbar/sb-popupgrade
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+printf "Beginning upgrade.\\n"
+
+paru -Syu
+pkill -RTMIN+8 "${STATUSBAR:-dwmblocks}"
+
+printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n"
+read -r _