Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-10 | New SignalType TogglePersistent | Jochen Keil | |
By sending a TogglePersistent signal the configuration option "persistent" can be changed. Thus it is possible to hide or show xmobar constantly. | |||
2012-08-09 | Add signals for {show,hid,toggl}ing | Jochen Keil | |
Also make them {Read,Show}able which can be useful for printf debugging and does not hurt otherwise. | |||
2012-08-09 | Move signal handler and data types to own module | Jochen Keil | |
This is necessary to make SignalType available for other modules without import loops. This also decoupels the modules and their functionality a bit more so this is generally a cleaner solution. |