summaryrefslogtreecommitdiffhomepage
path: root/readme.md
AgeCommit message (Collapse)Author
2015-08-25documentation for 'with_conduit' flagDragos Boca
2015-05-04Roman added to author listjao
2015-05-01uvmeter: new plugin showing UV data (Australia)Roman Joost
This patch adds a new optional plugin showing UV data for Australian users. The data is aquired by simple HTTP request from the Australian Radiation Protection and Nuclear Safety Agencies XML data feed. The uvmeter plugin can be configured ovserving multiple different station across the country. The alias now defaults to 'uv <stationid>'.
2015-04-14Docs and version bump0.23.1jao
2015-04-02Credits for Edward Tjörnhammarjao
2015-03-11Whitespacejao
2015-03-04DBus signals documentation updatejao
2015-02-01Credits for Dino Morellijao
2015-01-19Documentation for threshold units (closes #202)jao
2015-01-09Credit and news for Markus Schererjao
2015-01-09Change the `fontList` to `additionalFonts`Markus Scherer
2015-01-08Support for multiple fontsMarkus Scherer
2014-12-30Credits for Edward Z Yangjao
2014-12-30Default to opaquejao
2014-12-30Merge branch 'transparency' of https://github.com/ezyang/xmobarjao
Conflicts: src/Config.hs src/Main.hs src/Parsers.hs src/XUtil.hsc src/Xmobar.hs
2014-12-27Markdown formatting nits (1st-level headers)jao
2014-12-26Version updated to 0.23jao
2014-12-15Credits for Duncanjao
2014-12-15MPD: add a new template variable 'flags'Duncan Burke
Displays playback flags in the style of ncmpcpp.
2014-12-02New textOffset and iconOffset configuration parametersjao
2014-11-13Credits for Samuli Thomassonjao
2014-11-12Introduce available memory variables in memory monitorSamuli Thomasson
Available memory is determined from meminfo's `MemAvailable:` on 3.14 and newer, and falls back to `free + buffer + cache` on older systems. Introduces new variables `<available{,ratio,bar,vbar,ipat}>`.
2014-10-11Updates for 0.22.10.22.1jao
2014-10-09Preparing 0.220.22jao
2014-09-26CLI switch for iconRoot (-i)jao
2014-09-24Add iconRoot config optionAlexander Shabalin
For all <icon=path/> if path does not start with "/", "./", "../" it will have iconRoot ++ "/" prepended to it.
2014-09-24Merge branch 'dynamic-strings' of https://github.com/projedi/xmobarjao
2014-09-24Rename dynamic string to icon patternAlexander Shabalin
2014-09-18News and credit to Philjao
2014-09-18Merge branch 'multixft' of https://github.com/phil5/xmobarjao
2014-09-17Support XFT multiple fontsPhil Xiaojun Hu
2014-09-17News and credit for Anton's excellent patchesjao
2014-09-16Thanks and news for Travis and boder widthjao
2014-09-16Add ability to set border widthTravis Staton
2014-09-14Add documentation for DynamicStrings.Alexander Shabalin
2014-09-05News and readme updatejao
2014-09-04Mention XPM support in readme.md when <icon> is introducedAlexander Shabalin
2014-09-03Add .xpm support for <icon> via libXpm.Alexander Shabalin
* 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
2014-09-01Typo and news updatejao
2014-09-01New wind report variables for Weather monitorTony Morris
* Wind cardinal direction (`windCardinal`) * Wind azimuth direction (`windAzimuth`) * Wind speed (MPH) (`windMph`) * Wind speed (knots) (`windKnots`)
2014-08-29Credits for Tony Morrisjao
2014-08-29Change <dewPoint> to be <dewPointC> and <dewPointF>Tony Morris
2014-08-09News/readme updatejao
2014-08-09New Plugin MarqueePipeReaderReto Hablützel
Display a long text from a pipe with marquee. It wraps around with a given separator and the length may be specified as well as the delay in 10th seconds. See readme for an example.
2014-07-30News/readme updatesjao
2014-06-28Docs updated for latest fixjao
2014-05-30Unsafe versions of XPropertyLog and NamedXPropertyLogJose Antonio Ortega Ruiz
2014-05-30adding README section for UnsafeXMonadLogEric Mrak
2014-05-30News and credits for Nathaniel's patchesJose Antonio Ortega Ruiz
2014-05-29Add <raw=len:str/> tags for handling tainted textNathaniel Wesley Filardo