From b1bde5b6fe35f9ff94ae480d37c365410b94a43b Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sat, 21 Sep 2024 01:26:52 +0200 Subject: Add shine effect --- comet.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'comet.conf') diff --git a/comet.conf b/comet.conf index 2c35f27..d82ae05 100644 --- a/comet.conf +++ b/comet.conf @@ -36,12 +36,14 @@ text = CPU text-color = #fff color = #181818 + effect = cool [block.ram] type = ram text = RAM: %{used-percentage}% text-color = #fff color = #f0b + effect = cool [block.disk] type = fs @@ -49,6 +51,9 @@ color = #18baf2 text-color = #fff path = / + effect = cool + x-padding = 5 + y-padding = 5 [block.date] type = date @@ -62,6 +67,11 @@ duration = 300 amplitude = 20 +[effect.cool] + type = shine + duration = 500 + jib=1 + ;[block.main] ; type = 0 ; text = CIAO -- cgit v1.2.3