Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-26 | App.Defaults -> App.Config | jao | |
2018-11-26 | Xmobar.Config.Parse | jao | |
2018-11-25 | Xmobar.System.Utils, Xmobar.X11.Events | jao | |
2018-11-25 | X11.XUtil -> X11.Text | jao | |
2018-11-25 | Xmobar.App.Defaults and Xmobar.Config.Types | jao | |
2018-11-25 | Xmobar.App.Main | jao | |
2018-11-25 | Xmobar.App and small refactorings | jao | |
2018-11-25 | Test namespaces inside Xmobar | jao | |
2018-11-25 | doc, examples | jao | |
2018-11-25 | Back to app/src, since it seems they're the default convention for stack | jao | |
2018-11-25 | Run.EventLoop | jao | |
2018-11-25 | Refactoring: Xmobar.Run | jao | |
2018-11-25 | Parsers wee refactoring | jao | |
2018-11-25 | Exporting Exec constructors from Xmobar | jao | |
2018-11-25 | No need for silly Xmobar.Plugins | jao | |
2018-11-25 | Xmobar.System.Environment | jao | |
2018-11-25 | Refactoring: Xmobar.System | jao | |
2018-11-25 | XPMFile also in Xmobar.X11 | jao | |
2018-11-25 | Refactoring: Xmobar.X11 | jao | |
2018-11-25 | Plugins.Utils -> Utils | jao | |
2018-11-24 | Exported modules and names adjustments | jao | |
2018-11-24 | Refactoring: cleaner separation app/lib and more cleanups | jao | |
2018-11-21 | All sources moved inside src | jao | |
2018-11-21 | Configuration file parsing moved to app module | jao | |
2018-11-21 | Cabal file adapted to the library split | jao | |
2018-10-06 | Signal termination to plugin threads and wait for them upon program exit | Daniel Schüssler | |
This is necessary to allow the plugin threads to run their cleanup actions. | |||
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-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 | |