From 3280c1bc3ff35c9a6703584116987b1d4a82555d Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Wed, 29 Oct 2025 15:37:45 +0000 Subject: Add network on-click action --- modules.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": "{essid} ({signalStrength}%)  \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": { -- cgit