diff --git a/install.sh b/install.sh index 9ffce1f6..250ac844 100755 --- a/install.sh +++ b/install.sh @@ -105,6 +105,8 @@ if ls /usr/share/icons/ | grep -i Papirus &>/dev/null; then else echo -e "${GREEN}[+] Downloading Papirus icon theme...${ENDCOLOR}" 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' echo -e "${GREEN}[i] Theme is set.${ENDCOLOR}" fi