diff options
author | Joe <bousset.rudy@gmail.com> | 2022-09-05 15:51:19 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-09-05 15:51:19 +0200 |
commit | 4122e12b48995632aa5dbe0634e3578b2be6d8d1 (patch) | |
tree | f93b79a4ef99e44d6ea6ad218ef6b3b1d024b579 | |
parent | up (diff) | |
download | dwmblocks-4122e12b48995632aa5dbe0634e3578b2be6d8d1.tar.gz dwmblocks-4122e12b48995632aa5dbe0634e3578b2be6d8d1.tar.bz2 dwmblocks-4122e12b48995632aa5dbe0634e3578b2be6d8d1.tar.xz dwmblocks-4122e12b48995632aa5dbe0634e3578b2be6d8d1.tar.zst dwmblocks-4122e12b48995632aa5dbe0634e3578b2be6d8d1.zip |
up
-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: |