added volume module
This commit is contained in:
parent
3b2b89e973
commit
a0b6428f4a
1 changed files with 3 additions and 2 deletions
3
blocks.h
3
blocks.h
|
@ -1,9 +1,10 @@
|
||||||
//Modify this file to change what commands output to your statusbar, and recompile using the make command.
|
//Modify this file to change what commands output to your statusbar, and recompile using the make command.
|
||||||
static const Block blocks[] = {
|
static const Block blocks[] = {
|
||||||
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
|
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
|
||||||
{"", "supgrades", 1200, 0},
|
{"", "supgrades", 1200, 1},
|
||||||
{"", "sweather", 300, 0},
|
{"", "sweather", 300, 0},
|
||||||
{"💾 ", "sdisk", 1200, 0},
|
{"💾 ", "sdisk", 1200, 0},
|
||||||
|
{"", "svol", 0, 2},
|
||||||
{"📃 ", "smem", 5, 0},
|
{"📃 ", "smem", 5, 0},
|
||||||
{"🌡 ", "scpu", 5, 0},
|
{"🌡 ", "scpu", 5, 0},
|
||||||
/* {"", "statusbat", 10, 0}, */
|
/* {"", "statusbat", 10, 0}, */
|
||||||
|
|
Loading…
Reference in a new issue