|
| 1 | +// network's on-click in athena toggled nm-applet's tray visibility; here |
| 2 | +// network-manager-applet already autostarts via sway-xdg-autostart.target |
| 3 | +// (see Containerfile.d/120-sway.containerfile), so it's always in the tray |
| 4 | +// already and that toggle isn't needed. |
| 5 | +{ |
| 6 | + "network": { |
| 7 | + "format-wifi": "WiFi {signalStrength}%", |
| 8 | + "format-ethernet": "LAN", |
| 9 | + "format-linked": "Linked", |
| 10 | + "format-disconnected": "No Net", |
| 11 | + "format-disabled": "WiFi Off", |
| 12 | + "tooltip-format-disconnected": "No Connection", |
| 13 | + "tooltip-format-disabled": "Wi-Fi is OFF", |
| 14 | + "tooltip-format-wifi": "{essid} ({signalStrength}%)\nFreq: {frequency}GHz\n{bandwidthDownBytes} {bandwidthUpBytes}", |
| 15 | + "tooltip-format-ethernet": "{ifname} (Connected)\n{bandwidthDownBytes} {bandwidthUpBytes}", |
| 16 | + "tooltip-format-linked": "{ifname}: No IP Address", |
| 17 | + "on-scroll-up": "nmcli radio wifi on", |
| 18 | + "on-scroll-down": "nmcli radio wifi off" |
| 19 | + }, |
| 20 | + "bluetooth": { |
| 21 | + "format": "BT", |
| 22 | + "format-connected": "BT On", |
| 23 | + "format-disabled": "BT Off", |
| 24 | + "tooltip-format": "{controller_alias} {status}", |
| 25 | + "tooltip-format-connected": "{num_connections} Connected:\n{device_enumerate}", |
| 26 | + "tooltip-format-enumerate-connected-battery": "{device_alias} ({device_battery_percentage}%)", |
| 27 | + "on-click": "blueman-manager", |
| 28 | + "on-click-right": "rfkill toggle bluetooth" |
| 29 | + } |
| 30 | +} |
0 commit comments