mirror of
https://github.com/tiyn/dwmblocks.git
synced 2025-04-20 00:27:47 +02:00
changed timers
This commit is contained in:
parent
e36b94a9e8
commit
d4fc8eccf5
8
config.c
8
config.c
@ -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},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user