51 lines
1.5 KiB
Text
51 lines
1.5 KiB
Text
{
|
|
"modules-left": ["clock", "niri/workspaces", "custom/media"],
|
|
"modules-center": ["niri/window"],
|
|
"modules-right": ["tray", "pulseaudio", "idle_inhibitor", "custom/power"],
|
|
|
|
"network": {
|
|
"format-wifi": "{essid} ({signalStrength}%) ",
|
|
"format-ethernet": "{ifname} ",
|
|
"format-disconnected": "",
|
|
"max-length": 50,
|
|
"on-click": "kitty -e 'nmtui'"
|
|
},
|
|
"idle_inhibitor": {
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"activated": "",
|
|
"deactivated": ""
|
|
},
|
|
},
|
|
"tray": {
|
|
"icon-size": 15,
|
|
"spacing": 10
|
|
},
|
|
"clock": {
|
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
|
"format-alt": "{:%Y-%m-%d}",
|
|
"on-click": "gnome-calendar"
|
|
},
|
|
"pulseaudio": {
|
|
"format": "{volume}% {icon} ",
|
|
"format-bluetooth": "{volume}% {icon} {format_source}",
|
|
"format-bluetooth-muted": " {icon} {format_source}",
|
|
"format-muted": "0% {icon} ",
|
|
"format-source": "{volume}% ",
|
|
"format-source-muted": "",
|
|
"format-icons": {
|
|
"headphone": "",
|
|
"hands-free": "",
|
|
"headset": "",
|
|
"phone": "",
|
|
"portable": "",
|
|
"car": "",
|
|
"default": ["", "", ""]
|
|
},
|
|
"on-click": "pavucontrol"
|
|
},
|
|
"custom/power": {
|
|
"format": " ",
|
|
"on-click": "wlogout"
|
|
}
|
|
}
|