From 6e9f45e6a7e7146a74d21279760999142d88542a Mon Sep 17 00:00:00 2001 From: Noah Swerhun Date: Wed, 15 Jul 2020 17:16:56 -0500 Subject: [PATCH] added weather block --- blocks.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/blocks.h b/blocks.h index 52338df..910dfe8 100644 --- a/blocks.h +++ b/blocks.h @@ -1,9 +1,10 @@ //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*/ - {"", "statusbat", 10, 0}, - {"📄 ", "statusmem", 5, 0}, + {"", "statusweather", 5, 0}, + {"📃 ", "statusmem", 5, 0}, {"🌡 ", "statuscpu", 5, 0}, + {"", "statusbat", 10, 0}, {"🗓 ", "statusdate", 1, 0}, {"⌚ ", "statustime", 1, 0}, };