mirror of
https://github.com/tiyn/dwmblocks.git
synced 2025-11-01 03:31:19 +01:00
changed timers
This commit is contained in:
8
config.c
8
config.c
@@ -4,12 +4,12 @@
|
||||
#include "util.h"
|
||||
|
||||
Block blocks[] = {
|
||||
{"memory", 10, 6},
|
||||
{"cpu amd", 10, 5},
|
||||
{"memory", 30, 6},
|
||||
{"cpu amd", 30, 5},
|
||||
{"disk /home", 1800, 7},
|
||||
{"volume", 120, 4},
|
||||
{"battery BAT0", 5, 2},
|
||||
{"internet", 5, 3},
|
||||
{"battery BAT0", 120, 2},
|
||||
{"internet", 30, 3},
|
||||
{"clock", 60, 1},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user