From e6338107ddd9e17ea7194bb79567e2422d2ed9b7 Mon Sep 17 00:00:00 2001 From: Noah Swerhun Date: Wed, 15 Jul 2020 17:24:13 -0500 Subject: [PATCH] made weather longer --- blocks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks.h b/blocks.h index 910dfe8..86ccf82 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*/ - {"", "statusweather", 5, 0}, + {"", "statusweather", 300, 0}, {"📃 ", "statusmem", 5, 0}, {"🌡 ", "statuscpu", 5, 0}, {"", "statusbat", 10, 0},