diff options
author | Alexander Shabalin <shabalyn.a@gmail.com> | 2014-09-02 21:15:00 +0400 |
---|---|---|
committer | Alexander Shabalin <shabalyn.a@gmail.com> | 2014-09-03 23:55:38 +0400 |
commit | 1d8a1955dd719846e51596b573ee5a6e2bcbcf5a (patch) | |
tree | 6c839290278baf7078c515fda2c7665cd94f2d68 /readme.md | |
parent | 557f5dbf2863f85c9e39c90d38a28d4870110afe (diff) | |
download | xmobar-1d8a1955dd719846e51596b573ee5a6e2bcbcf5a.tar.gz xmobar-1d8a1955dd719846e51596b573ee5a6e2bcbcf5a.tar.bz2 |
Add .xpm support for <icon> via libXpm.
* Adds a new flag with_xpm to enable compilation with xpm support
* Adds a module XPMFile only exporting readXPMFile which almost mirrors
Graphics.X11.Xlib.Misc.readBitmapFile
* During loadBitmap a file is first tried with readBitmapFile and if it
fails with readXPMFile
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -152,6 +152,10 @@ Otherwise, you'll need to install them yourself. : Support for other timezones. Enables the DateZone plugin. Requires [timezone-olson] and [timezone-series] package. +`with_xpm` +: Support for xpm image file format. This will allow loading .xpm files in `<icon>`. + Requires the [libXpm] C library. + `all_extensions` : Enables all the extensions above. @@ -1495,3 +1499,4 @@ Copyright © 2007-2010 Andrea Rossato [alsa-mixer]: http://hackage.haskell.org/package/alsa-mixer [timezone-olson]: http://hackage.haskell.org/package/timezone-olson [timezone-series]: http://hackage.haskell.org/package/timezone-series +[libXpm]: http://cgit.freedesktop.org/xorg/lib/libXpm |