Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-03 | readme: fix license link typo | xd1le | |
2016-01-06 | News and authors update | jao | |
2015-12-31 | Valentin S. added to contributors list | jao | |
2015-12-31 | Added "-p" launch option | Valentin Shirokov | |
`-p "string"` will override position settings set in configuration file. Useful for launching multiple xmobars from single configuration file, which is almost necessary when using non-monospace fonts. | |||
2015-12-21 | Fix typos in readme.md | Nicolas Kaiser | |
2015-12-09 | Add template variables for wind speed in m/s and km/h to weather plugin | Michael Knabe | |
2015-08-25 | Dragos added to news and readme | jao | |
2015-08-25 | Update readme.md | Dragos Boca | |
add references | |||
2015-08-25 | documentation for 'with_conduit' flag | Dragos Boca | |
2015-05-04 | Roman added to author list | jao | |
2015-05-01 | uvmeter: 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-14 | Docs and version bump0.23.1 | jao | |
2015-04-02 | Credits for Edward Tjörnhammar | jao | |
2015-03-11 | Whitespace | jao | |
2015-03-04 | DBus signals documentation update | jao | |
2015-02-01 | Credits for Dino Morelli | jao | |
2015-01-19 | Documentation for threshold units (closes #202) | jao | |
2015-01-09 | Credit and news for Markus Scherer | jao | |
2015-01-09 | Change the `fontList` to `additionalFonts` | Markus Scherer | |
2015-01-08 | Support for multiple fonts | Markus Scherer | |
2014-12-30 | Credits for Edward Z Yang | jao | |
2014-12-30 | Default to opaque | jao | |
2014-12-30 | Merge branch 'transparency' of https://github.com/ezyang/xmobar | jao | |
Conflicts: src/Config.hs src/Main.hs src/Parsers.hs src/XUtil.hsc src/Xmobar.hs | |||
2014-12-27 | Markdown formatting nits (1st-level headers) | jao | |
2014-12-26 | Version updated to 0.23 | jao | |
2014-12-15 | Credits for Duncan | jao | |
2014-12-15 | MPD: add a new template variable 'flags' | Duncan Burke | |
Displays playback flags in the style of ncmpcpp. | |||
2014-12-02 | New textOffset and iconOffset configuration parameters | jao | |
2014-11-13 | Credits for Samuli Thomasson | jao | |
2014-11-12 | Introduce available memory variables in memory monitor | Samuli 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-11 | Updates for 0.22.10.22.1 | jao | |
2014-10-09 | Preparing 0.220.22 | jao | |
2014-09-26 | CLI switch for iconRoot (-i) | jao | |
2014-09-24 | Add iconRoot config option | Alexander Shabalin | |
For all <icon=path/> if path does not start with "/", "./", "../" it will have iconRoot ++ "/" prepended to it. | |||
2014-09-24 | Merge branch 'dynamic-strings' of https://github.com/projedi/xmobar | jao | |
2014-09-24 | Rename dynamic string to icon pattern | Alexander Shabalin | |
2014-09-18 | News and credit to Phil | jao | |
2014-09-18 | Merge branch 'multixft' of https://github.com/phil5/xmobar | jao | |
2014-09-17 | Support XFT multiple fonts | Phil Xiaojun Hu | |
2014-09-17 | News and credit for Anton's excellent patches | jao | |
2014-09-16 | Thanks and news for Travis and boder width | jao | |
2014-09-16 | Add ability to set border width | Travis Staton | |
2014-09-14 | Add documentation for DynamicStrings. | Alexander Shabalin | |
2014-09-05 | News and readme update | jao | |
2014-09-04 | Mention XPM support in readme.md when <icon> is introduced | Alexander Shabalin | |
2014-09-03 | Add .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-01 | Typo and news update | jao | |
2014-09-01 | New wind report variables for Weather monitor | Tony Morris | |
* Wind cardinal direction (`windCardinal`) * Wind azimuth direction (`windAzimuth`) * Wind speed (MPH) (`windMph`) * Wind speed (knots) (`windKnots`) | |||
2014-08-29 | Credits for Tony Morris | jao | |
2014-08-29 | Change <dewPoint> to be <dewPointC> and <dewPointF> | Tony Morris | |