diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-05-04 17:26:37 -0400 | 
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-05-04 17:26:37 -0400 | 
| commit | ff026b9dd4d05eac027af0debb06637483d68b3b (patch) | |
| tree | 5bbdc6c80eb0115a5ff383aa133801ef0e497c0a | |
| parent | statuscmd programs forked (diff) | |
| download | dwmblocks-ff026b9dd4d05eac027af0debb06637483d68b3b.tar.gz dwmblocks-ff026b9dd4d05eac027af0debb06637483d68b3b.tar.bz2 dwmblocks-ff026b9dd4d05eac027af0debb06637483d68b3b.tar.xz dwmblocks-ff026b9dd4d05eac027af0debb06637483d68b3b.tar.zst 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.
| -rw-r--r-- | config.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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}, */ | 
