summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
AgeCommit message (Collapse)Author
2018-11-25doc, examplesjao
2018-11-25Back to app/src, since it seems they're the default convention for stackjao
2018-11-25Run.EventLoopjao
2018-11-25Refactoring: Xmobar.Runjao
2018-11-25Parsers wee refactoringjao
2018-11-25Exporting Exec constructors from Xmobarjao
2018-11-25No need for silly Xmobar.Pluginsjao
2018-11-25Xmobar.System.Environmentjao
2018-11-25Refactoring: Xmobar.Systemjao
2018-11-25XPMFile also in Xmobar.X11jao
2018-11-25Refactoring: Xmobar.X11jao
2018-11-25Plugins.Utils -> Utilsjao
2018-11-24Exported modules and names adjustmentsjao
2018-11-24Refactoring: cleaner separation app/lib and more cleanupsjao
2018-11-21All sources moved inside srcjao
2018-11-21Configuration file parsing moved to app modulejao
2018-11-21Cabal file adapted to the library splitjao
2018-10-06Signal termination to plugin threads and wait for them upon program exitDaniel Schüssler
This is necessary to allow the plugin threads to run their cleanup actions.
2018-10-06Turn the --monitor option to `Volume` into a new plugin `Alsa` insteadDaniel Schüssler
See #360.
2018-10-06Add 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-06Version 0.28.10.28.1jao
Closes #354 and #357
2018-09-24bump GHC versionVanessa McHale
2018-08-19Version 0.280.28jao
2018-08-19Allowing hinotify 0.4.*jao
Closes #356
2018-07-18Missing Paths_xmobar module (cf. #357)jao
2018-07-12Version 0.270.27jao
2018-07-12port to dbus-1Sergei Trofimovich
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2018-07-12Dropped support for GHC 7.xjao
2018-07-10New configuration parameter `textOffsets` (fixes #311)jao
2018-04-06Version 0.260.26jao
2018-03-29Upper bound for dbus (< 1.0). Fixes #345.jao
2018-03-07Add ellipsis option for Monitor's fields and total textOlivier Schneider
2018-02-01news.md -> changelog.mdjao
2018-02-01Version bumped: 0.250.25jao
2018-01-31Using external iwlibjao
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-30Remove UVMeter from global 'other-modules' listmichaellilanushoober
List the module UVMeter within the conditional branch of the flag 'with_uvmeter' instead of the global 'other-modules'.
2017-05-27Version set to 0.24.50.24.5jao
2017-05-02Version set 0.24.40.24.4jao
2017-04-29Preprocessor nitsjao
2017-04-29CPP for GHC 8.0jao
2017-04-29Trying to fix libmpd for GHC 7.8jao
2017-02-23Compiling with --with-rtsopts=-V0 to reduce wakeups (issue #89)jao
2016-11-30When xpm flag is disabled don't use XPMFile in preprocessorSergei 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-05Release 0.24.30.24.3jao
2016-08-08version 0.24.20.24.2jao
2016-07-28Version 0.24.1jao
2016-07-27Better ghc-prof-options: no options at all0.24jao
2016-07-27Better ghc-prof-options: no -auto-alljao