From bdfa5a92e2bededb520dad6741e81128c67fb502 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Mon, 9 Sep 2024 00:23:15 +0200 Subject: Parse block list and resolve groups --- comet.conf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'comet.conf') diff --git a/comet.conf b/comet.conf index 79d5cef..5d06cb9 100644 --- a/comet.conf +++ b/comet.conf @@ -6,9 +6,17 @@ height = 40 background = #abc + blocks = date, perf + [jib] sus = false +[block.perf] + type = group + color = #DC143C + spacing = 20 + blocks = cpu, ram, disk + [block.cpu] type = text text = CPU @@ -28,7 +36,7 @@ text-color = #fff path = / -[block.disk] +[block.date] type = date text = "%A %d %B %H:%M" color = #18baf2 -- cgit v1.2.3