hyprdots

my dotfiles
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

commit 362b66ca0973295ee04df4b000d16a3a7fd935d6
parent d97b1c2b5b13f56503d3177bc61d3a8c7891f7e4
Author: awy <awy@awy.one>
Date:   Sat, 24 May 2025 00:41:17 +0300

fix

Diffstat:
M.config/shell/aliasrc | 4++--
M.local/bin/statusbar/sb-popupgrade | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc @@ -8,9 +8,9 @@ [ -f "$MBSYNCRC" ] && alias mbsync="mbsync -c $MBSYNCRC" -# sudo not required for some system commands +# doas not required for some system commands for command in mount umount dinitctl pacman updatedb su shutdown poweroff reboot ; do - alias $command="sudo $command" + alias $command="doas $command" done; unset command se() { diff --git a/.local/bin/statusbar/sb-popupgrade b/.local/bin/statusbar/sb-popupgrade @@ -2,7 +2,7 @@ printf "Beginning upgrade.\\n" -yay -Syu +paru pkill -RTMIN+8 "${STATUSBAR:-waybar}" printf "\\nUpgrade complete.\\nPress <Enter> to exit window.\\n\\n"