Skip to content

Commit

Permalink
migrate to flat-remix
Browse files Browse the repository at this point in the history
  • Loading branch information
pad92 committed Dec 17, 2018
1 parent 8904772 commit 0820eb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ if which apt-get 1>/dev/null 2>&1 ; then
else
if [ "$(id -u)" != "0" ]; then
sudo dnf copr enable tcg/themes
sudo dnf copr enable daniruiz/flat-remix
sudo dnf install newt tilix-nautilus tilix numix-icon-theme-circle materia-theme screenfetch
else
dnf copr enable tcg/themes
dnf copr enable daniruiz/flat-remix
dnf newt tilix-nautilus tilix numix-icon-theme-circle materia-theme screenfetch
fi
fi
Expand All @@ -56,7 +58,7 @@ vim +PluginInstall +qall
dconf load /com/gexperts/Tilix/ < tilix.dconf

if which gsettings 1>/dev/null 2>&1 ; then
gsettings set org.gnome.shell.extensions.user-theme name "Flat-Plat"
gsettings set org.gnome.shell.extensions.user-theme name "Flat-Remix";
gsettings set org.gnome.desktop.interface icon-theme "Numix"
gsettings set org.gnome.desktop.interface gtk-theme "Materia-compact"
fi

0 comments on commit 0820eb5

Please sign in to comment.