[core/themes] Add module-specific themes
Allow module-specific theme information to overload "default" configuration. I.e. it is now possible to have specific prefix or postfix configurations for different modules. The module name is derived for each widget from the module (__module__) from which it was instantiated. see #23
This commit is contained in:
parent
562fd85ca2
commit
2fa8d7b778
6 changed files with 56 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"defaults": { "separator": "" },
|
||||
"defaults": { "separator": "", "padding": " " },
|
||||
"date": { "prefix": "" },
|
||||
"time": { "prefix": "" },
|
||||
"memory": { "prefix": "" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue