summaryrefslogtreecommitdiffhomepage
path: root/src/Plugins/StdinReader.hs
AgeCommit message (Collapse)Author
2018-11-21Split Modules into Library & Executable StructurePavan 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.
2014-08-09hlint refactoringsReto Hablützel
2013-09-11Created UnsafeStdinReader pluginThiago Negri
2013-06-05Stripping actions in stdin and xprop pluginsJose Antonio Ortega Ruiz
2012-10-08Fixes for warnings reported in github issue #71Jose Antonio Ortega Ruiz
2011-01-22Bug fix: don't get confused by align separators in input (issue 14)Jose Antonio Ortega Ruiz
This solves the common case of a template separator character (such as {) popping up in xmobar's input (e.g., inside a window title) and confusing the parser.
2010-12-21Haskell sources moved to src/ to unclutter toplevelJose Antonio Ortega Ruiz