From 0307fbc4876f90044bcc054403f837d0f641a0b4 Mon Sep 17 00:00:00 2001 From: mrsu Date: Wed, 7 Feb 2024 00:25:14 +0000 Subject: [PATCH] added network monitor --- blocks.def.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blocks.def.h b/blocks.def.h index 6b859c1..529add2 100644 --- a/blocks.def.h +++ b/blocks.def.h @@ -1,7 +1,8 @@ //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, 0}, + {" [", "sb-updates", 300, 11}, {" [", "sb-battery-new", 1, 0}, {" [ ", "sb-mem-pct", 5, 0}, {" [󰻠 ", "sb-cpu-pct", 5, 0},