63 lines
No EOL
1.2 KiB
Text
63 lines
No EOL
1.2 KiB
Text
{
|
|
"layer": "top",
|
|
"modules-left": [
|
|
"niri/workspaces",
|
|
"sway/mode"
|
|
],
|
|
"modules-center": [
|
|
"niri/window"
|
|
],
|
|
"modules-right": [
|
|
"cpu",
|
|
"memory",
|
|
"pulseaudio",
|
|
"battery",
|
|
"tray",
|
|
"clock"
|
|
],
|
|
"niri/window": {
|
|
"max-length": 50
|
|
},
|
|
"niri/workspaces": {
|
|
// "format": "{icon}",
|
|
// "format-icons": {
|
|
// // Named workspaces
|
|
// // (you need to configure them in niri)
|
|
// "browser": "",
|
|
// "discord": "",
|
|
// "chat": "<b></b>",
|
|
// // Icons by state
|
|
// "active": "",
|
|
// "default": ""
|
|
// }
|
|
},
|
|
// "sway/workspaces": {
|
|
// "disable-scroll" : false,
|
|
// },
|
|
"battery": {
|
|
"format": "bat {capacity}%",
|
|
// "format-icons": ["", "", "", "", ""]
|
|
},
|
|
"clock": {
|
|
"format-alt": "{:%a, %d. %b %H:%M}"
|
|
},
|
|
"pulseaudio": {
|
|
"scroll-step": 5,
|
|
"max-volume": 150,
|
|
"format": "vol {volume}%",
|
|
"format-muted": "vol mut",
|
|
"nospacing": 1,
|
|
"on-click": "pavucontrol",
|
|
"tooltip": false
|
|
},
|
|
"cpu": {
|
|
"interval": 10,
|
|
"format": "cpu {usage}%",
|
|
"max-length": 10
|
|
},
|
|
"memory": {
|
|
"interval": 30,
|
|
"format": "mem {percentage}%",
|
|
"max-length": 10
|
|
}
|
|
} |