From 65b447334f13d7c134cc6fe8ad96469815133ff3 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 14 Mar 2020 20:49:10 -0400 Subject: recording icon and packages on by default --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 6bcbf48..2aa3143 100644 --- a/config.h +++ b/config.h @@ -1,9 +1,9 @@ //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", 0, 9}, */ + {"", "cat /tmp/recordingicon", 0, 9}, /* {"", "music", 0, 11}, */ - /* {"", "pacpackages", 0, 8}, */ + {"", "pacpackages", 0, 8}, /* {"", "crypto", 0, 13}, */ {"", "torrent", 20, 7}, {"", "news", 0, 6}, -- cgit v1.2.3