Skip to content

Commit 51863d6

Browse files
committed
Icon theme from AUR
1 parent fc86b02 commit 51863d6

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

Diff for: install.sh

+2-9
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ else
2424
exit 1
2525
fi
2626
# Install packages using the detected AUR helper
27-
$aur_helper -S --noconfirm --needed ttf-meslo-nerd-font-powerlevel10k
27+
$aur_helper -S --noconfirm --needed ttf-meslo-nerd-font-powerlevel10k tela-circle-icon-theme-purple
2828
sleep 2
2929
echo
3030
echo "Creating Backup & Applying new Rice, hold on..."
@@ -126,15 +126,8 @@ sleep 2
126126
echo
127127
echo "Installing & Applying GTK4 Theme "
128128
echo "#################################"
129-
cd ~ && git clone https://github.com/vinceliuice/Layan-gtk-theme.git && cd Layan-gtk-theme/ && sh install.sh -l -c dark
129+
cd ~ && git clone https://github.com/vinceliuice/Layan-gtk-theme.git && cd Layan-gtk-theme/ && sh install.sh -l -c dark -d $HOME/.themes
130130
cd ~ && rm -Rf Layan-gtk-theme/
131131
echo
132-
echo "Installing Icon Pack"
133-
echo "####################"
134-
cd ~ && git clone https://github.com/vinceliuice/Tela-circle-icon-theme.git && cd Tela-circle-icon-theme/
135-
sudo chmod +x install.sh && sh install.sh -c purple
136-
sleep 2
137-
rm -rf ~/xero-layan-git/ ~/Tela-circle-icon-theme/
138-
echo
139132
echo "Plz Reboot To Apply Settings..."
140133
echo "###############################"

0 commit comments

Comments
 (0)