Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-29 | Xmobar.Run.Command -> Xmobar.Plugins.Command | jao | |
2021-11-07 | Export SignalTypes from Xmobar for use in other haskell code. | John Soo | |
2021-09-14 | Add the QueueReader plugin. | Guy Gastineau | |
* A queue reader for xmobar using `TQueue a` from `stm`. This is a flexible and performat solution for sharing data between arbitrary haskell and xmobar. * I am not sure if I did the haddocks correctly. | |||
2020-11-29 | Add new plugin: NotmuchMail | slotThe | |
This plugin checks for new mail, provided that this mail is indexed by notmuch. As mail that was tagged is moved from the new directory to cur, the 'Mail' plugin (and its variants) won't work for such mail. | |||
2020-04-12 | Add a HandleReader Plugin | Pavan Rikhi | |
This adds a new `HandleReader` plugin, which displays data from a Haskell `Handle`. This is really only useful if you are running xmobar from within another Haskell program, but lets you avoid the mechanics of creating a named pipe with the proper file permissions. Instead, you can use `System.Process.createPipe` to make a pair of read & write Handles. If you pass the read handle to HandleReader, you can use hPutStr on the write Handle to send data to xmobar from your application code. | |||
2019-02-23 | Export MarqueePipeReader (fixes #381) | jao | |
2019-01-27 | API: exporting tenthSeconds | jao | |
2018-12-09 | New exposed function: configFromArgs | jao | |
2018-12-04 | Misleading comment removed | jao | |
2018-12-02 | Fix: exposing the Command constructors in lib | jao | |
2018-11-30 | Self-compilation a la xmonad | jao | |
2018-11-26 | Utilities for dealing with config and data directories | jao | |
2018-11-26 | App.Defaults -> App.Config | jao | |
2018-11-26 | Xmobar.Config.Parse | 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 | Back to app/src, since it seems they're the default convention for stack | jao | |
2018-11-21 | All sources moved inside src | jao | |
2018-11-21 | Split Modules into Library & Executable Structure | Pavan Rikhi | |
Move the Main module to a new `app` directory. All other modules have been nested under the `Xmobar` name. Lots of module headers & imports were updated. | |||
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-07-10 | New configuration parameter `textOffsets` (fixes #311) | jao | |
2018-06-24 | hlinting | jao | |
2017-04-29 | hlint configuration | jao | |
2016-09-14 | tell the user what went wrong in the event of a failure | michael bishop | |
2015-04-21 | Same vertical alignment for multiple fonts | jao | |
2015-04-13 | A bit more experimentation with alignment | jao | |
2015-03-20 | Fixes for vertical alignment and border drawing | jao | |
2015-03-19 | More alignment fixes | jao | |
2015-03-18 | Fix for background's vertical aligment | jao | |
2015-03-17 | Trying a better vertical alignmnet (issue #221) | jao | |
2015-03-11 | Fix for default icon vertical alignment (#216) | jao | |
2015-02-02 | Real fix: Xrender only available if with_xft | jao | |
2015-01-08 | Support for multiple fonts | Markus Scherer | |
2015-01-07 | Whitespace | jao | |
2015-01-07 | Honoring background color when alpha=255 (issue #209) | jao | |
2014-12-30 | Linting and defaults | jao | |
2014-12-30 | Fix: use the right background area in transparency | 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-02 | New textOffset and iconOffset configuration parameters | jao | |
2014-12-02 | Merge branch 'master' of https://github.com/ryantm/xmobar into ryantm-master | jao | |
Conflicts: src/Xmobar.hs | |||
2014-09-24 | Add iconRoot config option | Alexander Shabalin | |
For all <icon=path/> if path does not start with "/", "./", "../" it will have iconRoot ++ "/" prepended to it. | |||
2014-09-16 | Add ability to set border width | Travis Staton | |
2014-08-09 | hlint refactorings | Reto Hablützel | |
2014-06-01 | fix vertical text alignment calculation | Ryan Mulligan | |
the baseline (valign) is now set so the font will render with equal vertical margin above and below the font extents | |||
2014-03-13 | Back to picking first screen by default (#158)0.20.1 | Jose Antonio Ortega Ruiz | |
2014-02-20 | Change actions syntax | Marcin Mikołajczyk | |
2014-02-18 | Add support for multiple actions per item, activated depending on mouse ↵ | Marcin Mikołajczyk | |
button clicked | |||
2013-07-07 | Transparency and tint support. | Edward Z. Yang | |
New configuration option 'alpha' which adjusts alpha transparency (0 is transparent, 255 is opaque). Signed-off-by: Edward Z. Yang <ezyang@mit.edu> | |||
2013-03-13 | Help type inferencer a bit, kills warning | Alexander Polakov | |