1
0
2025-10-08 21:42:19 +00:00

45 lines
1.0 KiB
Plaintext

{
"layer": "top",
"position": "top",
"height": 16,
"spacing": 10,
"modules-left": ["clock"],
"modules-center": ["niri/window"],
"modules-right": ["cpu","memory","network"],
"clock": {
"format": "{:%d.%m.%Y | %H:%M}"
},
"cpu": {
"interval": 10,
"format": "CPU: {}%",
"max-length": 10
},
"memory": {
"interval": 30,
"format": "\uf4bc {used:0.1f}G"
},
"network": {
"format": "",
"format-ethernet": "\udb83\udc9d",
"format-wifi": "{icon}",
"format-disconnected": "\udb83\udc9c",
"format-icons": ["\udb82\udd2f", "\udb82\udd1f", "\udb82\udd22", "\udb82\udd25", "\udb82\udd28"],
"tooltip-format-wifi": "{essid} ({signalStrength}%)",
"tooltip-format-ethernet": "{ifname}",
"tooltip-format-disconnected": "Disconnected",
},
"niri/window": {
"format": "{}",
"rewrite": {
"(.*) - Mozilla Firefox": "🌎 $1",
"(.*) - zsh": "> [$1]"
}
}
}