diff options
author | zachir <zachir@librem.one> | 2022-01-26 09:41:05 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-01-26 09:41:05 -0600 |
commit | c7b6a269d757764a947c88948ade04a0670544ab (patch) | |
tree | 360ef4b7c7097e77e59dec80a39990e93a2bf3b2 /config.h | |
parent | b68262e7348fc68102c5edba7a94e317ba669089 (diff) |
rebase off of Luke's dwmblocks
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}, */ |