From a641fa0358ae6d24e6cdc51bfdb4df54b262ecc1 Mon Sep 17 00:00:00 2001 From: jnats Date: Mon, 10 May 2021 00:00:14 +0100 Subject: [PATCH] set default theme to breeze dark --- chrooted.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/chrooted.sh b/chrooted.sh index 863e3a8..9011dc5 100644 --- a/chrooted.sh +++ b/chrooted.sh @@ -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." \ No newline at end of file +echo "Configured the system. Exiting chroot."