summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authormackarelfish <mackarelfish93@gmail.com>2020-05-30 12:36:18 +0700
committermackarelfish <mackarelfish93@gmail.com>2020-05-30 12:36:18 +0700
commit9adc4dc1e7a2230d24ef1dada9b888b16aec374c (patch)
treeee3cf00843479860069ea2631f50ce306a51a1d6 /config.h
parentd1519aa012e8aa2aee0a77b6137c32abb66e77a8 (diff)
downloaddwmblocks-9adc4dc1e7a2230d24ef1dada9b888b16aec374c.tar.gz
dwmblocks-9adc4dc1e7a2230d24ef1dada9b888b16aec374c.tar.bz2
dwmblocks-9adc4dc1e7a2230d24ef1dada9b888b16aec374c.zip
Added support for multiple char delimiter
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 5c71ce5..31011ad 100644
--- a/config.h
+++ b/config.h
@@ -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}, */
@@ -24,7 +24,7 @@ static const Block blocks[] = {
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
-static char delim = ' ';
+static char *delim = " ";
// Have dwmblocks automatically recompile and run when you edit this file in
// vim with the following line in your vimrc/init.vim:
Software created with 💖