Compare commits

...

2 Commits

Author SHA1 Message Date
David JULIEN 8d1f7e2c6a feat: no battery available! 2022-12-02 22:28:57 +01:00
David JULIEN 5c9090ae55 feat: add sb-cpu block 2022-11-10 20:57:11 +01:00
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ static const Block blocks[] = {
{"", "sb-music", 0, 5},
{"", "sb-volume", 0, 4},
{"", "sb-internet", 5, 3},
{"", "sb-battery", 5, 2},
//{"", "sb-battery", 5, 2},
{"", "sb-cpu", 1, 0},
{"", "sb-date", 60, 1},
};