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 --- config.jsonc | 1 + modules.jsonc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index 53b040b..12e47b1 100644 --- a/config.jsonc +++ b/config.jsonc @@ -12,6 +12,7 @@ "modules-right": [ "cpu", "memory", + "backlight", "battery", "bluetooth", "network", 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