From 82b7e177d49a3422317cf99050effa80537c2a09 Mon Sep 17 00:00:00 2001 From: datalore Date: Fri, 26 Jul 2024 18:01:44 +0200 Subject: [PATCH] Added EnvyCodeR nerdfont to installthemes.sh & lightdm autoconfig --- system/installthemes.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/system/installthemes.sh b/system/installthemes.sh index e037cfe..8829e7c 100755 --- a/system/installthemes.sh +++ b/system/installthemes.sh @@ -10,4 +10,10 @@ wget https://github.com/EliverLara/Sweet/releases/latest/download/Sweet-Dark-v40 tar xf Sweet-Dark-v40.tar.xz rm Sweet-Dark-v40.tar.xz -echo "Themes installed. Configuration has to be done manually." +cd /usr/share/fonts/ +wget https://github.com/ryanoasis/nerd-fonts/releases/latest/download/EnvyCodeR.zip +unzip EnvyCodeR.zip +rm EnvyCodeR.zip + +echo "theme-name=Sweet-Dark-v40" >> /etc/lightdm/lightdm-gtk-greeter.conf +echo "icon-theme-name=candy-icons" >> /etc/lightdm/lightdm-gtk-greeter.conf