Files
dotfiles/custom-sl3/CONFIG/waybar/local_config.jsonc
T
2025-11-22 21:12:55 +01:00

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"
]
}