From b492e69682945fdf0ada95a66edd1e2cb637eabd Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Mon, 11 Nov 2024 23:04:59 +0100 Subject: Add ring effect --- comet.conf | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'comet.conf') diff --git a/comet.conf b/comet.conf index d82ae05..2a8a85d 100644 --- a/comet.conf +++ b/comet.conf @@ -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 -- cgit v1.2.3