some minor changes

This commit is contained in:
Maddie H 2022-02-24 01:23:07 +00:00
parent 7d37e18d53
commit ebd9e845eb
3 changed files with 7 additions and 7 deletions

View File

@ -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)
}; };

BIN
dwmblocks Executable file

Binary file not shown.

BIN
main.o Normal file

Binary file not shown.