44 lines
789 B
JSON
44 lines
789 B
JSON
{
|
|
"layer": "top",
|
|
"position": "top",
|
|
"height": 32,
|
|
|
|
"modules-left": ["niri/workspaces"],
|
|
"modules-center": ["niri/window"],
|
|
"modules-right": [
|
|
"keyboard-state",
|
|
"cpu",
|
|
"memory",
|
|
"network",
|
|
"pulseaudio",
|
|
"tray",
|
|
"clock"
|
|
],
|
|
|
|
"clock": { "format": "{:%a %d %b %H:%M}" },
|
|
|
|
"cpu": { "format": " {usage}%" },
|
|
"memory": { "format": " {percentage}%" },
|
|
|
|
"network": {
|
|
"format-wifi": " {signalStrength}%",
|
|
"format-ethernet": "",
|
|
"format-disconnected": ""
|
|
},
|
|
|
|
"pulseaudio": {
|
|
"format": " {volume}%",
|
|
"format-muted": ""
|
|
},
|
|
|
|
"keyboard-state": {
|
|
"numlock": true,
|
|
"capslock": true,
|
|
"format": "{name} {icon}",
|
|
"format-icons": {
|
|
"locked": "",
|
|
"unlocked": ""
|
|
}
|
|
}
|
|
}
|