Skip to content

Commit 2db2956

Browse files
author
tiyn
committed
added player
1 parent 6408f5a commit 2db2956

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "util.h"
55

66
Block blocks[] = {
7+
{"player", 5, 9},
78
{"memory", 30, 6},
89
{"cpu", 30, 5},
910
{"gpu", 30, 8},

config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

33
#define CLICKABLE_BLOCKS 0 // Enable clickability for blocks
4-
#define CMDLENGTH 45 // Trim block output to this length
4+
#define CMDLENGTH 130 // Trim block output to this length
55
#define DELIMITER " " // Delimiter string used to separate blocks
66
#define LEADING_DELIMITER 0 // Whether a leading separator should be used

0 commit comments

Comments
 (0)