Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-24 | bump GHC version | Vanessa McHale | |
2018-08-19 | Version 0.280.28 | jao | |
2018-08-19 | Allowing hinotify 0.4.* | jao | |
Closes #356 | |||
2018-07-18 | Missing Paths_xmobar module (cf. #357) | jao | |
2018-07-12 | Version 0.270.27 | jao | |
2018-07-12 | port to dbus-1 | Sergei Trofimovich | |
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> | |||
2018-07-12 | Dropped support for GHC 7.x | jao | |
2018-07-10 | New configuration parameter `textOffsets` (fixes #311) | jao | |
2018-04-06 | Version 0.260.26 | jao | |
2018-03-29 | Upper bound for dbus (< 1.0). Fixes #345. | jao | |
2018-03-07 | Add ellipsis option for Monitor's fields and total text | Olivier Schneider | |
2018-02-01 | news.md -> changelog.md | jao | |
2018-02-01 | Version bumped: 0.250.25 | jao | |
2018-01-31 | Using external iwlib | 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-30 | Remove UVMeter from global 'other-modules' list | michaellilanushoober | |
List the module UVMeter within the conditional branch of the flag 'with_uvmeter' instead of the global 'other-modules'. | |||
2017-05-27 | Version set to 0.24.50.24.5 | jao | |
2017-05-02 | Version set 0.24.40.24.4 | jao | |
2017-04-29 | Preprocessor nits | jao | |
2017-04-29 | CPP for GHC 8.0 | jao | |
2017-04-29 | Trying to fix libmpd for GHC 7.8 | jao | |
2017-02-23 | Compiling with --with-rtsopts=-V0 to reduce wakeups (issue #89) | jao | |
2016-11-30 | When xpm flag is disabled don't use XPMFile in preprocessor | Sergei Trofimovich | |
Otherwise build fails on preprocessor stage as: Building xmobar-0.24.3... Preprocessing executable 'xmobar' for xmobar-0.24.3... XPMFile.hsc:29:21: fatal error: X11/xpm.h: No such file or directory compilation terminated. Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/601262 Signed-off-by: Sergei Trofimovich <siarheit@google.com> | |||
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 | Better ghc-prof-options: no options at all0.24 | jao | |
2016-07-27 | Better ghc-prof-options: no -auto-all | 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 | News update and version bump | jao | |
2016-01-06 | alsa plugin dep updated to 0.2.0.3 | jao | |
2015-08-25 | define flag 'with_conduit' | Dragos Boca | |
2015-08-18 | add dependencies to http-conduit and http-types for weather plugin | Dragos Boca | |
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-03-10 | xmobar.cabal: allow utf8-string-1.0 | Sergei Trofimovich | |
Signed-off-by: Sergei Trofimovich <siarheit@google.com> | |||
2015-03-09 | Revert "Fix for GHC 7.8.4 (issue #213)" | jao | |
This reverts commit 1668793e69b7e7c78b7c5b4fd05a256c8ea9f0b1. | |||
2015-03-08 | Fix for GHC 7.8.4 (issue #213) | 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-26 | Version updated to 0.23 | jao | |
2014-10-28 | HTTP dependency updated to 4000.2.4 (should close #200) | jao | |
2014-10-11 | Updates for 0.22.10.22.1 | jao | |
2014-10-11 | Compatibility with mtl 2.1 | jao | |
Thanks to Apollon Oikonomopoulos!! | |||
2014-10-09 | Preparing 0.220.22 | jao | |
2014-09-28 | Upgrade to libmpd 0.9 | jao | |
2014-09-05 | mtl 2.2.1 | jao | |
2014-09-04 | Missing XPMFile module added to xmobar.cabal | jao | |
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-08-09 | MarqueePipeReader added to cabal file | jao | |