From 6675b22e3550f86eee6157e74cc991d1bbee3be3 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Mon, 1 May 2023 00:47:49 -0600 Subject: [PATCH] more modules --- config.def.h | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/config.def.h b/config.def.h index 10a6e5f..b03a580 100644 --- a/config.def.h +++ b/config.def.h @@ -1,13 +1,15 @@ //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*/ - {" ♫ ", "volstat", 0, 10}, - {" 󰍬 ", "micstat", 0, 11}, -/* {" 直 ", "iwdstat", 2, 0},*/ - {"  ", "layoutstat", 0, 12}, -/* {"  ", "batstat", 2, 0},*/ - {"  ", "date '+%I:%M%p'", 2, 0}, - {"  ", "date '+%a %Y-%m-%d'", 2, 0}, + /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ + {" ♫ ", "volstat", 0, 10}, + {" 󰍬 ", "micstat", 0, 11}, +/* {" 直 ", "iwdstat", 2, 0},*/ + {"  ", "layoutstat", 0, 12}, + {"  ", "memorystat", 2, 0}, + {" 󰍛 ", "cpustat", 2, 0}, +/* {"  ", "batstat", 2, 0},*/ + {"  ", "date '+%I:%M%p'", 2, 0}, + {"  ", "date '+%a %Y-%m-%d'", 2, 0}, }; //sets delimeter between status commands. NULL character ('\0') means no delimeter.