summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlexander Shabalin <shabalyn.a@gmail.com>2014-09-04 11:27:26 +0400
committerAlexander Shabalin <shabalyn.a@gmail.com>2014-09-04 11:27:26 +0400
commit8512afbb2c3be1897101da0b23edb258715475e6 (patch)
tree4ef868dae300a1adc40225cf7955ce03d78818a9
parentab0dd2bcae1486a121ebd28929177ceba1351b5a (diff)
downloadxmobar-8512afbb2c3be1897101da0b23edb258715475e6.tar.gz
xmobar-8512afbb2c3be1897101da0b23edb258715475e6.tar.bz2
Mention XPM support in readme.md when <icon> is introduced
-rw-r--r--readme.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index f8ad0db..7a0116b 100644
--- a/readme.md
+++ b/readme.md
@@ -199,7 +199,8 @@ For the output template:
- `<fc=#FF0000>string</fc>` will print `string` with `#FF0000` color
(red).
-- `<icon=/path/to/icon.xbm/>` will insert the given bitmap.
+- `<icon=/path/to/icon.xbm/>` will insert the given bitmap. XPM image
+ format is also supported when compiled with `--flags="with_xpm"`.
- ```<action=`command` button=12345>``` will execute given command when
clicked with specified buttons. If not specified, button is equal to 1
@@ -486,7 +487,8 @@ form:
<icon=/path/to/bitmap.xbm/>
-which will produce the expected result.
+which will produce the expected result. Accepted image formats are XBM
+and XPM (when `with_xpm` flag is enabled).
It's also possible to use action directives of the form: