From 6202ff992d128587f46dc95bebf4b8a4fc914e5f Mon Sep 17 00:00:00 2001 From: Gayan Weerakutti Date: Mon, 15 Jan 2018 11:54:35 +0530 Subject: [PATCH] Add instructions to README to set theme in Openbox. Fixes #692 Fixes #692 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bb934e5..16406e5 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ xfconf-query -c xsettings -p /Net/ThemeName -s "Numix" xfconf-query -c xfwm4 -p /general/theme -s "Numix" ``` +In Openbox you can set the theme with [ObConf](http://openbox.org/wiki/ObConf:About) tool. Alternatively, you can set the theme by changing the ` `key value to `Numix` in the `` section of your rc.xml file. + ### For contributors Start by reviewing the [guidelines for contributing](https://github.com/numixproject/numix-gtk-theme/blob/master/.github/CONTRIBUTING.md).