aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/statusbar/sb-popupgrade
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-24 14:08:03 +0300
committerawy <awy@awy.one>2025-08-24 14:08:03 +0300
commit474006cd2c173d02e4511045f07c04e159010d4e (patch)
treec6d494b835f0a2914493b1511c3af70b7009cff7 /.local/bin/statusbar/sb-popupgrade
parent632c51ed3ce26090e5ba67b27075bd1ac5848fca (diff)
downloadhyprdots-474006cd2c173d02e4511045f07c04e159010d4e.tar.gz
cleanup
Diffstat (limited to '.local/bin/statusbar/sb-popupgrade')
-rwxr-xr-x.local/bin/statusbar/sb-popupgrade9
1 files changed, 0 insertions, 9 deletions
diff --git a/.local/bin/statusbar/sb-popupgrade b/.local/bin/statusbar/sb-popupgrade
deleted file mode 100755
index 94279c8..0000000
--- a/.local/bin/statusbar/sb-popupgrade
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-printf "Beginning upgrade.\\n"
-
-paru
-pkill -RTMIN+8 "${STATUSBAR:-waybar}"
-
-printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n"
-read -r _