18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"layer": "top",
|
|
"modules-left": ["niri/workspaces"],
|
|
"modules-center": ["niri/window"],
|
|
"modules-right": ["battery", "clock"],
|
|
"niri/window": {
|
|
"max-length": 100
|
|
},
|
|
"battery": {
|
|
"format": "{capacity}% {icon}",
|
|
"format-icons": ["", "", "", "", ""]
|
|
},
|
|
"clock": {
|
|
"format-alt": "{:%a, %d. %b %H:%M}",
|
|
"tooltip": false
|
|
}
|
|
}
|
|
|