26 lines
785 B
JSON
26 lines
785 B
JSON
{
|
|
"network": {
|
|
"format-disabled": " Disabled",
|
|
"format-wifi": " {bandwidthDownBits:>} {bandwidthUpBits:>} ({signalStrength}%)",
|
|
"tooltip-format-wifi": "{essid}",
|
|
"format-ethernet": " {bandwidthDownBits:>} {bandwidthUpBits:>} ",
|
|
"tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr}",
|
|
"format-disconnected": " Disconnected",
|
|
"on-click": "footclient --app-id floating_shell --window-size-chars 60x45 -e nmtui",
|
|
"interval": 2
|
|
},
|
|
"modules-right": [
|
|
"idle_inhibitor",
|
|
"cpu",
|
|
"custom/cputemp",
|
|
"memory",
|
|
"disk#root",
|
|
"backlight",
|
|
"pulseaudio",
|
|
"battery",
|
|
"clock",
|
|
"tray",
|
|
"custom/power"
|
|
]
|
|
}
|