Tobi-wan Kenobi
394ef61760
[core/theme] Add support for default -> prefix/suffix in themes
...
Themes can now define default prefix and suffix strings.
see #23
2016-12-08 11:52:47 +01:00
Tobi-wan Kenobi
64f5fc100e
[core/theme] Add prefix/postfix methods
...
Add a way to specify prefix and postfix strings to the full text of a
widget's text. Currently, the theme does not fill those yet.
see #23
2016-12-08 11:31:20 +01:00
Tobi-wan Kenobi
aacc56a4e2
[modules/cpu] Add initial version of CPU utilization module
...
Re-enable the CPU utilization module as proof-of-concept for the new
core engine.
see #23
2016-12-04 17:45:42 +01:00
Tobi-wan Kenobi
b6eb3ee8e6
[output/i3bar] Add flush method
...
flush() terminates a single iteration of widget drawing.
see #23
2016-12-04 16:14:43 +01:00
Tobi-wan Kenobi
712d958e18
[core/output] Add widget drawing
...
Add basic drawing of widgets. Each module instance returns a list of
widgets using the widgets() method which is then forwarded to the draw()
method of the configured output.
see #23
2016-12-04 12:53:18 +01:00
Tobi-wan Kenobi
6f52825ef0
[core/output] Add initial version of i3bar output
...
Add output handler for i3bar protocol and add some tests for it. Right
now, it only support start and end.
see #23
2016-12-04 12:26:20 +01:00