From 21104f23dbf6c13b584e4adf5940f195e326ed82 Mon Sep 17 00:00:00 2001 From: speedie Date: Thu, 1 Dec 2022 23:00:24 +0100 Subject: [PATCH] decrease this by a lot --- status.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status.h b/status.h index 1615576..6d0ef10 100644 --- a/status.h +++ b/status.h @@ -16,7 +16,7 @@ static const Module modules[] = { /* prefix command update interval update signal */ { "\x01^C1^", "module_time --print", 1, 1 }, { "\x02^C2^", "module_date --print", 60, 2 }, - { "\x03^C3^", "module_bat --print", 10, 3 }, + { "\x03^C3^", "module_bat --print", 2, 3 }, { "\x04^C4^", "module_vol --print", 1, 4 }, { "\x05^C5^", "module_ram --print", 6, 5 }, { "\x06^C6^", "module_net --print", 10, 6 },