aboutsummaryrefslogtreecommitdiff
path: root/comet.conf
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-07-12 13:33:28 +0200
committerFederico Angelilli <code@fedang.net>2024-07-12 13:33:28 +0200
commite98943f9eb5cea2921969501e52e8c319323ed4c (patch)
treef7879c77e85d4cdea19c53bef2d1ae3dc192c20c /comet.conf
parente45c7bc6b41fbcea84ca51d01b8661f93145ce7a (diff)
Start working on special sections
Diffstat (limited to 'comet.conf')
-rw-r--r--comet.conf42
1 files changed, 41 insertions, 1 deletions
diff --git a/comet.conf b/comet.conf
index 3aa2de2..bece0c9 100644
--- a/comet.conf
+++ b/comet.conf
@@ -10,5 +10,45 @@
sus = false
[block.cpu]
- type = text
+ ;type = text
+ type = 0
text = CPU
+
+[block.main]
+ type = 0
+ text = CIAO
+ color = #123
+ text-color = #fff
+
+ event-click-left = ex
+
+;;[action.]
+;; err = true
+
+[action.ex]
+
+ animation = shine
+ prop = newvalue
+ ;text = ${shell: tail -f /file }
+
+;[block.label]
+; type = text | group
+; x-padding = 0
+; y-padding = 0
+; color = col
+; line-width = 0
+; line-color = col
+; hidden = false
+; interval = 1111
+; min-width = 0
+; max-width = 0
+;
+; ; only text
+; text = ...
+; text-color = col
+; text-align = right | center | left
+; text-size = 1
+;
+; ; only group
+; spacing = 10
+; children = label2 another blockus