From 6d04153c2b0f9a052ba985dacfb81572f35d33e7 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Sat, 23 Mar 2013 17:46:36 +0530 Subject: [PATCH] Removed executable flag from themerc --- README | 25 +++++++++++++++++++++++-- xfwm4/themerc | 0 2 files changed, 23 insertions(+), 2 deletions(-) mode change 100755 => 100644 xfwm4/themerc diff --git a/README b/README index ce49380..5fe4b9d 100644 --- a/README +++ b/README @@ -1,3 +1,24 @@ -Name: Numix -Summary: A flat and light theme with a modern look +Numix is a modern looking flat theme for Gnome. It supports Gnome, Unity, Pantheon, XFCE and Openbox. The theme is compatible with GTK 3.6. 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. "~/.themes/" or "/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/xfwm4/themerc b/xfwm4/themerc old mode 100755 new mode 100644