Fixed broken theme (typo)

This commit is contained in:
2024-01-07 23:35:28 +00:00
parent d564dc6c8a
commit f9843874ad

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