diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |