Disable grub theme

This commit is contained in:
RealStickman 2023-05-21 18:58:22 +02:00
parent 226f07e16d
commit f85eb26316

View File

@ -368,7 +368,6 @@ sudo systemctl start vnstat
# setup autotrash # setup autotrash
autotrash -td 5 --install autotrash -td 5 --install
systemctl --user start autotrash
systemctl --user enable autotrash.timer systemctl --user enable autotrash.timer
# enable lockscreen for systemd # enable lockscreen for systemd
@ -390,11 +389,11 @@ sudo locale-gen
fc-cache -f fc-cache -f
# download grub theme # download grub theme
git clone https://github.com/xenlism/Grub-themes.git #git clone https://github.com/xenlism/Grub-themes.git
cd "Grub-themes/xenlism-grub-arch-1080p/" #cd "Grub-themes/xenlism-grub-arch-1080p/"
sudo bash install.sh #sudo bash install.sh
# go back # go back
cd ../../ #cd ../../
echo Setting config echo Setting config
bash ~/configs/arch-config/install.sh bash ~/configs/arch-config/install.sh