diff options
| author | Federico Angelilli <code@fedang.net> | 2024-11-16 02:32:11 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-11-16 02:32:11 +0100 |
| commit | 7d2b6ded634ef926cd6baf25dd8e89db7e45c7c2 (patch) | |
| tree | c2741b5c92efef0438c01a39e3bd06ae0f17d0fa /comet.conf | |
| parent | 1d8910e9be1811996794cedb71996a9d2dc25fbc (diff) | |
Add script blockcustom-block
Diffstat (limited to 'comet.conf')
| -rw-r--r-- | comet.conf | 52 |
1 files changed, 7 insertions, 45 deletions
@@ -6,11 +6,17 @@ height = 40 background = #abc - blocks = date, perf, try2 + blocks = date, perf, try2, sus [jib] sus = false +[block.sus] + type = script + color = #fafaf2 + text-color = #000 + text = echo 2 + [block.try2] type=group blocks = try @@ -55,47 +61,3 @@ text = "%A %d %B %H:%M" color = #18baf2 text-color = #fff - -;[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 -; -;[block.cpu] -; type = cpu -; interval = 1 -; text = "CPU: ${percentage}" |
