Fixed broken theme (typo)

This commit is contained in:
2024-01-07 23:35:28 +00:00
parent 22746d0b48
commit 92ba20345b

View File

@@ -105,7 +105,7 @@ 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
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