mirror of
https://github.com/tiyn/dwmblocks.git
synced 2025-04-20 00:27:47 +02:00
Compare commits
3 Commits
d44316e1c5
...
e36b94a9e8
Author | SHA1 | Date | |
---|---|---|---|
e36b94a9e8 | |||
45700e9850 | |||
13706b2c24 |
14
config.c
14
config.c
@ -4,13 +4,13 @@
|
|||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
Block blocks[] = {
|
Block blocks[] = {
|
||||||
{"memory", 10, 6},
|
{"memory", 10, 6},
|
||||||
{"cpu intel", 10, 5},
|
{"cpu amd", 10, 5},
|
||||||
{"disk /", 1800, 7},
|
{"disk /home", 1800, 7},
|
||||||
{"volume", 0, 4},
|
{"volume", 120, 4},
|
||||||
{"battery BAT0", 5, 2},
|
{"battery BAT0", 5, 2},
|
||||||
{"internet", 5, 3},
|
{"internet", 5, 3},
|
||||||
{"clock", 60, 1},
|
{"clock", 60, 1},
|
||||||
};
|
};
|
||||||
|
|
||||||
const unsigned short blockCount = LEN(blocks);
|
const unsigned short blockCount = LEN(blocks);
|
||||||
|
2
config.h
2
config.h
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
#define CLICKABLE_BLOCKS 0 // Enable clickability for blocks
|
#define CLICKABLE_BLOCKS 0 // Enable clickability for blocks
|
||||||
#define CMDLENGTH 45 // Trim block output to this length
|
#define CMDLENGTH 45 // Trim block output to this length
|
||||||
#define DELIMITER " " // Delimiter string used to separate blocks
|
#define DELIMITER " " // Delimiter string used to separate blocks
|
||||||
#define LEADING_DELIMITER 0 // Whether a leading separator should be used
|
#define LEADING_DELIMITER 0 // Whether a leading separator should be used
|
||||||
|
Loading…
x
Reference in New Issue
Block a user