xyl0n / iris-light

A light version of the Iris Gtk theme. Aims to be clean, simple and bold.
GNU General Public License v3.0
168 stars 9 forks source link

Ninja install: this #28

Open githubrsys opened 10 years ago

githubrsys commented 10 years ago

Just copy and paste to shell

mkdir -p ~/iris-light && cd ~/iris-light && wget https://github.com/xyl0n/iris-light/archive/master.zip  && unzip master.zip && cd iris-light-master && sudo rm -Rf --force /usr/share/themes/iris-light/ && sudo cp -a ../iris-light-master /usr/share/themes/iris-light && gsettings set org.gnome.desktop.interface gtk-theme "iris-light" &&  gsettings set org.gnome.desktop.wm.preferences theme 'iris-light' && cd ~ && rm -R ~/iris-light/

credits to @rhoconlinux

Cheers