bumblebee-status/bumblebee/themes/default.json
Tobias Witek 60f63f3269 [themes] Configure presence of default i3bar separators
For each theme & module, it is now possible to configure whether the
default i3bar separators should be drawn or not.
2016-10-31 07:39:26 +01:00

19 lines
213 B
JSON

{
"defaults": {
"prefix": " ",
"suffix" : " "
},
"battery": {
"prefix": "bat ",
"states": {
"charging": {
"suffix": "+ "
},
"discharging": {
"suffix": "- "
}
}
},
"time": {
}
}