Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-16 | New configuration option 'hideOnStart' | Jochen Keil | |
When set to True the window is initially not mapped, i.e. hidden. It then can be toggled manually (for example using the dbus interface) or automatically (by a plugin) to make it reappear (unhide/reveal). | |||
2012-08-10 | New configuration option "persistent" | Jochen Keil | |
When persistent is set to True then xmobar will always be mapped (revealed) and never be hidden. The flag is checked in eventLoop and operation to map/unmap windows is not carried out if persistence is desired. | |||
2012-08-08 | BufferedPipeReader: A plugin for temporary data display | Jochen Keil | |
This plugin allows to display data from multiple pipes. New data will always overwrite the currently displayed data. However, if a timeout is specified, the previous content is restored. Configuration works like this: BufferedPipeReader <Alias> [ ( Timeout, "/path/to/fifo/pipe" ), (..), .. ] If Timeout is set to 0 then the content is persistent, i.e. it will be reset to any previous value, it will itself become the previous value. If Timeout is set to a negative value the earth will stop spinning, so don't do it. | |||
2011-08-31 | Added Keyboard Layout Indicator Plugin | Martin Perner | |
2011-07-21 | DateZone: Added plugin for localized date | Martin Perner | |
2010-12-21 | Haskell sources moved to src/ to unclutter toplevel | Jose Antonio Ortega Ruiz | |