diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-04-22 19:56:36 -0400 | 
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-22 19:56:36 -0400 | 
| commit | 93b951f7153e81a128724529c75c2ed811f6af30 (patch) | |
| tree | e36d5dfa6f60dec6fe1eab7611d62b6a44e2b03f | |
| parent | specific larbs location for cd fix (diff) | |
| download | dwmblocks-93b951f7153e81a128724529c75c2ed811f6af30.tar.gz dwmblocks-93b951f7153e81a128724529c75c2ed811f6af30.tar.bz2 dwmblocks-93b951f7153e81a128724529c75c2ed811f6af30.tar.xz dwmblocks-93b951f7153e81a128724529c75c2ed811f6af30.tar.zst dwmblocks-93b951f7153e81a128724529c75c2ed811f6af30.zip | |
music module renabled for dwm
| -rw-r--r-- | config.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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}, */ | 
