[theme] Re-implement colorscheme cycling

Again, allow the "default" section to contain cycles that are used one
after the other for each widget.
This commit is contained in:
Tobias Witek 2016-11-05 11:40:27 +01:00
parent bab7821607
commit 98acd15edf
3 changed files with 37 additions and 119 deletions

View file

@ -17,7 +17,7 @@
"fg-warning": "#002b36",
"bg-warning": "#b58900",
"default_separators": false,
"default-separators": false,
"separator": ""
},
"date": {
@ -98,23 +98,23 @@
"prefix": [ "  ", "  ", "  ", "  ", "  " ],
"suffix": "  "
},
"discharging_critical": {
"discharging-critical": {
"prefix": "  ",
"suffix": "  "
},
"discharging_low": {
"discharging-low": {
"prefix": "  ",
"suffix": "  "
},
"discharging_medium": {
"discharging-medium": {
"prefix": "  ",
"suffix": "  "
},
"discharging_high": {
"discharging-high": {
"prefix": "  ",
"suffix": "  "
},
"discharging_full": {
"discharging-full": {
"prefix": "  ",
"suffix": "  "
}