summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-03-14 20:49:10 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-03-14 20:49:10 -0400
commit65b447334f13d7c134cc6fe8ad96469815133ff3 (patch)
tree18a6872f56d48af0b1ca08f72e9f739cc18923a0
parent765850c8f756f2b57ba4e9107b6fc7032c983712 (diff)
downloaddwmblocks-65b447334f13d7c134cc6fe8ad96469815133ff3.tar.gz
dwmblocks-65b447334f13d7c134cc6fe8ad96469815133ff3.tar.bz2
dwmblocks-65b447334f13d7c134cc6fe8ad96469815133ff3.zip
recording icon and packages on by default
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
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},
Software created with 💖