Thursday, June 14, 2007

Linux - Conky tweaks

Sources: http://ubuntuforums.org, http://ubuntugeek.com


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:

Categories

code (15) fun (2) linux (31) miscellaneous (9) music (8)

About me

I'm Adrian and this is my blog. Here I usually write about technical stuff (mostly about Linux).
Copyright: BY-NC_SA, Author: aeter