diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-18 15:03:55 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-18 15:03:55 +0200 |
commit | 2421653c948d00c00717c594b668d2fe89c7e337 (patch) | |
tree | c561aedfc61875a7caed5204141387d8f3abe399 | |
parent | update (diff) | |
download | dwmblocks-2421653c948d00c00717c594b668d2fe89c7e337.tar.gz dwmblocks-2421653c948d00c00717c594b668d2fe89c7e337.tar.bz2 dwmblocks-2421653c948d00c00717c594b668d2fe89c7e337.tar.xz dwmblocks-2421653c948d00c00717c594b668d2fe89c7e337.tar.zst dwmblocks-2421653c948d00c00717c594b668d2fe89c7e337.zip |
timing update
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,14 +4,14 @@ static const Block blocks[] = { { "", "sb-mpd", 0, 10 }, { "", "sb-mailbox", 0, 9 }, { "", "sb-forecast", 3600, 8 }, - { "", "sb-disk", 1, 7 }, + { "", "sb-disk", 90, 7 }, { "", "sb-cpu", 1, 7 }, { "", "sb-memory", 20, 6 }, { "", "sb-temp", 15, 5 }, /* { "", "sb-battery", 120, 3 }, */ { "", "sb-volume", 0, 3 }, /* { "", "sb-usb", 30, 2 }, */ - { "", "sb-net", 30, 2 }, + { "", "sb-net", 15, 2 }, { "", "sb-clock", 60, 1 }, { "", "sb-os", 0, 0 }, /* { "", "sb-music", 0, 11 }, */ |