Page 860 of 2348 FirstFirst ... 36076081085085885986086186287091096013601860 ... LastLast
Results 8,591 to 8,600 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #8591
    Join Date
    Feb 2008
    Location
    I'm lost ... HELP!
    Beans
    1,014
    Distro
    Xubuntu

    Re: Post your .conkyrc files w/ screenshots

    @londonali1010
    Why don't you use $memperc and $cpu (or ${cpu cpu1}${cpu cpu2} etc.)?

  2. #8592
    Join Date
    Feb 2009
    Location
    UK
    Beans
    129
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by miegiel View Post
    @londonali1010
    Why don't you use $memperc and $cpu (or ${cpu cpu1}${cpu cpu2} etc.)?
    Because I just want to display how much resources Conky is using. I do a lot of messing about with images and large Conkys that take up the whole screen, and I've started noticing it pop up in my ${top} and ${top_mem} lists, when it didn't before; and I want to monitor how much what I'm doing has an effect on the "weight" of the program...IYKWIM. For instance, my latest one with just a battery widget is hovering around 4% CPU usage all the time...
    Screenshot 110809.png
    - Samsung R519 Silver - Dual-Boot Windows 7/Ubuntu 9.10 -
    - The Official Conky Blog - Follow conkynews on Twitter -
    - My Launchpad PPA -
    - My blog: My Little Desktop -

  3. #8593
    Join Date
    May 2009
    Location
    Slovenia
    Beans
    7
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Post your .conkyrc files w/ screenshots

    ok have been reading and playing with conky for last 4 hours

    and i got 1 problem how do i turn it down, so i can edit the file and try it, cause now editing it and starting conky at new doesnt hlp, old 1 stays

    my noobish solution was restarting pc, but u can imagine it takes time
    Last edited by GregaG; August 12th, 2009 at 09:36 AM.

  4. #8594
    Join Date
    May 2008
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by GregaG View Post
    ok have been reading and playing with conky for last 4 hours

    and i got 1 problem how do i turn it down, so i can edit the file and try it, cause now edting it and starting conky at new doesnt hlp, old 1 stays

    my noobish solution was restarting pc, but u can imagine it takes time
    Try this in the terminal:
    Code:
    killall -SIGUSR1 conky
    That sends the reload command to conky so you don't have to stop then start it.

  5. #8595
    Join Date
    May 2009
    Location
    Slovenia
    Beans
    7
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Post your .conkyrc files w/ screenshots

    ty it works

  6. #8596
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by ddnev45 View Post
    It worked on my 9.04 system with conky 1.7.1; however, there is no output for 0 (nothing in the trash), once I deleted some files it displayed.
    I get the same thing on 8.10 - nothing shows until there is something in the trash. Empty it and it's blank again.

    Have a nice day.
    Bruce

  7. #8597
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Redv2 View Post
    Hey guys, I'm really really interested in your Conkyrc, how do you add all 3 panels? Do you just put all 3 codes in the conkyrc config? the gedit ~/,conkyrc,

    Also how do you change colors? and make the panels slimmer?
    What conky did you see with three "panels" and what do you mean by "panels"

    If you are talking about haveing conky display on the top right and more on the bottom left those are not "panels" but two different conky files running at the same time.

    Take a look at Conky Hardcore!, HowTo: A Beginners Guide to Setting up Conky it explains how to set up and run multiple conkys.

    As for colours you can have 10 defined colours in the conky "Settings" area" (Above TEXT):

    Code:
    # Colors
    default_color DCDCDC #Gainsboro
    color0 FFD700 #Gold
    color1 FFA07A #LightSalmon#00FFFF Cyan
    color2 FF8C00 #Darkorange
    color3 7FFF00 #Chartreuse
    color4 778899 #LightSlateGrey
    color5 FFDEAD #NavajoWhite
    color6 00BFFF #DeepSkyBlue
    #	colours below used by colorize script
    color7 48D1CC #MediumTurquoise
    color8 FFFF00 #Yellow
    color9 FF0000 #Red
    You can choose any colour for the above and/or use names as well:

    Code:
    # Colors
    default_color Gainsboro
    color0 Gold
    color1 LightSalmon
    color2 Darkorange
    color3 Chartreuse
    color4 LightSlateGrey
    color5 NavajoWhite
    color6 DeepSkyBlue
    #	colours below used by colorize script
    color7 MediumTurquoise
    color8 Yellow
    color9 Red
    And you can use the colour code in the file as well in the "Variables" area (below TEXT)

    ${color ffffff} or ${color white}text or command${color}

    witha ${color} command when you want to use the "Default" colour as defineed above.

    More questions, just ask.

    Have a nice day.
    Bruce

  8. #8598
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by christhesquid View Post
    This is my first post; wanted to drop a reply and say thanks to all that contribute to this thread. I'm a Linux newbie and I was able to get Conky to work on my own with the information provided here. I'm in the middle of customizing Xubuntu to fit my needs and you guys have been a life saver.

    Thank you!

    Chris
    http://faaipdeoiad.com
    First: Welcome to Linux! Second: Welcome to the forums!

    And an Xfce fan too! That's a plus - my opinion.

    When you get your first conky up and running come back and show us.

    Have a nice day.
    Bruce

  9. #8599
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by GregaG View Post
    ok have been reading and playing with conky for last 4 hours

    and i got 1 problem how do i turn it down, so i can edit the file and try it, cause now editing it and starting conky at new doesnt hlp, old 1 stays

    my noobish solution was restarting pc, but u can imagine it takes time
    Quote Originally Posted by mobilediesel View Post
    Try this in the terminal:
    Code:
    killall -SIGUSR1 conky
    That sends the reload command to conky so you don't have to stop then start it.
    Quote Originally Posted by GregaG View Post
    ty it works
    Interesting that command has never worked for me. Don't know why.

    @ GregaG - there is another way, that in my opinion, is faster, easier and serves two purposes; can be use to autosart conky on bootup and used as a "launcher" (desktop or panel) it can stop & restart conky with a mouse click.

    Take a look at ssc.sh, see if it fits your needs.

    Have a nice day.
    Bruce

  10. #8600
    Join Date
    Feb 2008
    Location
    I'm lost ... HELP!
    Beans
    1,014
    Distro
    Xubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by GregaG View Post
    ok have been reading and playing with conky for last 4 hours

    and i got 1 problem how do i turn it down, so i can edit the file and try it, cause now editing it and starting conky at new doesnt hlp, old 1 stays

    my noobish solution was restarting pc, but u can imagine it takes time
    While testing it's easiest to start conky from the terminal and hit ctrl+C to stop/restart it after edits.

Page 860 of 2348 FirstFirst ... 36076081085085885986086186287091096013601860 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •