c1f1e1a939
Add customized separators: * The default separators are automatically disabled if custom separators are used (to "just" disable the default, use empty custom separators) * Use previous background color as their background color and the current background color as foreground color * Allow the separator-block-width to be configured see #23
15 lines
253 B
JSON
15 lines
253 B
JSON
{
|
|
"icons": [ "test" ],
|
|
"defaults": {
|
|
"prefix": "default-prefix",
|
|
"suffix": "default-suffix",
|
|
"fg": "#000000",
|
|
"bg": "#111111",
|
|
"separator": " * ",
|
|
"separator-block-width": 10
|
|
},
|
|
"test-widget": {
|
|
"fg": "#ababab",
|
|
"bg": "#222222"
|
|
}
|
|
}
|