f3ee6e0c67
In order to do that, change the theme engine so that a theme can override settings in the iconsets. Was probably a bug to begin with that this was not possible.
41 lines
586 B
JSON
41 lines
586 B
JSON
{
|
|
"icons": [ "awesome-fonts" ],
|
|
"defaults": {
|
|
"separator-block-width": 0,
|
|
"separator": "",
|
|
"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"
|
|
}
|
|
},
|
|
"pacman": {
|
|
"good": {
|
|
"fg": "#002b36",
|
|
"bg": "#859900"
|
|
}
|
|
},
|
|
"battery": {
|
|
"charged": {
|
|
"fg": "#002b36",
|
|
"bg": "#859900"
|
|
},
|
|
"AC": {
|
|
"fg": "#002b36",
|
|
"bg": "#859900"
|
|
}
|
|
}
|
|
}
|