This commit is contained in:
RP1 2024-12-20 22:30:55 +01:00
parent 63065d8a2a
commit 01e3cd0382

View file

@ -5,7 +5,7 @@ bold=$(tput bold) # ${bold}
normal=$(tput sgr0) # ${normal} normal=$(tput sgr0) # ${normal}
yellow=$(tput setaf 3) # ${yellow} yellow=$(tput setaf 3) # ${yellow}
echo "Defaults passwd_tries=3, passwd_timeout=60" | sudo tee -a /etc/sudoers #echo "Defaults passwd_tries=3, passwd_timeout=60" | sudo tee -a /etc/sudoers
# Installing packages # Installing packages
@ -15,14 +15,14 @@ echo "Defaults passwd_tries=3, passwd_timeout=60" | sudo tee -a /etc/sudoers
git clone https://aur.archlinux.org/yay-bin.git git clone https://aur.archlinux.org/yay-bin.git
cd yay-bin cd yay-bin
makepkg -si --noconfirm --sudoloop --save makepkg -si --noconfirm
cd - cd -
rm -rf yay-bin rm -rf yay-bin
git clone https://aur.archlinux.org/yaru.git git clone https://aur.archlinux.org/yaru.git
cd yaru cd yaru
makepkg -si --noconfirm --sudoloop --save makepkg -si --noconfirm
cd - cd -
rm -rf yaru rm -rf yaru
@ -50,15 +50,7 @@ Session=
Icon=/usr/share/pixmaps/faces/rave-pp.png Icon=/usr/share/pixmaps/faces/rave-pp.png
SystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER SystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER
sudo cp -a archlinux-logo-text-dark.svg /usr/share/pixmaps/ sudo cp -a archlinux-logo-text-dark.svg /usr/share/pixmaps/
sudo cp -a view-app-grid-symbolic.svg /usr/share/icons/Yaru/scalable/actions/ sudo cp -a view-app-grid-symbolic.svg /usr/share/iconsDefaults passwd_tries=3, passwd_timeout=60
sudo mkdir -p /usr/share/backgrounds/ #sudo sed -i '140d' /etc/sudoers
sudo cp -a raveos-bg.png /usr/share/backgrounds/
sudo cp -a overrides /home/$USER/.local/share/flatpak/
cp -a .themes /home/$USER/
cp -a .icons /home/$USER/
dconf load / < raveui-*
set-gdm-theme set Yaru-purple-dark /usr/share/backgrounds/raveos-bg.png
sudo sed -i '140d' /etc/sudoers
reboot reboot