Page 1153 of 2348 FirstFirst ... 1536531053110311431151115211531154115511631203125316532153 ... LastLast
Results 11,521 to 11,530 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #11521
    Join Date
    May 2008
    Beans
    7

    Re: Post your .conkyrc files w/ screenshots

    Thanks everyone for sharing, this is awesome!
    Last edited by trixter76; January 16th, 2010 at 07:15 PM.

  2. #11522
    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 trixter76 View Post
    Thanks everyone for sharing, this is awesome!
    You're welcome

  3. #11523
    Join Date
    Jul 2008
    Location
    Connecticut, U.S.
    Beans
    106
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by miegiel View Post
    Since my stupid laptop doesn't have a caps lock light I want to add a caps lock light to my conky. Does anyone know where/what info to cat and or grep to see if caps is turned ON or off?

    Googling CAPS LOCK is no fun at all

    solved: http://ubuntuforums.org/showthread.p...57#post8671757
    Works great! Thanks. (of course the post I was looking for was on the same page. I looked everywhere else but there. :sigh:
    Registered Ubuntu User #29430

  4. #11524
    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 dmillerct View Post
    Works great! Thanks. (of course the post I was looking for was on the same page. I looked everywhere else but there. :sigh:
    I can't stop turning my caps on and off
    Probably over compensating after treating my caps lock key like it's a mine field.

  5. #11525
    Join Date
    Jan 2010
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Hi all,

    Using Karmic on my desktop, and after pinching glimmz's conky rc file (post #11519) and doing a bit of customisation on the text, I tried to get the thing to autorun.

    I went to System>>Preferences>>Startup Applications and added a new startup program called Conky. Gave it a description and the command conky -c /home/ashemmell/conky.txt .

    I logged out and back in and nothing appeared. I've checked the running processes using ps -ax and conky is not running at all. The same command from a terminal works fine and appears as expected.

    Any ideas?

    Cheers,

    Adrian.
    Attached Files Attached Files
    Last edited by Adishem; January 17th, 2010 at 12:12 AM.

  6. #11526
    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 Adishem View Post
    Hi all,

    Using Karmic on my desktop, and after pinching glimmz's conky rc file (post #11519) and doing a bit of customisation on the text, I tried to get the thing to autorun.

    I went to System>>Preferences>>Startup Applications and added a new startup program called Conky. Gave it a description and the command conky -c /home/ashemmell/conky.txt .

    I logged out and back in and nothing appeared. I've checked the running processes using ps -ax and conky is not running at all. The same command from a terminal works fine and appears as expected.

    Any ideas?

    Cheers,

    Adrian.
    Make a startup script to delay conky from starting to soon :
    Code:
    #!/bin/bash
    sleep 18
    conky -d -c ~/.conkyrc
    Save as conky.sh ( or css.sh or conkystartupscript.sh)
    Run sh conky.sh in a terminal and wait 18 seconds to see it it starts conky propperly.
    Add sh conky.sh to System>>Preferences>>Startup Applications
    (Make sure you use the right path and in some cases 18 seconds isn't enough)

  7. #11527
    Join Date
    Oct 2009
    Location
    Los Angeles, CA
    Beans
    380
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    I had the same problem until I too made a startup script to give Conky some time to sleep before starting up. In my case, 10 seconds works great. You'll just have to experiment to find the shortest time it takes for Conky to start up properly.
    Main: Intel Core i7 920 D0 @ 4.0GHz | Asus P6X58D Premium | 6 x 2GB Mushkin Redline 1600 7-8-7-24 | EVGA GeForce GTX 560 Ti | 6 x 1TB WD Caviar Black | Mint 15 Cinnamon / OS X 10.7.3
    Portable: Dell Mini 9 | OS X 10.6.7

  8. #11528
    Join Date
    Aug 2007
    Location
    Melburn
    Beans
    158
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    just upgraded to 9.10, removed and reinstalled conky-all and now it is playing up:

    Code:
    Conky: X Error: type 0 Display 19a11c0 XID 0 serial 29 error_code 3 request_code 61 minor_code 0 other Display: 19a11c0
    won't let me start it, and I can't figure out what's going on! anyone seen this?


    resolved: conky didn't like the endif's at the end of the config
    Last edited by epidemiks; January 17th, 2010 at 10:00 AM. Reason: resolved
    AMD Athlon 2100+ | 2GB | 300GB | 7600GS | Hardy
    HP DV5 1139TX | Core2Duo T9400 | 4GB | 400GB | 9600M GS | Ibex
    Registered Linux User #478917
    music | flickr | tumblr

  9. #11529
    Join Date
    Apr 2008
    Location
    Melbourne, Australia
    Beans
    328
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    contributing.

    Code:
    bakground no
    
    use_xft yes
    xftfont 123:size=8
    xftalpha 0.1
    update_interval 0.5
    total_run_times 0
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 250 5
    maximum_width 250
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color gray
    default_shade_color red
    default_outline_color green
    alignment top_right
    gap_x 10
    gap_y 10
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 1
    override_utf8_locale no
    use_spacer yes
    
    TEXT
    ${font Arial:bold:size=40}${color Tan1}${time %H:%M:%S} 
    $font${color DimGray} ${time %a, }${time %B %e %G}
    
    ${font Arial:bold:size=10}${color Tan1}HEALTH ${color DarkSlateGray} ${hr 2}
    $font${color DimGray}${freq cpu1}Mhz
    
    $font${color DimGray}CPU1 ${cpu cpu1}% ${cpubar cpu1}
    CPU2 ${cpu cpu2}% ${cpubar cpu2}
    Temperature $acpitemp C
    
    $font${color DimGray}MEM $alignc $mem / $memmax $alignr $memperc%
    $membar
    $font${color DimGray}/home $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_free_perc /home}%
    ${fs_bar /home}
    
    ${font Arial:bold:size=10}${color Tan1}TOP PROCESSES ${color DarkSlateGray}${hr 2}
    ${color DimGray}$font${top name 2}${alignr}${top cpu 2} %
    $font${top name 3}${alignr}${top cpu 3} %
    $font${top name 4}${alignr}${top cpu 4} %
    $font${top name 5}${alignr}${top cpu 5} %
    
    ${font Arial:bold:size=10}${color Tan2}NETWORK ${color DarkSlateGray}${hr 2}
    $font${color DimGray}wireless $alignr ${addr wlan0}
    $font${color DimGray}ethernet $alignr ${addr eth0}
    
    External IP$alignr${execi 3600 wget --connect-timeout 4 -q -O - "$@" http://whatismyip.org | tail}
    Gateway     $alignr${gw_ip}
    
    ${font Arial:bold:size=10}${color Tan1}CONNECTIONS ${color DarkSlateGray}${hr 2}
    $font${color DimGray}${tcp_portmon 1 65535 count} total connections
    $font${color DimGray}${tcp_portmon 1 1024 count} on privliged ports
    
    ${color Tan2} ${tcp_portmon 21 21 count } $font${color DimGray}on FTP 		${color Tano2}${tcp_portmon 21 21 rip 0}
    ${color Tan2} ${tcp_portmon 2223 2223 count } $font${color DimGray}on SSH	${color Tan2}${tcp_portmon 2223 2223 rip 0}
    ${color Tan2} ${tcp_portmon 80 80 count } $font${color DimGray}on HTTP		${color Tan2}${tcp_portmon 80 80 rip 0}
    ${color Tan2} ${tcp_portmon 5900 5903 count }$font${color DimGray} on VNC	${color Tan2}${tcp_portmon 5900 5903 rip 0}
    the port listeners listen for inbound connections.
    Attached Images Attached Images
    "Oh Ubuntu, you are my favorite linux based operating system" Dr. Sheldon Cooper.

  10. #11530
    Join Date
    Nov 2009
    Location
    Florida, USA
    Beans
    242
    Distro
    Ubuntu Studio 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Has anybody recently upgraded and found borders on your conky? I can't seem to get rid of the darned thing. It looks pretty nice, but still, i don't want it.
    Attached Images Attached Images
    Ubuntu User #29918 | Linux User #501271 |

Page 1153 of 2348 FirstFirst ... 1536531053110311431151115211531154115511631203125316532153 ... 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
  •