Improve sleep mechanism.

This commit is contained in:
Utkarsh Verma
2021-04-13 11:05:21 +05:30
parent 90da29d54f
commit 5465c43cff
2 changed files with 90 additions and 80 deletions

View File

@@ -1,5 +1,5 @@
#define CMDLENGTH 50
#define delimiter " "
#define delimiter " "
static const Block blocks[] = {
{"sb-mail", 1800, 1},
@@ -9,6 +9,6 @@ static const Block blocks[] = {
{"sb-loadavg", 10, 9},
{"sb-volume", 0, 5},
{"sb-battery", 5, 6},
{"sb-date", 60, 7},
{"sb-date", 20, 7},
{"sb-network", 5, 8},
};