diff options
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 |
