Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-30 | Let's not scare people upfront with a complicated configuration | jao | |
2019-06-30 | Eye candy | jao | |
2019-06-30 | New options -a, -A for low battery notifications | jao | |
2019-06-29 | New WeatherX variant with sky conditions translations | jao | |
2019-05-23 | New DiskIO template variables with bytes rather than speed (#390) | jao | |
2019-04-21 | Doc nit | jao | |
2019-03-17 | Copyright notice | jao | |
2019-03-17 | Changelog for 0.29.50.29.5 | jao | |
2019-02-07 | Always require http-conduit for weather (fixes #378) | jao | |
2018-12-07 | Readme typos | jao | |
2018-12-02 | Example xmobar.hs | jao | |
2018-11-30 | Self-compilation a la xmonad | jao | |
2018-11-26 | readme.md updates | jao | |
2018-11-26 | Little doc nits | jao | |
2018-11-26 | New option -D, and keeping silent by default | jao | |
2018-11-25 | doc, examples | jao | |
2018-11-25 | XPMFile also in Xmobar.X11 | jao | |
2018-11-21 | Padding icon idea stolen from @jonascj | jao | |
2018-11-21 | Wireless: simple auto-detection of interface name | jao | |
2018-10-06 | Contact email address updated | jao | |
2018-10-06 | Credits for Daniel and Vanessa | jao | |
2018-10-06 | Turn the --monitor option to `Volume` into a new plugin `Alsa` instead | Daniel Schüssler | |
See #360. | |||
2018-10-06 | Add event-based refreshing for Volume plugin (--monitor option) | Daniel Schüssler | |
This uses alsactl monitor for push/event-based updating instead of polling. | |||
2018-10-06 | Version 0.28.10.28.1 | jao | |
Closes #354 and #357 | |||
2018-08-21 | Update readme.md | Sky Christensen | |
This PR just adds a note about Xmobar versions 0.27 and up requiring GHC 8.0.2 or later. Debian Stretch (stable) is pinned to GHC 8.0.1, so this will presumably be an issue for some Debian users for the next year or so until the next Debian release. I'm not sure if this warrants adding a note about it to the docs, but it was something that tripped me up, so I thought I'd send a PR and let you decide if you think it belongs in the README. Don't feel bad if you decide to not merge this PR! Thanks. | |||
2018-07-19 | New ComX specifying error output string (closes #342) | jao | |
2018-07-12 | Version 0.270.27 | jao | |
2018-07-12 | readme updates | jao | |
2018-07-10 | New configuration parameter `textOffsets` (fixes #311) | jao | |
2018-03-17 | Add fallback icon support to MultiCpu | bobtwinkles | |
To make the <autoipat> pattern truly automatic, there needs to be a fallback icon set to use when the user hasn't specified enough --load-icon-patterns. This adds the fallback under the name --fallback-icon-pattern | |||
2018-03-08 | Credits for Olivier Schneider | jao | |
2018-03-07 | Add ellipsis option for Monitor's fields and total text | Olivier Schneider | |
2018-02-18 | Batt: Try also "BAT" (fixes #338) | jao | |
2018-02-04 | Credits for Ada Joule | jao | |
2018-02-01 | `stack build --flag xmobar:all_extensions` working | jao | |
2018-02-01 | We don't use a mailing list anymore | jao | |
2018-02-01 | news.md -> changelog.md | jao | |
2018-02-01 | readme cleanups | jao | |
2018-02-01 | Doc nits | jao | |
2018-02-01 | Version bumped: 0.250.25 | jao | |
2018-01-31 | readme.md: credits and hackage badge | jao | |
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 | |