mirror of
https://github.com/tiyn/dwmblocks.git
synced 2025-10-14 11:51:23 +02:00
Compare commits
7 Commits
d44316e1c5
...
master
Author | SHA1 | Date | |
---|---|---|---|
2db2956e42 | |||
6408f5ad98 | |||
d2b75f9148 | |||
d4fc8eccf5 | |||
e36b94a9e8 | |||
45700e9850 | |||
13706b2c24 |
14
config.c
14
config.c
@@ -4,12 +4,14 @@
|
|||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
|
||||||
Block blocks[] = {
|
Block blocks[] = {
|
||||||
{"memory", 10, 6},
|
{"player", 5, 9},
|
||||||
{"cpu intel", 10, 5},
|
{"memory", 30, 6},
|
||||||
{"disk /", 1800, 7},
|
{"cpu", 30, 5},
|
||||||
{"volume", 0, 4},
|
{"gpu", 30, 8},
|
||||||
{"battery BAT0", 5, 2},
|
{"disk /home", 1800, 7},
|
||||||
{"internet", 5, 3},
|
{"volume", 120, 4},
|
||||||
|
{"battery BAT0", 120, 2},
|
||||||
|
{"internet", 30, 3},
|
||||||
{"clock", 60, 1},
|
{"clock", 60, 1},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
2
config.h
2
config.h
@@ -1,6 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#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 130 // 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
|
||||||
|
Reference in New Issue
Block a user