summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-22 19:56:36 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-22 19:56:36 -0400
commit93b951f7153e81a128724529c75c2ed811f6af30 (patch)
treee36d5dfa6f60dec6fe1eab7611d62b6a44e2b03f
parentb97eff3d4760435ab852eb1673f44df2f6b21905 (diff)
downloaddwmblocks-93b951f7153e81a128724529c75c2ed811f6af30.tar.gz
dwmblocks-93b951f7153e81a128724529c75c2ed811f6af30.tar.bz2
dwmblocks-93b951f7153e81a128724529c75c2ed811f6af30.zip
music module renabled for dwm
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 6b5af8a..551e30c 100644
--- a/config.h
+++ b/config.h
@@ -2,7 +2,7 @@
static const Block blocks[] = {
/*Command*/ /*Update Interval*/ /*Update Signal*/
{"cat /tmp/recordingicon 2>/dev/null", 0, 9},
- /* {"music", 0, 11}, */
+ {"music", 0, 11},
{"pacpackages", 0, 8},
/* {"crypto", 0, 13}, */
/* {"torrent", 20, 7}, */
Software created with 💖