From 334989c31f1d71fe044cd3b48a801fb3962b4cbb Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sun, 7 Jan 2024 23:36:31 +0000 Subject: [PATCH] Added papirus-folders --- install.sh | 2 ++ 1 file changed, 2 insertions(+) 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