1
0
mirror of https://github.com/tiyn/dwmblocks.git synced 2025-04-20 00:27:47 +02:00

Compare commits

..

No commits in common. "e36b94a9e84c9edfa6256acf0fee85833b943881" and "d44316e1c512bc37d7eef1d83c9f19ed83a5fab0" have entirely different histories.

2 changed files with 8 additions and 8 deletions

View File

@ -4,13 +4,13 @@
#include "util.h"
Block blocks[] = {
{"memory", 10, 6},
{"cpu amd", 10, 5},
{"disk /home", 1800, 7},
{"volume", 120, 4},
{"battery BAT0", 5, 2},
{"internet", 5, 3},
{"clock", 60, 1},
{"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);

View File

@ -2,5 +2,5 @@
#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 DELIMITER " " // Delimiter string used to separate blocks
#define LEADING_DELIMITER 0 // Whether a leading separator should be used