summaryrefslogtreecommitdiff
path: root/dwmblocks
diff options
context:
space:
mode:
Diffstat (limited to 'dwmblocks')
-rwxr-xr-xdwmblocks/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/dwmblocks/config.h b/dwmblocks/config.h
index 3e1b2cf..f890069 100755
--- a/dwmblocks/config.h
+++ b/dwmblocks/config.h
@@ -16,7 +16,7 @@ static const Block blocks[] = {
/* {"", "sb-cpu", 10, 18}, */
/* {"", "sb-moonphase", 18000, 17}, */
{"", "sb-doppler", 0, 13},
- {"", "sb-forecast", 18000, 5},
+ {"", "sb-forecast", 10800, 5},
{"", "sb-mailbox", 180, 12},
{"", "sb-memory", 10, 14},
{"", "sb-nettraf", 1, 16},
@@ -35,6 +35,6 @@ static char *delim = " ";
// Have dwmblocks automatically recompile and run when you edit this file in
// vim with the following line in your vimrc/init.vim:
-// autocmd BufWritePost ~/.local/src/dwmblocks/config.h !cd
-// ~/.local/src/dwmblocks/; sudo make install && { killall -q dwmblocks;setsid
-// dwmblocks & }
+// autocmd BufWritePost ~/.local/src/suckless/dwmblocks/config.h !cd
+// ~/.local/src/suckless/dwmblocks/; sudo make install && { killall -q
+// dwmblocks;setsid dwmblocks & }