Added EnvyCodeR nerdfont to installthemes.sh & lightdm autoconfig

This commit is contained in:
datalore 2024-07-26 18:01:44 +02:00
parent 1135aa545d
commit 82b7e177d4

View File

@ -10,4 +10,10 @@ wget https://github.com/EliverLara/Sweet/releases/latest/download/Sweet-Dark-v40
tar xf Sweet-Dark-v40.tar.xz tar xf Sweet-Dark-v40.tar.xz
rm 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