diff options
author | awy <awy@awy.one> | 2025-02-01 23:55:39 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-02-01 23:55:39 +0300 |
commit | 8bcb1a5bd5a91016765d26d0efcabaf5a1980f3a (patch) | |
tree | 88516b24e9c7dc0184fd7584df059b4818846685 /.local | |
parent | 5c1d310f5b40e84c951c8856c09369a5a9d92704 (diff) |
paru
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/statusbar/sb-popupgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/sb-popupgrade b/.local/bin/statusbar/sb-popupgrade index 4416431..e2ad562 100755 --- a/.local/bin/statusbar/sb-popupgrade +++ b/.local/bin/statusbar/sb-popupgrade @@ -2,7 +2,7 @@ printf "Beginning upgrade.\\n" -yay -Syu +paru -Syu pkill -RTMIN+8 "${STATUSBAR:-waybar}" printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n" |