We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6408f5a commit 2db2956Copy full SHA for 2db2956
config.c
@@ -4,6 +4,7 @@
4
#include "util.h"
5
6
Block blocks[] = {
7
+ {"player", 5, 9},
8
{"memory", 30, 6},
9
{"cpu", 30, 5},
10
{"gpu", 30, 8},
config.h
@@ -1,6 +1,6 @@
1
#pragma once
2
3
#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 LEADING_DELIMITER 0 // Whether a leading separator should be used
0 commit comments