aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-09-05 15:51:19 +0200
committerJoe <bousset.rudy@gmail.com>2022-09-05 15:51:19 +0200
commit4122e12b48995632aa5dbe0634e3578b2be6d8d1 (patch)
treef93b79a4ef99e44d6ea6ad218ef6b3b1d024b579
parentup (diff)
downloaddwmblocks-4122e12b48995632aa5dbe0634e3578b2be6d8d1.tar.gz
dwmblocks-4122e12b48995632aa5dbe0634e3578b2be6d8d1.tar.bz2
dwmblocks-4122e12b48995632aa5dbe0634e3578b2be6d8d1.tar.xz
dwmblocks-4122e12b48995632aa5dbe0634e3578b2be6d8d1.tar.zst
dwmblocks-4122e12b48995632aa5dbe0634e3578b2be6d8d1.zip
up
-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: