From 05554f239c79d738848f5453b16b8ad01e9a5f50 Mon Sep 17 00:00:00 2001 From: Alexander Shabalin Date: Sun, 14 Sep 2014 14:28:26 +0400 Subject: Add iconRoot config option For all if path does not start with "/", "./", "../" it will have iconRoot ++ "/" prepended to it. --- readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 746aead..1cc1d00 100644 --- a/readme.md +++ b/readme.md @@ -319,6 +319,11 @@ Other configuration options: `borderWidth` : Border width in pixels. +`iconRoot` +: Root folder where icons are stored. For + if path start with `"/"`, `"./"` or `"../"` it is interpreted as it is. + Otherwise it will have `iconRoot ++ "/"` prepended to it. Default is `"."`. + `commands` : For setting the options of the programs to run (optional). @@ -495,7 +500,8 @@ form: which will produce the expected result. Accepted image formats are XBM -and XPM (when `with_xpm` flag is enabled). +and XPM (when `with_xpm` flag is enabled). If path does not start with +`"/"`, `"./"`, `"../"` it will have `iconRoot ++ "/"` prepended to it. It's also possible to use action directives of the form: -- cgit v1.2.3