From 4122e12b48995632aa5dbe0634e3578b2be6d8d1 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 5 Sep 2022 15:51:19 +0200 Subject: up --- config.h | 6 +++--- 1 file 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: -- cgit v1.2.3