Adding conky to startup

Add functionality to your desktop
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
lagagnon

Re: Adding conky to startup

Post by lagagnon »

Menu, Control Center, Personal, Startup Applications, if Conky is in the list enable it, if not add it.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
lagagnon

Re: Adding conky to startup

Post by lagagnon »

Typing "whereis conky" in a terminal will show you its full pathname, which is /usr/bin/conky . Try that...
lagagnon

Re: Adding conky to startup

Post by lagagnon »

Then you have something amiss with the command line at the launcher screen. No other possibilities.
mick55

Re: Adding conky to startup

Post by mick55 »

hi

Try this.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 All Applications > Preferences > Startup Applications, click "Add" and add the path to the .conky-startup.sh file, for instance /home/yourname/.conky-startup.sh
or you can browse to it.
This starts conky after the desktop, so that conky appears on top.
After you add .conky-startup.sh to start up, uncheck the box next to conky
so you don't have a conflict.

This is how mine is setup.I also have a customized conky config stored in
a file named .conkyrc in my home directory.

Is your conky customized or is it vanilla?
Did you install it through Package Manager or a .deb file
What version are you running?
Run this in terminal to find out

Code: Select all

conky -v
hope this helps
mick
mick55

Re: Adding conky to startup

Post by mick55 »

You're welcome.

Next time somebody has a problem with conky,
you can be the "go to" man. :D

peace
mick
vrkalak

Re: Adding conky to startup

Post by vrkalak »

Now, that you have your Conky and know how to make Conky start up when booting into LinuxMint; here is a link to the LinuxMint Conky Showoff thread:

http://forums.linuxmint.com/viewtopic.php?f=60&t=30209

Now, it's time to Show off what you've done with the Conky App. in LinuxMint.
Doesn't matter how simple or Hard-Core a Conky it is ... we'd like to see it.
Locked

Return to “Compiz, Conky, Docks & Widgets”