From 645b09c8c49acc6ac641576a89eb95ed9679388a Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Wed, 2 Aug 2023 20:00:20 -0600 Subject: [PATCH] systray --- config.def.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 56494d1..1e98399 100644 --- a/config.def.h +++ b/config.def.h @@ -1,10 +1,11 @@ //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*/ + {"", "systray", 1, 0}, {"", "volstat", 0, 10}, {"", "micstat", 0, 11}, {"", "netstat", 2, 0}, -/* {"", "batstat", 1, 0},*/ + {"", "batstat", 1, 0}, {"󰌌 ", "layoutstat", 0, 12}, /* {" ", "memorystat", 1, 0},*/ /* {" ", "cpustat", 1, 0},*/