commit bb40d7d7858512729b42b01acea5616d9b4a1ea4
parent 691584f7e6a921bc660d551852898134e9ce3b1f
Author: mehdi-norouzi <mehdeenoroozi@gmail.com>
Date: Tue, 19 Nov 2024 22:23:13 +0330
dwmblocks: use space as delimiter
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/suckless/.local/src/dwmblocks/config.h b/suckless/.local/src/dwmblocks/config.h
@@ -12,7 +12,7 @@ static const Block blocks[] = {
/* {"", "sb-price btc Bitcoin 💰 21", 9000, 21}, */
/* {"", "sb-torrent", 20, 7}, */
{"", "sb-memory", 10, 14},
-/* {"", "sb-cpu", 10, 18}, */
+/* {"", "sb-cpu", 10, 18}, */
/* {"", "sb-moonphase", 18000, 17}, */
/* {"", "sb-doppler", 0, 13}, */
/* {"", "sb-forecast", 18000, 5}, */
@@ -27,7 +27,7 @@ static const Block blocks[] = {
};
//Sets delimiter between status commands. NULL character ('\0') means no delimiter.
-static char *delim = " | ";
+static char *delim = " ";
// Have dwmblocks automatically recompile and run when you edit this file in
// vim with the following line in your vimrc/init.vim: