summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-05-04 17:26:37 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-05-04 17:26:37 -0400
commitff026b9dd4d05eac027af0debb06637483d68b3b (patch)
tree5bbdc6c80eb0115a5ff383aa133801ef0e497c0a /config.h
parentff41f8e71ec6fafdcc8fa25367d5ad01dbdd8519 (diff)
downloaddwmblocks-ff026b9dd4d05eac027af0debb06637483d68b3b.tar.gz
dwmblocks-ff026b9dd4d05eac027af0debb06637483d68b3b.tar.bz2
dwmblocks-ff026b9dd4d05eac027af0debb06637483d68b3b.zip
this should really be disabled until I fix it all
I want to get rid of the mpd-module-update script, perhaps having it started by the `music` script or dwm. There have been big kinks in bug testing.
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 8226e0d..0b134d1 100644
--- a/config.h
+++ b/config.h
@@ -2,7 +2,7 @@
static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
{"", "cat /tmp/recordingicon 2>/dev/null", 0, 9},
- {"", "music", 0, 11},
+ /* {"", "music", 0, 11}, */
{"", "pacpackages", 0, 8},
{"", "news", 0, 6},
/* {"", "crypto", 0, 13}, */
Software created with 💖