diff options
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 |
