aboutsummaryrefslogtreecommitdiff
path: root/comet.conf
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-09-09 00:23:15 +0200
committerFederico Angelilli <code@fedang.net>2024-09-09 00:23:15 +0200
commitbdfa5a92e2bededb520dad6741e81128c67fb502 (patch)
tree989e98319e8cd62db890c65680b4eb2635e7d9b5 /comet.conf
parentf1f89a745fb46c4b387f3cb6c094e9dd38edf9f6 (diff)
Parse block list and resolve groups
Diffstat (limited to 'comet.conf')
-rw-r--r--comet.conf10
1 files changed, 9 insertions, 1 deletions
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