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 + 1 file changed, 1 insertion(+) (limited to 'config.jsonc') 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", -- cgit