1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 13:44:43 -04:00

Remove shell theme

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-06-02 22:53:16 -07:00 committed by GitHub
parent 85a892a96b
commit 8e306fde4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,12 +78,6 @@ sudo dnf -y install git-core flat-remix-gtk-theme gnome-shell-extension-appindic
#Enable auto TRIM #Enable auto TRIM
sudo systemctl enable fstrim.timer 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 #Download and set icon theme
git clone https://github.com/horst3180/arc-icon-theme.git git clone https://github.com/horst3180/arc-icon-theme.git
mkdir /home/"${USER}"/.icons mkdir /home/"${USER}"/.icons