Topic: Conky Reset (conkywonky)

I have noticed that the conkywonky default script is a little flawed. When running xcompmgr and using the reset, any existing windows on the screen will tend to become deformed until you re-highlight that individual window. I have come up with a simple 4 line replacement script that kills conky, then kills xcompmgr, then loads conky, then reloads xcompmgr. In this fashion, the windows will blink and may move to another location on the same workspace, but the end result is that the windows have no deformality.

This is a video to the simple 4 line script i changed conkywony to in action:

http://filebin.ca/fwsqfc/out.ogv

Here is the simple replacement script:

#!/bin/sh
killall conky
killall xcompmgr
conky -q &
xcompmgr &

With this script, if conky is not running, it will be started, and if it is running, well, it will be reset.

EDIT: I hope this is the correct section to put this in. If not, I am sorry, please if you are a moderator, move this to the correct location.

Last edited by sircrazy (2009-07-19 01:22:11)

Sigs do it better

Re: Conky Reset (conkywonky)

hi smile
the issue with conky&xcomp is a known issue. the problem with your script is that everytime your restart conky,  you enable compositing, and if you don't want to??
the second point is: xcompmgr is used with arguments like "xcompmgr -c -t-5 -l-5 -r4.2 -o.55". you can killall xcompmgr but you have to put args to enable it with the options you want.
i think the easy way is
-disable compositing with the menu
-doing conky tests & config
-reenable compositing with menu

but if someone wants to make a script to correct this issue ..... wink
anyway, hope it helps smile

Last edited by arpinux (2009-07-19 03:26:35)

Re: Conky Reset (conkywonky)

Moved to Tips, tricks and scripts smile

A Creative Commoner | My images at Google+ | A Waldorf Review

Silence is sometimes the best answer - Dalai Lama.