diff options
author | awy <awy@awy.one> | 2025-10-02 19:58:28 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-10-02 19:58:28 +0300 |
commit | 3ff7bd1e8efaceee057a2b754e62962094422bc8 (patch) | |
tree | b6d20bc5136a1325f4a159c4ac52502997f9e98f /.local/bin/sb-scripts/sb-popupgrade | |
parent | ea33d31de523ca7752d4cf915c08d4599771362e (diff) | |
download | hyprdots-3ff7bd1e8efaceee057a2b754e62962094422bc8.tar.gz |
update
Diffstat (limited to '.local/bin/sb-scripts/sb-popupgrade')
-rwxr-xr-x | .local/bin/sb-scripts/sb-popupgrade | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.local/bin/sb-scripts/sb-popupgrade b/.local/bin/sb-scripts/sb-popupgrade new file mode 100755 index 0000000..94279c8 --- /dev/null +++ b/.local/bin/sb-scripts/sb-popupgrade @@ -0,0 +1,9 @@ +#!/bin/sh + +printf "Beginning upgrade.\\n" + +paru +pkill -RTMIN+8 "${STATUSBAR:-waybar}" + +printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n" +read -r _ |