From c51a420607cc6e627faebf9813c31b6a78d3b680 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sat, 7 May 2022 23:39:23 +0930 Subject: [PATCH] minor updates --- blocks.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blocks.def.h b/blocks.def.h index 968397a..5049aee 100644 --- a/blocks.def.h +++ b/blocks.def.h @@ -5,9 +5,9 @@ static const Block blocks[] = { {" ", "date '+(%a) %Y-%m-%d %H:%M'", 5, 0}, - {"", "status-net", 30, 0}, + {"", "status-net", 1, 0}, - {"", "status-vol", 30, 0}, + {"", "status-vol", 1, 0}, {" ", "", 3600, 0}, /* badding */ };