From 92ba20345bce8c2e767d6619077511d5296387f5 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sun, 7 Jan 2024 23:35:28 +0000 Subject: [PATCH] Fixed broken theme (typo) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4aca281a..9ffce1f6 100755 --- a/install.sh +++ b/install.sh @@ -105,7 +105,7 @@ 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 - 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}" fi