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 |
16
config.c
16
config.c
@@ -4,13 +4,15 @@
|
||||
#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},
|
||||
{"player", 5, 9},
|
||||
{"memory", 30, 6},
|
||||
{"cpu", 30, 5},
|
||||
{"gpu", 30, 8},
|
||||
{"disk /home", 1800, 7},
|
||||
{"volume", 120, 4},
|
||||
{"battery BAT0", 120, 2},
|
||||
{"internet", 30, 3},
|
||||
{"clock", 60, 1},
|
||||
};
|
||||
|
||||
const unsigned short blockCount = LEN(blocks);
|
||||
|
4
config.h
4
config.h
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#define CLICKABLE_BLOCKS 0 // Enable clickability for blocks
|
||||
#define CMDLENGTH 45 // Trim block output to this length
|
||||
#define DELIMITER " " // Delimiter string used to separate blocks
|
||||
#define CMDLENGTH 130 // Trim block output to this length
|
||||
#define DELIMITER " " // Delimiter string used to separate blocks
|
||||
#define LEADING_DELIMITER 0 // Whether a leading separator should be used
|
||||
|
Reference in New Issue
Block a user