From 26cb9e3fb4adeab29ca028966a0ae6bcc27881a5 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Mon, 23 Mar 2026 12:10:29 +0000 Subject: Add backlight module & run impala on nextwork click --- modules.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules.jsonc') diff --git a/modules.jsonc b/modules.jsonc index c6783c7..1a22270 100644 --- a/modules.jsonc +++ b/modules.jsonc @@ -145,7 +145,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": "foot -Tiwd iwctl" + "on-click": "foot -Tiwd impala" }, "memory": { -- cgit