Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2016-07-28 | Fixing compatibility with GHC 7.6 | 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. | |||
2014-08-09 | typo: seperator --> separator | Reto Hablützel | |
2014-08-09 | New Plugin MarqueePipeReader | Reto Hablützel | |
Display a long text from a pipe with marquee. It wraps around with a given separator and the length may be specified as well as the delay in 10th seconds. See readme for an example. |