diff options
| author | Zaky Bilfagih <55378008+mackarelfish@users.noreply.github.com> | 2020-05-30 12:44:06 +0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-30 12:44:06 +0700 | 
| commit | e2ca6028d61859b66816fadeb6103fee1fa58314 (patch) | |
| tree | 75c37a268806fc871f3281f1bdc9d4293d592d03 | |
| parent | Added support for multiple char delimiter (diff) | |
| download | dwmblocks-e2ca6028d61859b66816fadeb6103fee1fa58314.tar.gz dwmblocks-e2ca6028d61859b66816fadeb6103fee1fa58314.tar.bz2 dwmblocks-e2ca6028d61859b66816fadeb6103fee1fa58314.tar.xz dwmblocks-e2ca6028d61859b66816fadeb6103fee1fa58314.tar.zst dwmblocks-e2ca6028d61859b66816fadeb6103fee1fa58314.zip | |
Commented out music from default config.h
| -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}, */ | 
