commit 8836af58852df7b48716666b321b2dc6291ca492
parent fd15bc9b95da2e352649b02e5b36cf2975ddf1fe
Author: Luke Smith <luke@lukesmith.xyz>
Date: Mon, 28 Dec 2020 15:36:20 -0500
Merge pull request #60 from TheCatster/fix-kbselect
Change KBSelect Program To Include SB Prefix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.h b/config.h
@@ -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},