Merge pull request #60 from TheCatster/fix-kbselect

Change KBSelect Program To Include SB Prefix
This commit is contained in:
Luke Smith 2020-12-28 15:36:20 -05:00 committed by GitHub
commit 8836af5885
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
//Modify this file to change what commands output to your statusbar, and recompile using the make command. //Modify this file to change what commands output to your statusbar, and recompile using the make command.
static const Block blocks[] = { static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
/* {"⌨", "kbselect", 0, 30}, */ /* {"⌨", "sb-kbselect", 0, 30}, */
{"", "cat /tmp/recordingicon 2>/dev/null", 0, 9}, {"", "cat /tmp/recordingicon 2>/dev/null", 0, 9},
{"", "sb-tasks", 10, 26}, {"", "sb-tasks", 10, 26},
{"", "sb-music", 0, 11}, {"", "sb-music", 0, 11},