changed name of upgrade script

This commit is contained in:
Noah Swerhun 2020-08-30 18:32:58 -05:00
parent 46a243503b
commit c877a1e1d8

View file

@ -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},