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
34 lines
495 B
JSON
34 lines
495 B
JSON
{
|
|
"icons": [ "awesome-fonts" ],
|
|
"defaults": {
|
|
"separator-block-width": 0,
|
|
"warning": {
|
|
"fg": "#002b36",
|
|
"bg": "#b58900"
|
|
},
|
|
"critical": {
|
|
"fg": "#002b36",
|
|
"bg": "#dc322f"
|
|
}
|
|
},
|
|
"cycle": [
|
|
{ "fg": "#93a1a1", "bg": "#002b36" },
|
|
{ "fg": "#eee8d5", "bg": "#586e75" }
|
|
],
|
|
"dnf": {
|
|
"good": {
|
|
"fg": "#002b36",
|
|
"bg": "#859900"
|
|
}
|
|
},
|
|
"battery": {
|
|
"charged": {
|
|
"fg": "#002b36",
|
|
"bg": "#859900"
|
|
},
|
|
"AC": {
|
|
"fg": "#002b36",
|
|
"bg": "#859900"
|
|
}
|
|
}
|
|
}
|