diff options
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |