Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-28 | Version 0.24.1 | jao | |
2016-07-27 | Copyright dates | jao | |
2016-07-27 | News and readme updates (credit to Will Song) | jao | |
2016-07-27 | Add expandEnv function and use it in PipeReader family of monitors | Will Song | |
expandEnv takes a string and expands the environment variables it can find. variable substringing (e.g. ${VAR:1} to lop off the first character) is not supported, but $VAR and ${VAR} formats are, with the former being delimited by punctuation, but not underscores. | |||
2016-07-26 | Sensible thresholds for high/low battery power consumption | jao | |
Fixes #265. | |||
2016-07-26 | New monitor argument -T (maximum total width) | jao | |
2016-07-26 | News update and version bump | jao | |
2016-03-01 | feat(MPD): add <date> support in template | Delapouite | |
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 | |