mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
17 lines
388 B
Plaintext
17 lines
388 B
Plaintext
{
|
|
"layer": "top",
|
|
"position": "left",
|
|
"modules-left": ["sway/workspaces", "sway/mode"],
|
|
"modules-right": ["battery", "clock"],
|
|
"sway/window": {
|
|
"max-length": 50
|
|
},
|
|
"battery": {
|
|
"format": "{capacity}% {icon}",
|
|
"format-icons": ["", "", "", "", ""]
|
|
},
|
|
"clock": {
|
|
"format-alt": "{:%a, %d. %b %H:%M}"
|
|
}
|
|
}
|