From b94e342ea59c9d13ef1e380834534c1c1c8a83ec Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Wed, 11 Sep 2024 22:20:04 +0200 Subject: Add collapse option to groups --- comet.conf | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'comet.conf') diff --git a/comet.conf b/comet.conf index 5d06cb9..af45850 100644 --- a/comet.conf +++ b/comet.conf @@ -6,11 +6,25 @@ height = 40 background = #abc - blocks = date, perf + blocks = date, perf, try2 [jib] sus = false +[block.try2] + type=group + blocks = try + collapse = true + color = #000 + +[block.try] + type = text + text-color = #a123fc + text = "" + color = #fff + ;x-padding = 10 + y-padding = 10 + [block.perf] type = group color = #DC143C -- cgit v1.2.3