diff options
| author | Federico Angelilli <code@fedang.net> | 2024-09-11 22:20:04 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-09-11 22:20:04 +0200 |
| commit | b94e342ea59c9d13ef1e380834534c1c1c8a83ec (patch) | |
| tree | 17e7fcb888710927c78fd14003a103dc7e52ae27 /comet.conf | |
| parent | ee3ea3be13744f766af57e4ae4504b5942655184 (diff) | |
Add collapse option to groups
Diffstat (limited to 'comet.conf')
| -rw-r--r-- | comet.conf | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -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 |
