From e5959a549f86f289b9eb7371dddd852a010f7a1e Mon Sep 17 00:00:00 2001 From: "Douglas B. Rumbaugh" Date: Wed, 14 Feb 2024 20:07:54 -0500 Subject: Updated weather script and to new version of Nerd Fonts --- config.h | 4 ++-- 1 file 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: -- cgit v1.2.3