When making conky start on startup, it sometimes covers the panel, which doesn't look good. For this reason, here's a script, that would delay the startup of conky for some time.
This is supposed to be the file .conkylaunch:
#!/bin/bash
sleep 25 &&
conky &
exit
Then must be made: chmod + x .conkylaunch
Conky sometimes flickers after first installing. This may be fixed by
gedit /etc/X11/xorg.conf
finding the section "Module" and adding "Load dbe". Conky should flicker no more.
No comments:
Post a Comment