From 82b0881b9504f1370426bde08560b80ba3f03aa1 Mon Sep 17 00:00:00 2001 From: speedie Date: Tue, 9 May 2023 15:39:59 +0200 Subject: [PATCH] don't use \x05 --- status.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/status.h b/status.h index 1525e15..c17553e 100755 --- a/status.h +++ b/status.h @@ -23,14 +23,14 @@ static const Module modules[] = { { " <\x02", "module_date --print", 60, 2 }, { " <\x03", "module_bat --print", 2, 3 }, { " <\x04", "module_vol --print", 1, 4 }, - { " <\x05", "module_ram --print", 6, 5 }, - { " <\x01", "module_net --print", 10, 6 }, - { " <\x02", "module_temp --print", 5, 7 }, - { " <\x03", "module_weather --print", 60, 8 }, - { " <\x04", "module_music --print", 1, 9 }, - { " <\x05", "module_dfmpeg --print", 5, 10 }, - { " <\x01", "module_news --print", 30, 11 }, - { " <\x02", "module_email --print", 30, 12 }, + { " <\x01", "module_ram --print", 6, 5 }, + { " <\x02", "module_net --print", 10, 6 }, + { " <\x03", "module_temp --print", 5, 7 }, + { " <\x04", "module_weather --print", 60, 8 }, + { " <\x01", "module_music --print", 1, 9 }, + { " <\x02", "module_dfmpeg --print", 5, 10 }, + { " <\x03", "module_news --print", 30, 11 }, + { " <\x04", "module_email --print", 30, 12 }, }; /* Commands that will run when a part of the status bar is pressed. You can add: