Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-17 | stack.yaml update (still pretty clumsy) and Mbox -u's docs | jao | |
2017-12-15 | Configurable WM_CLASS and WM_NAME (should address #323) | jao | |
2017-08-24 | Fix UVMeter due to changed URL and BOM | Róman Joost | |
The URL which exports the real time UV data has changed to an HTTPS address. Since the HTTP package does not support HTTPS URLs, use http-conduit to retrieve the XML document. Unfortunately, the XML documents XML declaration precedes a byte order mark which the previous XML parser was unable to handle. We're simply ignoring the BOM in order to get to the UV values. | |||
2017-07-30 | Guard monitor 'Weather' behind flag 'with_weather' | michaellilanushoober | |
Hide the monitor 'Weather' behind a flag named 'with_weather'. This implies that the dependency on the module 'HTTP' is now optional. The default for 'with_weather' is True since we do not want to break backwards compatibility/user experience. Further moved the effect of the flag with_conduit within the branch of 'with_weather', since that flag only has some effect if 'with_weather' is true. | |||
2017-07-25 | Further documentation clarifications | jao | |
2017-07-25 | Documentation fix (closes #306) | jao | |
2017-05-28 | readme: specify package name for iwlib on Arch | Maddison Hellstrom | |
On Arch Linux, the package providing `iwlib` is a bit hard to find - it should come from the official `wireless_tools` package [1]. I've updated the readme to make this more clear. [1] https://www.archlinux.org/packages/?q=wireless_tools | |||
2017-05-27 | Version set to 0.24.50.24.5 | jao | |
2017-05-18 | Update reference to deprecated weather.noaa.gov. | robert seaton | |
2017-05-03 | Avoiding travis badget in the web page | jao | |
2017-05-02 | Version set 0.24.40.24.4 | jao | |
2017-04-29 | CI status badge | jao | |
2017-01-23 | Spelling Tomáš Janoušek right | jao | |
2016-11-05 | Credits to Zev Weiss | jao | |
2016-09-05 | Release 0.24.30.24.3 | jao | |
2016-08-08 | version 0.24.20.24.2 | jao | |
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 | |