30 lines
559 B
JSON
30 lines
559 B
JSON
{
|
|
"layer": "top",
|
|
"position": "top",
|
|
"height": 32,
|
|
|
|
"modules-left": ["niri/workspaces"],
|
|
"modules-center": ["clock"],
|
|
"modules-right": ["pulseaudio", "network", "battery", "tray"],
|
|
|
|
"clock": {
|
|
"format": "{:%a %b %d %H:%M}"
|
|
},
|
|
|
|
"battery": {
|
|
"format": "{capacity}% {icon}",
|
|
"format-icons": ["","","","",""]
|
|
},
|
|
|
|
"network": {
|
|
"format-wifi": " {essid}",
|
|
"format-ethernet": "",
|
|
"format-disconnected": "⚠"
|
|
},
|
|
|
|
"pulseaudio": {
|
|
"format": " {volume}%",
|
|
"format-muted": ""
|
|
}
|
|
}
|