From c7b6a269d757764a947c88948ade04a0670544ab Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 26 Jan 2022 09:41:05 -0600 Subject: rebase off of Luke's dwmblocks --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 2f7c63c..f26803e 100644 --- a/config.h +++ b/config.h @@ -1,11 +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*/ - /* {"", "cat /tmp/recordingicon 2>/dev/null", 0, 9}, */ + {"", "cat /tmp/recordingicon 2>/dev/null", 0, 9}, {"", "mailbox", 900, 23}, {"", "music", 10, 11}, - /* {"", "pacpackages", 10, 8}, */ - /* {"", "xidlechk", 0, 19}, */ + {"", "pacpackages", 10, 8}, + {"", "xidlechk", 0, 19}, /* {"", "news", 0, 6}, */ /* {"", "crypto", 0, 13}, */ /* {"", "price bat \"Basic Attention Token\" 🦁", 0, 20}, */ -- cgit v1.2.3