changed name of upgrade script
This commit is contained in:
parent
46a243503b
commit
c877a1e1d8
1 changed files with 1 additions and 1 deletions
2
blocks.h
2
blocks.h
|
@ -1,7 +1,7 @@
|
||||||
//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*/
|
||||||
{"", "updateupgr", 1200, 0},
|
{"", "supgrades", 1200, 0},
|
||||||
{"", "sweather", 300, 0},
|
{"", "sweather", 300, 0},
|
||||||
{"📃 ", "smem", 5, 0},
|
{"📃 ", "smem", 5, 0},
|
||||||
{"🌡 ", "scpu", 5, 0},
|
{"🌡 ", "scpu", 5, 0},
|
||||||
|
|
Loading…
Reference in a new issue