diff options
| author | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2024-02-14 20:07:54 -0500 |
|---|---|---|
| committer | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2024-02-14 20:07:54 -0500 |
| commit | e5959a549f86f289b9eb7371dddd852a010f7a1e (patch) | |
| tree | 828dd457be9bdaa0eff87552cbc8429e10dd5dd7 /config.h | |
| parent | 00fb5b8987082d7fbca1e539187ce53134b3155e (diff) | |
| download | dwmblocks-master.tar.gz | |
Diffstat (limited to 'config.h')
| -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: |