diff options
| author | Daniel Rose <daniel@whitehatcat.net> | 2020-12-28 15:17:14 -0500 | 
|---|---|---|
| committer | Daniel Rose <daniel@whitehatcat.net> | 2020-12-28 15:17:14 -0500 | 
| commit | 4c13564c8385252f52dea543cad13e3c57612cac (patch) | |
| tree | 254024e152e50691f251b68111add28972bc9ba8 | |
| parent | scripts prefixed with sb- to avoid conflicts (diff) | |
| download | dwmblocks-4c13564c8385252f52dea543cad13e3c57612cac.tar.gz dwmblocks-4c13564c8385252f52dea543cad13e3c57612cac.tar.bz2 dwmblocks-4c13564c8385252f52dea543cad13e3c57612cac.tar.xz dwmblocks-4c13564c8385252f52dea543cad13e3c57612cac.tar.zst dwmblocks-4c13564c8385252f52dea543cad13e3c57612cac.zip | |
Change KBSelect Program To Include SB Prefix
| -rw-r--r-- | config.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -1,7 +1,7 @@  //Modify this file to change what commands output to your statusbar, and recompile using the make command.  static const Block blocks[] = {  	/*Icon*/	/*Command*/		/*Update Interval*/	/*Update Signal*/ -	/* {"⌨", "kbselect", 0, 30}, */ +	/* {"⌨", "sb-kbselect", 0, 30}, */  	{"", "cat /tmp/recordingicon 2>/dev/null",	0,	9},  	{"",	"sb-tasks",	10,	26},  	{"",	"sb-music",	0,	11}, | 
