From c877a1e1d8025c079425cdca0d7a157ffe06288b Mon Sep 17 00:00:00 2001 From: Noah Swerhun Date: Sun, 30 Aug 2020 18:32:58 -0500 Subject: [PATCH] changed name of upgrade script --- blocks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks.h b/blocks.h index 692fd8d..d93b5bc 100644 --- a/blocks.h +++ b/blocks.h @@ -1,7 +1,7 @@ //Modify this file to change what commands output to your statusbar, and recompile using the make command. static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ - {"", "updateupgr", 1200, 0}, + {"", "supgrades", 1200, 0}, {"", "sweather", 300, 0}, {"📃 ", "smem", 5, 0}, {"🌡 ", "scpu", 5, 0},