From a88a0602c3fa12eb001e4f17c512bb875b1d94aa Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Tue, 25 Apr 2023 10:25:05 +0930 Subject: [PATCH] minor changes to updates --- blocks.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blocks.def.h b/blocks.def.h index 0fb37cb..d96ee49 100644 --- a/blocks.def.h +++ b/blocks.def.h @@ -3,13 +3,13 @@ static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ {" ", "", 1000, 1}, - {"", "status-bat", 5, 7}, + {"", "status-bat", 10, 7}, {"", "status-vol", 0, 3}, {"", "status-mem", 30, 4}, {"", "status-disk", 30, 5}, {"", "status-clock", 60, 6}, - {"", "status-net", 1, 15}, - {"", "status-packages", 5, 8}, + {"", "status-net", 10, 15}, + {"", "status-packages", 60, 8}, {" ", "", 1000, 30}, };