summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Romero <blake@developercraft.com>2026-03-23 12:10:29 +0000
committerBlake Romero <blake@developercraft.com>2026-03-23 12:10:29 +0000
commit26cb9e3fb4adeab29ca028966a0ae6bcc27881a5 (patch)
tree5be260c31f7ff7bb95699a4f330365e7a0328ea0
parent3ec561d467656563fa962af5a86e5fe6675b4b4a (diff)
Add backlight module & run impala on nextwork click
-rw-r--r--config.jsonc1
-rw-r--r--modules.jsonc2
2 files changed, 2 insertions, 1 deletions
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": "<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": "foot -Tiwd iwctl"
+ "on-click": "foot -Tiwd impala"
},
"memory": {