From 2aa2c10a42a0e5b82cd3c37f386856373e1fd62e Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Sat, 10 Aug 2013 02:32:24 +0530 Subject: [PATCH] Updated README --- README | 24 ------------------------ README.md | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 24 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 4ae1803..0000000 --- a/README +++ /dev/null @@ -1,24 +0,0 @@ -Numix is a modern flat theme with a combination of light and dark elements. It supports Gnome, Unity, XFCE and Openbox. The theme is compatible with GTK 3.6 and 3.8. It also includes a GTK 2.0 theme using Murrine engine. - ---- - -Ubuntu users can install Numix from our themes PPA using the following commands, - -sudo add-apt-repository ppa:satyajit-happy/themes -sudo apt-get update && sudo apt-get install numix-gtk-theme - ---- - -Installation Instructions for other distros: - -Extract the zip file to the themes directory i.e. "/usr/share/themes/" - -Use Gnome Tweak tool to choose the theme, or run the following commands in Terminal, - -gsettings set org.gnome.desktop.interface gtk-theme "Numix" - -gsettings set org.gnome.desktop.wm.preferences theme "Numix" - ---- - -License: GPL-3.0+ diff --git a/README.md b/README.md new file mode 100644 index 0000000..94c2c6d --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +Numix is a modern flat theme with a combination of light and dark elements. It supports Gnome, Unity, XFCE and Openbox. + +Manual installation +------------------- + +Extract the zip file to the themes directory i.e. `/usr/share/themes/` + +Use Gnome Tweak tool to choose the theme, or run the following commands in Terminal, + +``` +gsettings set org.gnome.desktop.interface gtk-theme "Numix" +gsettings set org.gnome.desktop.wm.preferences theme "Numix" +``` + +Requirements +------------ + +GTK+ 3.6 or above +Murrine theme engine + +Code and license +---------------- + +Report bugs or contribute at [GitHub](https://github.com/shimmerproject/Numix) + +License: GPL-3.0+