31 lines
471 B
JSON
31 lines
471 B
JSON
{
|
|
"bar": {
|
|
"battery": {
|
|
"label": true
|
|
},
|
|
"bluetooth": {
|
|
"label": false
|
|
},
|
|
"clock": {
|
|
"format": "%H:%M:%S"
|
|
},
|
|
"layouts": {
|
|
"*": {
|
|
"left": [
|
|
"dashboard",
|
|
"workspaces",
|
|
"media"
|
|
],
|
|
"middle": [
|
|
"windowtitle"
|
|
],
|
|
"right": [
|
|
"volume",
|
|
"network",
|
|
"bluetooth",
|
|
"notifications"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|