Home | Tutorials | News | Opensource | Android | FAQs <

Ask Your Question
2

How to run conky on startup?

asked 2012-04-30 10:50:29 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

updated 2012-04-30 10:50:29 -0500

anonymous user

Anonymous

I installed conky Lua, but i don`t know how to make it start automatically at the startup, any help? Thanks

edit retag flag offensive close delete

2 Answers

Sort by ยป oldest newest most voted
2

answered 2012-04-30 10:52:04 -0500

zinovsky gravatar image zinovsky flag of Netherlands
111 4 6 19
http://www.unixmen.com/

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

edit flag offensive delete publish link more
1

answered 2013-03-22 17:29:59 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

updated 2013-03-22 17:29:59 -0500

AmericanHandyman gravatar image AmericanHandyman
1 1 1

Brilliant! Works perfectly. Thank you!

edit flag offensive delete publish link more

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

subscribe to rss feed

Stats

Asked: 2012-04-30 10:50:29 -0500

Seen: 14,230 times

Last updated: Mar 22