aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/statusbar/sb-popupgrade
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-01-27 00:21:04 +0300
committerawy <awy@awy.one>2025-01-27 00:21:04 +0300
commit003563aa9e81422992871702722e980f61429968 (patch)
treef9288d819a06da252ae3136c6fea30c7fe39de02 /.local/bin/statusbar/sb-popupgrade
parent7dfc3209622b75e5367240702c74e53975abd29a (diff)
update
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..4416431
--- /dev/null
+++ b/.local/bin/statusbar/sb-popupgrade
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+printf "Beginning upgrade.\\n"
+
+yay -Syu
+pkill -RTMIN+8 "${STATUSBAR:-waybar}"
+
+printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n"
+read -r _