diff options
| author | Federico Angelilli <code@fedang.net> | 2024-11-11 23:04:59 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-11-11 23:04:59 +0100 |
| commit | b492e69682945fdf0ada95a66edd1e2cb637eabd (patch) | |
| tree | 78ee37d02764dcc1511b7f7ea6b820058d4f9c9a /comet.conf | |
| parent | b1bde5b6fe35f9ff94ae480d37c365410b94a43b (diff) | |
Add ring effectrewrite
Diffstat (limited to 'comet.conf')
| -rw-r--r-- | comet.conf | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -21,9 +21,11 @@ type = text text-color = #a123fc text = "a" - color = #fff + ;color = #fff ;x-padding = 10 y-padding = 2 + ;effect = hey2 + effect = coop [block.perf] type = group @@ -36,7 +38,8 @@ text = CPU text-color = #fff color = #181818 - effect = cool + line-color = #faf + line-width = 2 [block.ram] type = ram @@ -67,11 +70,22 @@ duration = 300 amplitude = 20 +;[effect.hey2] +; type = ring +; duration = 300 +; width = 2 +; padding = 1 +; color = #000 + [effect.cool] type = shine duration = 500 jib=1 +[effect.coop] + type = rainbow + + ;[block.main] ; type = 0 ; text = CIAO |
