diff options
| author | Blake Romero <blake@developercraft.com> | 2025-10-29 15:37:45 +0000 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2025-10-29 15:37:45 +0000 |
| commit | 3280c1bc3ff35c9a6703584116987b1d4a82555d (patch) | |
| tree | c83c2e1533915cf93bef8342f0c74ed310fa2543 /modules.jsonc | |
| parent | 121130c118a5256e831fbb337464b6a6de5c9095 (diff) | |
Add network on-click action
Diffstat (limited to 'modules.jsonc')
| -rw-r--r-- | modules.jsonc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.jsonc b/modules.jsonc index 4bd2ba4..bf77434 100644 --- a/modules.jsonc +++ b/modules.jsonc @@ -148,7 +148,7 @@ "tooltip-format-wifi": "<b>{essid} ({signalStrength}%) </b>\nSSID:\t {ifname}\nIP:\t {ipaddr}\nGateway: {gwaddr}\nNetmask: {netmask}\nCIDR:\t {cidr}bit subnet mask\nBSSID:\t {bssid}\nSignal:\t {signaldBm}dBm\nFreq:\t {frequency}", "tooltip-format-ethernet": "{ifname} " , "tooltip-format-disconnected": "Disconnected", - "on-click": "footclient impala" + "on-click": "foot -Tiwd iwctl" }, "memory": { |
