blob: 2ce21eaea9e3f1b31d58f4484904e0d98db822c4 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{ "layer" : "top" ,
"position" : "bottom" ,
"modules-left" : [ "sway/workspaces" ] ,
"modules-center" : [ "sway/window" ] ,
"modules-right" :
[ "battery" ,
"clock" ,
"tray" ] ,
"sway/window" : { "max-length" : 50 } ,
"battery" : { "format" : "{capacity}% {icon}" } ,
"clock" : { "format" : "{:%a, %Y-%m-%d %H:%M}" } ,
"tray" :
{ "icon-size" : 24 ,
"show-passive-items" : true } }
|