diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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}, */ |