summaryrefslogtreecommitdiffhomepage
path: root/readme.md
AgeCommit message (Collapse)Author
2018-10-06Version 0.28.10.28.1jao
Closes #354 and #357
2018-08-21Update readme.mdSky 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-19New ComX specifying error output string (closes #342)jao
2018-07-12Version 0.270.27jao
2018-07-12readme updatesjao
2018-07-10New configuration parameter `textOffsets` (fixes #311)jao
2018-03-17Add fallback icon support to MultiCpubobtwinkles
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-08Credits for Olivier Schneiderjao
2018-03-07Add ellipsis option for Monitor's fields and total textOlivier Schneider
2018-02-18Batt: Try also "BAT" (fixes #338)jao
2018-02-04Credits for Ada Joulejao
2018-02-01`stack build --flag xmobar:all_extensions` workingjao
2018-02-01We don't use a mailing list anymorejao
2018-02-01news.md -> changelog.mdjao
2018-02-01readme cleanupsjao
2018-02-01Doc nitsjao
2018-02-01Version bumped: 0.250.25jao
2018-01-31readme.md: credits and hackage badgejao
2018-01-17stack.yaml update (still pretty clumsy) and Mbox -u's docsjao
2017-12-15Configurable WM_CLASS and WM_NAME (should address #323)jao
2017-08-24Fix UVMeter due to changed URL and BOMRó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-30Guard 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-25Further documentation clarificationsjao
2017-07-25Documentation fix (closes #306)jao
2017-05-28readme: specify package name for iwlib on ArchMaddison 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-27Version set to 0.24.50.24.5jao
2017-05-18Update reference to deprecated weather.noaa.gov.robert seaton
2017-05-03Avoiding travis badget in the web pagejao
2017-05-02Version set 0.24.40.24.4jao
2017-04-29CI status badgejao
2017-01-23Spelling Tomáš Janoušek rightjao
2016-11-05Credits to Zev Weissjao
2016-09-05Release 0.24.30.24.3jao
2016-08-08version 0.24.20.24.2jao
2016-07-28Version 0.24.1jao
2016-07-27Copyright datesjao
2016-07-27News and readme updates (credit to Will Song)jao
2016-07-27Add expandEnv function and use it in PipeReader family of monitorsWill 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-26Sensible thresholds for high/low battery power consumptionjao
Fixes #265.
2016-07-26New monitor argument -T (maximum total width)jao
2016-07-26News update and version bumpjao
2016-03-01feat(MPD): add <date> support in templateDelapouite
2016-02-03readme: fix license link typoxd1le
2016-01-06News and authors updatejao
2015-12-31Valentin S. added to contributors listjao
2015-12-31Added "-p" launch optionValentin 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-21Fix typos in readme.mdNicolas Kaiser
2015-12-09Add template variables for wind speed in m/s and km/h to weather pluginMichael Knabe
2015-08-25Dragos added to news and readmejao
2015-08-25Update readme.mdDragos Boca
add references