Compare commits

...

1 Commits
master ... main

Author SHA1 Message Date
David JULIEN 5c9090ae55 feat: add sb-cpu block 2022-11-10 20:57:11 +01:00
1 changed files with 1 additions and 0 deletions

View File

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