From c4e7a9b1eb98123e239ba76bc551934721fd18ca Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 31 May 2024 18:43:38 +0100 Subject: [PATCH] Remove sb-updates from statusbar, adjust update intervals. - Removed the sb-updates block from the statusbar. - Adjusted the update interval for sb-network-status to 60 seconds. - Kept other blocks (sb-mem-pct and sb-cpu-pct) unchanged. --- blocks.def.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/blocks.def.h b/blocks.def.h index 06a7e1d..15851ec 100644 --- a/blocks.def.h +++ b/blocks.def.h @@ -1,8 +1,7 @@ //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*/ - {" [", "sb-updates", 300, 11}, - {" [", "sb-network-status", 5, 12}, + {" [", "sb-network-status", 5, 12}, {" [", "sb-updates", 60, 11}, {" [ ", "sb-mem-pct", 5, 0}, {" [󰻠 ", "sb-cpu-pct", 5, 0},