diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-17 14:38:12 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-17 14:38:12 +0200 |
commit | 5500a4ee10e188ea7a52a405c513ce21a1f78fa8 (patch) | |
tree | cc81cf4469fc27296ef9c8c4ad8013c65ebe7f4d | |
parent | update (diff) | |
download | dwmblocks-5500a4ee10e188ea7a52a405c513ce21a1f78fa8.tar.gz dwmblocks-5500a4ee10e188ea7a52a405c513ce21a1f78fa8.tar.bz2 dwmblocks-5500a4ee10e188ea7a52a405c513ce21a1f78fa8.tar.xz dwmblocks-5500a4ee10e188ea7a52a405c513ce21a1f78fa8.tar.zst dwmblocks-5500a4ee10e188ea7a52a405c513ce21a1f78fa8.zip |
update
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ static const Block blocks[] = { { "", "sb-mpd", 0, 10 }, { "", "sb-mailbox", 0, 9 }, { "", "sb-forecast", 3600, 8 }, - { "", "sb-cpu", 1, 7 }, + { "", "sb-cpu", 3, 7 }, { "", "sb-memory", 20, 6 }, { "", "sb-temp", 15, 5 }, /* { "", "sb-battery", 120, 3 }, */ |