From da9f3bf11c13ef068b386ecc3538e78c5183c7b4 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sat, 13 Jun 2015 18:38:30 +0200 Subject: add plank theme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3cf4fa4..b6f022b 100644 --- a/README.md +++ b/README.md @@ -98,10 +98,13 @@ from the same directory as this README resides in, or ### Extras -The `extra` directory in the same directory as this README resides in contains a Chrome/Chromium theme. +The `extra` directory in the same directory as this README resides in contains a Chrome/Chromium and a Plank theme. To install the Chrome/Chromium theme go to the `extra/Chrome` folder and drag and drop the arc-theme.crx into the Chrome/Chromium window. The source of the Chrome themes is located in the source "Chrome/arc-theme" folder. +To install the Plank theme, copy the `extra/Arc-Plank` folder to `~/.local/share/plank/themes` or to `/usr/share/plank/themes` for system-wide use. +Now open the Plank preferences window by executing `plank --preferences` from a terminal and select `Arc-Plank` as the theme. + ### Troubleshooting If you get artifacts like black or invisible backgrounds under Unity, disable overlay scrollbars with -- cgit v1.2.3 From e7e81edc6a0827733f964f103959cc3193eef8f3 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sat, 13 Jun 2015 19:56:02 +0200 Subject: add xfce notification theme --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index b6f022b..1b85966 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ Other options to pass to autogen.sh are --disable-metacity disable Metacity support --disable-unity disable Unity support --disable-xfwm disable XFWM support + --disable-xfce-notify disable XFCE Notify support --disable-transparency disable transparency in the GTK3 theme --with-gnome= build the theme for a specific Gnome version (3.14, 3.16) -- cgit v1.2.3