aboutsummaryrefslogtreecommitdiff
path: root/comet.conf
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-09-11 22:20:04 +0200
committerFederico Angelilli <code@fedang.net>2024-09-11 22:20:04 +0200
commitb94e342ea59c9d13ef1e380834534c1c1c8a83ec (patch)
tree17e7fcb888710927c78fd14003a103dc7e52ae27 /comet.conf
parentee3ea3be13744f766af57e4ae4504b5942655184 (diff)
Add collapse option to groups
Diffstat (limited to 'comet.conf')
-rw-r--r--comet.conf16
1 files changed, 15 insertions, 1 deletions
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