17 lines
403 B
Text
17 lines
403 B
Text
|
{
|
||
|
"layer": "top",
|
||
|
"modules-left": ["sway/workspaces", "sway/mode"],
|
||
|
"modules-center": ["sway/window"],
|
||
|
"modules-right": ["battery", "clock"],
|
||
|
"sway/window": {
|
||
|
"max-length": 50
|
||
|
},
|
||
|
"battery": {
|
||
|
"format": "{capacity}% {icon}",
|
||
|
"format-icons": ["", "", "", "", ""]
|
||
|
},
|
||
|
"clock": {
|
||
|
"format-alt": "{:%a, %d. %b %H:%M}"
|
||
|
}
|
||
|
}
|