diff options
| author | Federico Angelilli <code@fedang.net> | 2024-09-09 00:23:15 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-09-09 00:23:15 +0200 |
| commit | bdfa5a92e2bededb520dad6741e81128c67fb502 (patch) | |
| tree | 989e98319e8cd62db890c65680b4eb2635e7d9b5 /comet.conf | |
| parent | f1f89a745fb46c4b387f3cb6c094e9dd38edf9f6 (diff) | |
Parse block list and resolve groups
Diffstat (limited to 'comet.conf')
| -rw-r--r-- | comet.conf | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |
