summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 1213f6a..029beae 100644
--- a/config.h
+++ b/config.h
@@ -22,7 +22,7 @@ static const Block blocks[] = {
{"", "sb-date", 1000, 1},
{"", "sb-time", 60, 1},
- {"", "sb-forecast", 10000, 1},
+ {"", "sb-weather", 10000, 1},
{"", "sb-network", 5, 1},
{"", "sb-volume", 0, 10},
{"", "sb-sysinfo", 5, 14},
@@ -31,7 +31,7 @@ static const Block blocks[] = {
};
//Sets delimiter between status commands. NULL character ('\0') means no delimiter.
-static char *delim = "^C5^  ^d^";
+static char *delim = "^C5^ 󰇙 ^d^";
// Have dwmblocks automatically recompile and run when you edit this file in
// vim with the following line in your vimrc/init.vim: