1
0
mirror of https://github.com/tiyn/dwmblocks.git synced 2025-04-19 16:17:47 +02:00

changed timers

This commit is contained in:
tiyn 2023-10-22 00:37:40 +02:00
parent e36b94a9e8
commit d4fc8eccf5

View File

@ -4,12 +4,12 @@
#include "util.h" #include "util.h"
Block blocks[] = { Block blocks[] = {
{"memory", 10, 6}, {"memory", 30, 6},
{"cpu amd", 10, 5}, {"cpu amd", 30, 5},
{"disk /home", 1800, 7}, {"disk /home", 1800, 7},
{"volume", 120, 4}, {"volume", 120, 4},
{"battery BAT0", 5, 2}, {"battery BAT0", 120, 2},
{"internet", 5, 3}, {"internet", 30, 3},
{"clock", 60, 1}, {"clock", 60, 1},
}; };