asked 2012-04-30 10:50:29 -0500
This post is a wiki. Anyone with karma >75 is welcome to improve it.
I installed conky Lua, but i don`t know how to make it start automatically at the startup, any help? Thanks
To run conky at startup, you have to do more than just run the conky command, because conky needs to be started after the desktop shows up, so that conky appears on top. So to do that, create an empty file in your home folder, let's call it .conky-startup.sh, make it executable and put this in it:
#!/bin/bash
sleep 30 && conky ;
Save the file and go to System > Preferences > Startup Applications, click "Add" and add the path to the .conky-startup.sh file, for instance /home/.conky-startup.sh
answered 2013-03-22 17:29:59 -0500
This post is a wiki. Anyone with karma >75 is welcome to improve it.
Brilliant! Works perfectly. Thank you!
Asked: 2012-04-30 10:50:29 -0500
Seen: 14,230 times
Last updated: Mar 22
restore grub after windows install [Solved]
force unmount a busy device in linux
How do I get my "Canon i-SENSYS LBP6200d" printer running?
How to start MyUnity on Ubuntu 12.04 LTE?
Unable to FTP to Ubuntu Server after upgrade to 12.04 LTS
Article typo: "Conky date- Easy way to display time, date on your desktop"