diff options
author | Alexander Shabalin <shabalyn.a@gmail.com> | 2014-09-04 11:27:26 +0400 |
---|---|---|
committer | Alexander Shabalin <shabalyn.a@gmail.com> | 2014-09-04 11:27:26 +0400 |
commit | 8512afbb2c3be1897101da0b23edb258715475e6 (patch) | |
tree | 4ef868dae300a1adc40225cf7955ce03d78818a9 /readme.md | |
parent | ab0dd2bcae1486a121ebd28929177ceba1351b5a (diff) | |
download | xmobar-8512afbb2c3be1897101da0b23edb258715475e6.tar.gz xmobar-8512afbb2c3be1897101da0b23edb258715475e6.tar.bz2 |
Mention XPM support in readme.md when <icon> is introduced
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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: |