60f63f3269
For each theme & module, it is now possible to configure whether the default i3bar separators should be drawn or not.
19 lines
213 B
JSON
19 lines
213 B
JSON
{
|
|
"defaults": {
|
|
"prefix": " ",
|
|
"suffix" : " "
|
|
},
|
|
"battery": {
|
|
"prefix": "bat ",
|
|
"states": {
|
|
"charging": {
|
|
"suffix": "+ "
|
|
},
|
|
"discharging": {
|
|
"suffix": "- "
|
|
}
|
|
}
|
|
},
|
|
"time": {
|
|
}
|
|
}
|