summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2024-02-14 20:07:54 -0500
committerDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2024-02-14 20:07:54 -0500
commite5959a549f86f289b9eb7371dddd852a010f7a1e (patch)
tree828dd457be9bdaa0eff87552cbc8429e10dd5dd7 /config.h
parent00fb5b8987082d7fbca1e539187ce53134b3155e (diff)
downloaddwmblocks-master.tar.gz
Updated weather script and to new version of Nerd FontsHEADmaster
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: