some minor changes
This commit is contained in:
parent
7d37e18d53
commit
ebd9e845eb
14
config.h
14
config.h
@ -1,12 +1,12 @@
|
|||||||
#define CMDLENGTH 100
|
#define CMDLENGTH 100
|
||||||
#define DELIMITER "^c#D6DEEB^ | "
|
#define DELIMITER " "
|
||||||
#include "/home/spy/cols/dwmblocks.h"
|
#include "/home/spy/cols/dwmblocks.h"
|
||||||
|
|
||||||
const Block blocks[] = {
|
const Block blocks[] = {
|
||||||
BLOCK("echo ^c#56B6C2^$(sb-volume)", 0, 1)
|
BLOCK("echo ^c#D6DEEB^[ ^c#56B6C2^$(sb-volume)^c#D6DEEB^ ]", 0, 1)
|
||||||
BLOCK("echo ^c#C678DD^$(sb-disk)", 1, 2)
|
BLOCK("echo ^c#D6DEEB^[ ^c#C678DD^$(sb-disk)^c#D6DEEB^ ]", 1, 2)
|
||||||
BLOCK("echo ^c#D19A66^$(sb-memory)", 1, 3)
|
BLOCK("echo ^c#D6DEEB^[ ^c#D19A66^$(sb-memory)^c#D6DEEB^ ]", 1, 3)
|
||||||
BLOCK("echo ^c#61AFEF^$(sb-cpu) $(sb-temp)", 5, 4)
|
BLOCK("echo ^c#D6DEEB^[ ^c#61AFEF^$(sb-cpu) $(sb-temp)^c#D6DEEB^ ]", 5, 4)
|
||||||
BLOCK("echo ^c#98C379^$(sb-kernel)", 5, 5)
|
BLOCK("echo ^c#D6DEEB^[ ^c#98C379^$(sb-kernel)^c#D6DEEB^ ]", 5, 5)
|
||||||
BLOCK("echo ^c#E06C75^$(sb-clock)", 1, 6)
|
BLOCK("echo ^c#D6DEEB^[ ^c#E06C75^$(sb-clock)^c#D6DEEB^ ]", 1, 6)
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user