From d4fc8eccf53174847300f8b1032fee8fd1f5b637 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 22 Oct 2023 00:37:40 +0200 Subject: [PATCH] changed timers --- config.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.c b/config.c index a26ede6..71b3aba 100644 --- a/config.c +++ b/config.c @@ -4,12 +4,12 @@ #include "util.h" Block blocks[] = { - {"memory", 10, 6}, - {"cpu amd", 10, 5}, + {"memory", 30, 6}, + {"cpu amd", 30, 5}, {"disk /home", 1800, 7}, {"volume", 120, 4}, - {"battery BAT0", 5, 2}, - {"internet", 5, 3}, + {"battery BAT0", 120, 2}, + {"internet", 30, 3}, {"clock", 60, 1}, };