From 93b951f7153e81a128724529c75c2ed811f6af30 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 22 Apr 2020 19:56:36 -0400 Subject: music module renabled for dwm --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}, */ -- cgit v1.2.3