LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-21-2010, 11:42 AM   #1
jone kim
Member
 
Registered: Apr 2010
Posts: 185

Rep: Reputation: 16
conky configuration


configuration for conky is at:
'.conkyrc file'
How can I open that file?How can I open it in the text editor?Please give me the full instruction.
 
Old 05-21-2010, 12:08 PM   #2
rweaver
Senior Member
 
Registered: Dec 2008
Location: Louisville, OH
Distribution: Debian, CentOS, Slackware, RHEL, Gentoo
Posts: 1,833

Rep: Reputation: 167Reputation: 167
Open a terminal type "nano ~/.conkyrc"
 
Old 05-22-2010, 10:11 AM   #3
jone kim
Member
 
Registered: Apr 2010
Posts: 185

Original Poster
Rep: Reputation: 16
I want to open ".conkyrc" in a text editor,suppose gedit. How can I open it in gedit?
 
Old 05-22-2010, 10:43 AM   #4
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
open a terminal and type gedit ~/.conkyrc

By the way, nano is a text editor.
 
Old 05-24-2010, 01:44 PM   #5
jone kim
Member
 
Registered: Apr 2010
Posts: 185

Original Poster
Rep: Reputation: 16
Conky disappears when I right click on the desktop, why?
 
Old 05-24-2010, 03:12 PM   #6
jone kim
Member
 
Registered: Apr 2010
Posts: 185

Original Poster
Rep: Reputation: 16
conky customization

I got this from a thread. But it has several problems. It has no background color, processor temperature and I do not know what is SLACK.I also want to show the RAM usage graphically.

The main problem is, it only appears at one window.

How to configure it?

I've attached the screen shot of my conky and the code.

Last edited by jone kim; 09-30-2010 at 10:04 PM.
 
Old 05-24-2010, 03:43 PM   #7
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Have you looked through the documentation on the conky site? It actually is very good and will probably give you some ideas. You'll want to look for things like background color settings or transparency if you want the wallpaper to show through. It also details how to get temperature and RAM usage.
 
1 members found this post helpful.
Old 05-24-2010, 04:45 PM   #8
rweaver
Senior Member
 
Registered: Dec 2008
Location: Louisville, OH
Distribution: Debian, CentOS, Slackware, RHEL, Gentoo
Posts: 1,833

Rep: Reputation: 167Reputation: 167
HangDog42's advice is good, most of this stuff is extensively covered on the main site, are items being set correctly and not taking?
 
Old 05-24-2010, 08:41 PM   #9
jone kim
Member
 
Registered: Apr 2010
Posts: 185

Original Poster
Rep: Reputation: 16
screen shot of CONKY

Dear Members:

I've made the wrong screen shot posted. I apologise for that.
Please have a look at the attached screen shot.

Last edited by jone kim; 09-30-2010 at 10:04 PM.
 
Old 05-25-2010, 05:48 AM   #10
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Useful Tip:

To open a hidden (dot) file from a GTK/GNOME application, right click on the list of files and check the "Show Hidden Files" checkbox.

I also have enabled a text entry where I can just type part of a filename (even one beginning with a dot) and open it, without even touching the list of files. I forgot how I did that, though.
 
Old 05-25-2010, 07:13 AM   #11
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
I'd bet that the SLACK entry is a disk partition, and since you got this .conkyrc from someone else, your machine doesn't have one. Again, take a look at the conky pages and try fiddling with some of the options.
 
Old 05-29-2010, 01:07 PM   #12
jone kim
Member
 
Registered: Apr 2010
Posts: 185

Original Poster
Rep: Reputation: 16
re-conky problem

sorry dudes but I still face the problems.

My conky disappears often. And I've not found any solution to this problem. If you have any solution to this problelm please post it.

And for the temperature of CPU all the codes give the same result. It prints vague temperature.
 
Old 05-30-2010, 08:14 AM   #13
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
My conky disappears often. And I've not found any solution to this problem. If you have any solution to this problelm please post it.
I'd suggest playing around with the double_buffer and own_window variables. You also may look at reducing your update_interval and see if that helps.

Quote:
And for the temperature of CPU all the codes give the same result. It prints vague temperature.
There are several variables for temperature. Personally I've found acpitemp to be decent. What do you mean by "vague temperature"?

If you would post specifics about what you've tried and what happened it would help immensely.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
conky question: passing conky-variable to shell-script zlin50 Linux - Software 2 12-29-2012 06:47 PM
conky RudraB Linux - General 0 01-30-2010 04:46 AM
Conky temp configuration Deonild Linux - Software 1 04-14-2009 04:59 PM
Conky on Suse 10.0 - *** buffer overflow detected *** conky terminated Slidex Linux - Software 1 03-17-2006 11:50 AM
conky help ahh_dee Linux - Software 2 10-28-2005 01:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:43 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration