From 42dd429f8cdca987d4cdf9eee6742c551ad8a467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Mon, 22 Mar 2021 21:41:34 +0100 Subject: [PATCH] Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index cc532f5..af13139 100644 --- a/config.h +++ b/config.h @@ -5,8 +5,8 @@ static const Block blocks[] = { {"", "sb-temp", 60, 14}, {"", "sb-weather", 18000, 5}, {"", "sb-mail", 180, 12}, - {"", "sb-cpu", 10, 13}, - {"", "sb-mem", 10, 20}, + {"", "sb-cpu", 5, 13}, + {"", "sb-mem", 5, 20}, {"", "sb-network", 5, 4}, {"", "sb-battery", 5, 3}, {"", "sb-volume", 0, 10},