33 lines
471 B
Plaintext
33 lines
471 B
Plaintext
{
|
|
"layer": "top",
|
|
"position": "right",
|
|
"height": "100%",
|
|
"width": 30,
|
|
"margin-right": 10,
|
|
"margin-top": 10,
|
|
"margin-bottom": 10,
|
|
|
|
"modules-left": [
|
|
"sway/workspaces"
|
|
],
|
|
|
|
"modules-right": [
|
|
"clock"
|
|
],
|
|
|
|
"sway/workspaces": {
|
|
"disable-scroll": true,
|
|
"persisten_workspace": {
|
|
"1": [],
|
|
"2": [],
|
|
"3": []
|
|
}
|
|
},
|
|
|
|
"clock": {
|
|
"timezone": "Europe/Amsterdam",
|
|
"format": "{:%H\n%M\n%S}",
|
|
"interval": 1
|
|
}
|
|
}
|