[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.
This commit is contained in:
Tobias Witek 2016-10-31 07:39:26 +01:00
parent 97273b5a41
commit 60f63f3269
3 changed files with 14 additions and 7 deletions

View file

@ -7,10 +7,10 @@
"prefix": "bat ",
"states": {
"charging": {
"suffix": "+"
"suffix": "+ "
},
"discharging": {
"suffix": "-"
"suffix": "- "
}
}
},