aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 8a6912d..6c821aa 100644
--- a/config.h
+++ b/config.h
@@ -8,7 +8,7 @@ static const Block blocks[] = {
{ "", "sb-cpu", 1, 7 },
{ "", "sb-memory", 20, 6 },
{ "", "sb-temp", 15, 5 },
- /* { "", "sb-battery", 120, 3 }, */
+ { "", "sb-battery", 120, 3 },
{ "", "sb-volume", 0, 3 },
/* { "", "sb-usb", 30, 2 }, */
{ "", "sb-net", 5, 2 },
@@ -38,8 +38,8 @@ static const Block blocks[] = {
};
//Sets delimiter between status commands. NULL character ('\0') means no delimiter.
-static char *predelim = " ";
-static char *postdelim = "";
+static char *predelim = " ";
+static char *postdelim = "";
// Have dwmblocks automatically recompile and run when you edit this file in
// vim with the following line in your vimrc/init.vim: