I've had problems with Conky and the latest problem is that when it first starts it overlaps other windows, when restarting Conky it works fine, I believe I've found the fix to the problem, as I understand it, Conky starts too quickly and before Compiz and this is where the problem comes from, so apparently I need to create a startup script for Conky which will delay it starting for a number of seconds and allow Compiz to start.
I've found the code for the script but I've got no idea where to save the file and how to activate it, I'm sure someone here will know
- Code: Select all
#!/bin/bash
sleep 15 && conky ;
and add this somewhere:
- Code: Select all
chmod +x .conky-startup.sh
Am I right and how do I do it?
Steve







