From 0eceb95c0a4b517d7eb537a464089f011e3804e2 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Wed, 18 Sep 2024 14:49:59 +0200 Subject: Add effect parsing --- comet.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'comet.conf') diff --git a/comet.conf b/comet.conf index 7ea5933..f1cb138 100644 --- a/comet.conf +++ b/comet.conf @@ -11,6 +11,12 @@ [jib] sus = false +[effect.cool] + type = pulse + duration = 100 + amplitude = 20 + + [block.try2] type=group blocks = try @@ -30,6 +36,7 @@ color = #DC143C spacing = 20 blocks = cpu, ram, disk + effect = cool [block.cpu] type = text -- cgit v1.2.3