don't use \x05

This commit is contained in:
speedie 2023-05-09 15:39:59 +02:00
parent 0a9fae12a8
commit 82b0881b95

View file

@ -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: