aboutsummaryrefslogtreecommitdiff
path: root/comet.conf
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-07-12 23:08:30 +0200
committerFederico Angelilli <code@fedang.net>2024-07-12 23:08:30 +0200
commitc6dc8e969c84b1980dcebd5dc3a59d112fa61c53 (patch)
tree3ed902af74b7122c5424117b041442a558e35e3c /comet.conf
parentaac1310ed0b9983a4a4a29ac469405d70465c278 (diff)
Start parsing blocks
Diffstat (limited to 'comet.conf')
-rw-r--r--comet.conf85
1 files changed, 43 insertions, 42 deletions
diff --git a/comet.conf b/comet.conf
index 7f07c8a..b21004f 100644
--- a/comet.conf
+++ b/comet.conf
@@ -10,50 +10,51 @@
sus = false
[block.cpu]
- ;type = text
- type = 0
+ type = text
text = CPU
-
-[block.main]
- type = 0
- text = CIAO
- color = #123
text-color = #fff
+ color = #181818
- 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
+;[block.main]
+; type = 0
+; text = CIAO
+; color = #123
+; text-color = #fff
;
-; ; only text
-; text = ...
-; text-color = col
-; text-align = right | center | left
-; text-size = 1
+; event-click-left = ex
;
-; ; only group
-; spacing = 10
-; children = label2 another blockus
-
-[block.cpu]
- type = cpu
- interval = 1
- text = "CPU: ${percentage}"
+;;;[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
+;
+;[block.cpu]
+; type = cpu
+; interval = 1
+; text = "CPU: ${percentage}"