[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:
parent
97273b5a41
commit
60f63f3269
3 changed files with 14 additions and 7 deletions
|
@ -7,10 +7,10 @@
|
|||
"prefix": "bat ",
|
||||
"states": {
|
||||
"charging": {
|
||||
"suffix": "+"
|
||||
"suffix": "+ "
|
||||
},
|
||||
"discharging": {
|
||||
"suffix": "-"
|
||||
"suffix": "- "
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue