diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-18 11:19:45 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-18 11:19:45 +0200 |
commit | 8e58eec5cd4a71e147d4d2254f73673c2df700c0 (patch) | |
tree | c7488d13a6e6aca8bdb1c4f1ee5594bcfb7f4bb0 | |
parent | added disks (diff) | |
download | dwmblocks-8e58eec5cd4a71e147d4d2254f73673c2df700c0.tar.gz dwmblocks-8e58eec5cd4a71e147d4d2254f73673c2df700c0.tar.bz2 dwmblocks-8e58eec5cd4a71e147d4d2254f73673c2df700c0.tar.xz dwmblocks-8e58eec5cd4a71e147d4d2254f73673c2df700c0.tar.zst dwmblocks-8e58eec5cd4a71e147d4d2254f73673c2df700c0.zip |
update
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ static const Block blocks[] = { { "", "sb-temp", 15, 5 }, /* { "", "sb-battery", 120, 3 }, */ { "", "sb-volume", 0, 3 }, - { "", "sb-net", 30, 2 }, + /* { "", "sb-usb", 30, 2 }, */ { "", "sb-net", 30, 2 }, { "", "sb-clock", 60, 1 }, { "", "sb-os", 0, 0 }, |