1
0
mirror of https://github.com/tiyn/dwmblocks.git synced 2025-07-08 05:57:46 +02:00
dwmblocks/config.c

17 lines
352 B
C

#include "config.h"
#include "block.h"
#include "util.h"
Block blocks[] = {
{"memory", 10, 6},
{"cpu intel", 10, 5},
{"disk /", 1800, 7},
{"volume", 0, 4},
{"battery BAT0", 5, 2},
{"internet", 5, 3},
{"clock", 60, 1},
};
const unsigned short blockCount = LEN(blocks);