set default theme to breeze dark

main
jnats 3 years ago committed by GitHub
parent 45aa17127c
commit a641fa0358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,13 +29,17 @@ if [[ -d /etc/crystal/bootopts ]]; then
fi
echo "exec startplasma-x11" > /home/crystal/.xinitrc
chown crystal:crystal /home/crystal/.xinitrc
echo "[Theme]" > /home/crystal/.config/plasmarc
echo "name=breeze-dark" >> /home/crystal/.config/plasmarc
chown -R crystal:crystal /home/crystal/
chmod +x /home/crystal/.xinitrc
systemctl enable NetworkManager
# i'm tired ok
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
locale-gen
echo "LANG=en_US.UTF-8" > /etc/locale.conf
echo "Configured the system. Exiting chroot."
echo "Configured the system. Exiting chroot."

Loading…
Cancel
Save