From 8e306fde4d52ea658d486f9a00bd96c15e8dd03e Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 2 Jun 2023 22:53:16 -0700 Subject: [PATCH] Remove shell theme Signed-off-by: Tommy --- Fedora-Workstation-38.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Fedora-Workstation-38.sh b/Fedora-Workstation-38.sh index 0c77f4e..1d7cd5b 100644 --- a/Fedora-Workstation-38.sh +++ b/Fedora-Workstation-38.sh @@ -78,12 +78,6 @@ sudo dnf -y install git-core flat-remix-gtk-theme gnome-shell-extension-appindic #Enable auto TRIM sudo systemctl enable fstrim.timer -#Download and set GNOME shell theme -git clone https://github.com/i-mint/midnight.git -mkdir /home/"${USER}"/.themes -ln -s /home/"${USER}"/midnight/Midnight-* /home/"${USER}"/.themes/ -gsettings set org.gnome.shell.extensions.user-theme name "Midnight-Blue" - #Download and set icon theme git clone https://github.com/horst3180/arc-icon-theme.git mkdir /home/"${USER}"/.icons