Added papirus-folders

This commit is contained in:
2024-01-07 23:36:31 +00:00
parent 92ba20345b
commit 334989c31f

View File

@@ -105,6 +105,8 @@ if ls /usr/share/icons/ | grep -i Papirus &>/dev/null; then
else else
echo -e "${GREEN}[+] Downloading Papirus icon theme...${ENDCOLOR}" echo -e "${GREEN}[+] Downloading Papirus icon theme...${ENDCOLOR}"
wget -qO- https://git.io/papirus-icon-theme-install | sh wget -qO- https://git.io/papirus-icon-theme-install | sh
wget -qO- https://git.io/papirus-folders-install | sh
papirus-folders -C adwaita
gsettings set org.gnome.desktop.interface icon-theme 'Papirus-Dark' gsettings set org.gnome.desktop.interface icon-theme 'Papirus-Dark'
echo -e "${GREEN}[i] Theme is set.${ENDCOLOR}" echo -e "${GREEN}[i] Theme is set.${ENDCOLOR}"
fi fi