From d67a55771c8b9f49d0e0c63beb2a5e1dfe4afe28 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 26 Jun 2021 14:43:15 -0400 Subject: [PATCH] switch from yay to paru --- .config/shell/profile | 2 +- .local/bin/statusbar/sb-popupgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/shell/profile b/.config/shell/profile index 9515179..1057677 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -148,7 +148,7 @@ if pacman -Qs libxft-bgra >/dev/null 2>&1; then else echo "\033[31mIMPORTANT\033[0m: Note that \033[32m\`libxft-bgra\`\033[0m must be installed for this build of dwm. Please run: - \033[32myay -S libxft-bgra-git\033[0m + \033[32mparu -S libxft-bgra-git\033[0m and replace \`libxft\`. Afterwards, you may start the graphical server by running \`startx\`." fi diff --git a/.local/bin/statusbar/sb-popupgrade b/.local/bin/statusbar/sb-popupgrade index 29d6230..dd5322f 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:-dwmblocks}" printf "\\nUpgrade complete.\\nPress to exit window.\\n\\n"