diff options
| author | Federico Angelilli <code@fedang.net> | 2024-09-21 01:26:52 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-09-21 01:26:52 +0200 |
| commit | b1bde5b6fe35f9ff94ae480d37c365410b94a43b (patch) | |
| tree | e24b7b95d3049824a38a91a07b07ef98ae7d54bc /comet.conf | |
| parent | 09190056721872069a82db51d97de6ab60f73a40 (diff) | |
Add shine effect
Diffstat (limited to 'comet.conf')
| -rw-r--r-- | comet.conf | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |
