numix-gtk-theme icon indicating copy to clipboard operation
numix-gtk-theme copied to clipboard

Readme update

Open leoheck opened this issue 8 years ago • 2 comments

Readme says to run:

make
sudo make install

In other to build, but make install rebuild the sources again. So, we have 2 alternatives:

  1. Remove the 1rst line make from README.md
  2. Improve the makefile to install only when make was already made. I can help with that if you wish.

leoheck avatar Feb 03 '17 19:02 leoheck

Also, it is possible to improve the README.md with the theme color palette information?

leoheck avatar Feb 03 '17 20:02 leoheck

From root of the repo run:

scss --update --sourcemap=none src/gtk-3.20/scss:src/gtk-3.20/dist
glib-compile-resources --sourcedir=src/gtk-3.20 src/gtk-3.20/gtk.gresource.xml
./scripts/utils.sh install /usr/share/themes/Numix/ 

/usr/share/themes/Numix/ should have read/write permission for your $USER/$GROUP.

About theme color palette, I will update the README.md

Also, please open a PR first.

khurshid-alam avatar Feb 05 '17 05:02 khurshid-alam