aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/Loggers.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* small tweak to battery loggerBrent Yorgey2009-12-271-1/+1
| | | | | | Ignore-this: 350dfed0cedd250cd9d4bd3391cbe034 darcs-hash:20091227085641-1e371-d16502a506ecd2685eaa8f18acdedeb9bdd2c93e.gz
* Added the alignment option 'AlignRightOffset'Jan Vornberger2009-10-241-1/+1
| | | | | | Ignore-this: 58cc00e1be669877e38a97e36b924969 darcs-hash:20091024204513-594c5-0156243473792c90824835f7fc0cbc8b5078336c.gz
* U.Loggers: add maildirNew, other loggers, and logger formatting utilitieswirtwolff2009-04-121-27/+238
| | | | | | | | | Ignore-this: 73240ab34348ad895c3d66c2a2e8e40f Rework of the Logger portions of patches originally from seanmce33@gmail.com to apply without conflicts, plus several formatting utilities for use with X (Maybe String) aka Loggers. darcs-hash:20090412041356-d17f0-2fce7044ca4b7d02aa7607ca07e1ef75316648b2.gz
* X.U.Loggers: handle possible EOF (reported by dyfrgi)Roman Cheplyaka2009-02-161-2/+1
| | | | darcs-hash:20090216213842-3ebed-958cbc985ea9e5f72ac0d0b63c7544947e31d134.gz
* Update all uses of doubleFork/waitForProcessSpencer Janssen2009-01-161-3/+3
| | | | | | Ignore-this: 4e15b7f3fd6af3b7317449608f5246b0 darcs-hash:20090116210315-25a6b-53190793833624e0c5e36ce353333092e5243883.gz
* explicit import list for things in the process libraryDon Stewart2008-11-041-1/+1
| | | | | | Ignore-this: 91b7f96421828788760e8bcff7dec317 darcs-hash:20081104035319-cba2c-8ab06cc5abfb2593bbed8def16119bce54d2ea1f.gz
* improvements to XMonad.Hooks.DynamicLog, and new contrib module ↵Brent Yorgey2008-02-191-0/+88
XMonad.Util.Loggers Improvements to DynamicLog include: * Greatly expanded and improved documentation and examples * remove seemingly useless makeSimpleDzenConfig function * factor out xmobarPP * add new ppExtras field to PP record, for specifying 'extra' loggers which can supply information other than window title, layout, and workspace status to a status bar (for example, time and date, battery status, mail status, etc.) The new XMonad.Util.Loggers module provides some example loggers that can be used in the new ppExtras field of the PP record. Create your own, add them to this module, go crazy! darcs-hash:20080219210128-bd4d7-33f4bcf2732069a5b7cf7584efa6ee060604c40b.gz