Added EnvyCodeR nerdfont to installthemes.sh & lightdm autoconfig
This commit is contained in:
parent
1135aa545d
commit
82b7e177d4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user