hyprdots

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

commit f9ee470eaacd789d46f85fe8b47c212936095cd0
parent ba4a8a2d7c5db8aa4fc608926e829547a3909f9b
Author: awy <awy@awy.one>
Date:   Wed, 26 Mar 2025 00:10:08 +0300

yay

Diffstat:
Mrice.sh | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/rice.sh b/rice.sh @@ -119,19 +119,19 @@ When = PostTransaction Exec = /usr/bin/setcap cap_net_admin=ep /usr/sbin/sing-box EOL -run_as_user git clone https://aur.archlinux.org/paru.git -cd paru +run_as_user git clone https://aur.archlinux.org/yay.git +cd yay run_as_user makepkg -csi --noconfirm cd "$WORKDIRECTORY" DEPLIST="`sed -e 's/#.*$//' -e '/^$/d' aurdeps.txt | tr '\n' ' '`" -run_as_user paru -S $DEPLIST --noconfirm +run_as_user yay -S $DEPLIST --noconfirm run_as_user dbus-launch gsettings set org.gnome.desktop.interface gtk-theme "Nordic" run_as_user dbus-launch gsettings set org.gnome.desktop.wm.preferences theme "Nordic" run_as_user dbus-launch gsettings set org.gnome.desktop.wm.preferences button-layout 'appmenu' run_as_user dbus-launch gsettings set org.gnome.desktop.interface font-name "Sans 11" cd .. rm -rf hyprdots -rm -rf paru +rm -rf yay rm -rf go dinitctl enable cronie @@ -203,7 +203,7 @@ if [ -x "$(command -v sudo)" ]; then rm /etc/sudoers.d/temp fi -yes | paru -Scc +yes | yay -Scc rm -rf /home/"$PERMUSER"/.cargo chown -R $PERMUSER:wheel /home/$PERMUSER