[all] Refactor module <-> output communication
Modules now return "bumblebee.output.Widget" objects, so that they can actually define a list of items to be drawn in the bar.
This commit is contained in:
parent
7f91b8298f
commit
bab7821607
6 changed files with 223 additions and 131 deletions
|
@ -2,7 +2,8 @@
|
|||
"defaults": {
|
||||
"prefix": " ",
|
||||
"suffix" : " ",
|
||||
"urgent": true
|
||||
"urgent": true,
|
||||
"fg": "#aabbcc"
|
||||
},
|
||||
"date": {
|
||||
"prefix": " "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue