diff options
| author | SoominIm <111330163+SoominIm@users.noreply.github.com> | 2024-03-04 21:20:48 -0600 |
|---|---|---|
| committer | SoominIm <111330163+SoominIm@users.noreply.github.com> | 2024-03-04 21:20:48 -0600 |
| commit | d1a7c78916037d2042aa37a2707ce931d0656b62 (patch) | |
| tree | 7dee81b8007c5ceef6f0958bd79b46b3951c7444 /dwmblocks/config.h | |
| parent | 5017790af4d8d7d9d7c9b41044a34ed015bc570e (diff) | |
Updates
Diffstat (limited to 'dwmblocks/config.h')
| -rwxr-xr-x | dwmblocks/config.h | 8 |
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 & } |
