summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
AgeCommit message (Collapse)Author
2018-12-01Version 0.290.29jao
2018-12-01Propagating RTS compilation flags to recompilejao
2018-11-30Self-compilation a la xmonadjao
2018-11-30XMobar.App.Optsjao
2018-11-26Compilation functions lifted from xmonadjao
2018-11-26Utilities for dealing with config and data directoriesjao
2018-11-26App.Defaults -> App.Configjao
2018-11-26Xmobar.Config.Parsejao
2018-11-25Xmobar.System.Utils, Xmobar.X11.Eventsjao
2018-11-25X11.XUtil -> X11.Textjao
2018-11-25Xmobar.App.Defaults and Xmobar.Config.Typesjao
2018-11-25Xmobar.App.Mainjao
2018-11-25Xmobar.App and small refactoringsjao
2018-11-25Test namespaces inside Xmobarjao
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.