Page 104 of 2348 FirstFirst ... 454941021031041051061141542046041104 ... LastLast
Results 1,031 to 1,040 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #1031
    Join Date
    Nov 2007
    Location
    USA-ish
    Beans
    206
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by toozler View Post
    Also, how do i set up conkyrc to start automatically? I added it to System > Preferences > Sessions, but no good.
    Sometimes you have to add a delay start to it. I did. Go back a few pages for some examples. I use this:

    Code:
    #!/bin/sh
    sleep 20
    conky &
    In a file called .startconky that I chmod to 755. Then add that to your sessions instead of conky.

  2. #1032
    Join Date
    Apr 2007
    Location
    Loomis, CA
    Beans
    33
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Post your .conkyrc files w/ screenshots

    DragonBite:
    Try turning off xftfont.
    As far as I can tell, rendering a font is one of the costly parts of conky.
    And When He Got To Heaven
    To St. Peter He Did Tell
    "One more soldier reporting, sir,
    I've served my time in hell."

  3. #1033
    Join Date
    Mar 2007
    Location
    $HOME (Washington State)
    Beans
    4,590

    Re: Post your .conkyrc files w/ screenshots

    I am getting a weird error when trying to run conky. It says the serial port is 3 higher than it should be. Help please!
    See my themes here! | Dont preach Linux, mention it | Make GNOME Themes
    I'm no longer on here. If you want to talk to me, go to noost.org.
    My DeviantArt | Linux user #461096 | Ubuntu user #15753

  4. #1034
    Join Date
    May 2007
    Location
    Washington
    Beans
    911

    Re: Post your .conkyrc files w/ screenshots

    Please post your .conkyrc.

  5. #1035
    Join Date
    Nov 2007
    Beans
    3

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Cammy View Post
    Sometimes you have to add a delay start to it. I did. Go back a few pages for some examples. I use this:

    Code:
    #!/bin/sh
    sleep 20
    conky &
    In a file called .startconky that I chmod to 755. Then add that to your sessions instead of conky.
    Thanks for the tip! But I'm fairly new to linux, how's that done?

    Thank you again!

  6. #1036
    Join Date
    Jul 2007
    Location
    Brugge, België
    Beans
    2,933

    Re: Post your .conkyrc files w/ screenshots

    This thread was a great idea. I've stuck customizing my conky and failed badly.

    This thread solved my problems by a simple copy/past.

  7. #1037
    Join Date
    Nov 2007
    Location
    USA-ish
    Beans
    206
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by toozler View Post
    Thanks for the tip! But I'm fairly new to linux, how's that done?
    Open a terminal window (Accessories -> Terminal) and type: gedit .startconky

    Paste the contents from my last post.

    Save it, and close the editor.

    Go to System -> Preferences -> Sessions, and change your conky startup line to run .startconky instead of conky.

  8. #1038
    Join Date
    May 2007
    Location
    Washington
    Beans
    911

    Re: Post your .conkyrc files w/ screenshots

    Is it possible to have downspeed/upspeed work for two connections? When I'm at home, my notebook is connected to eth0 but if I'm out with wireless, it uses wlan0. I've tried to just put both variables but it only reads the first one.

  9. #1039
    Join Date
    Oct 2007
    Location
    Norfolk, Va.
    Beans
    9
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Here's mine. This began as some other guys (sorry have no idea where I got it or I would give credit)....then I altered it to suit my box.

    Code:
    #conkyrc-Zeppo- 3final
    
    background yes
    use_xft yes
    xftfont DejaVu Sans:size=8
    xftalpha 1.0
    update_interval 3.0
    total_run_times 0
    own_window yes
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 100 5
    draw_shades no
    draw_outline no
    draw_borders no
    stippled_borders 8
    border_margin 2
    border_width 1
    default_color white
    default_shade_color black
    default_outline_color white
    own_window_colour brown
    own_window_transparent yes
    alignment bottom_left
    gap_x 10
    gap_y 22
    no_buffers yes
    uppercase no
    cpu_avg_samples 3
    net_avg_samples 2
    override_utf8_locale yes
    use_spacer no
    
    TEXT
    ${color #3D59AB}$nodename
    ${color #3D59AB}$sysname $kernel - on $machine 
    ${color #3D59AB}CPU - ${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //' | tail -n1} 
    ${color #3D59AB}Uptime:${color #FFA812} $uptime ${color #3D59AB}
    ${color #3D59AB}CPU Temp:${color #FFA812}    ${alignr}${execi 8 sensors | grep -A 1 'Core0' | cut -c13-16 | sed '/^$/d'}C ${color #3D59AB}
    Load Avg.:${color #FFA812} $loadavg
    ${color #3D59AB}Usage:${color #3D59AB} ${color #FFA812}${cpu}% ${color #3D59AB}${cpubar 5}
    ${color #3D59AB}${cpugraph 25 3D59AB FFA812}
    ${color #3D59AB}${hr}
    ${color #3D59AB}RAM:${color #FFA812} $mem/$memmax - $memperc% ${color #3D59AB}${membar}
    ${color #3D59AB}SWP:${color #FFA812} $swap/$swapmax - $swapperc% ${color #3D59AB}${swapbar}
    ${color #3D59AB}${hr}
    D: ${color #3D59AB}${downspeed eth0} k/s           ${addr eth0}${alignr}U: ${upspeed eth0} k/s
    ${downspeedgraph eth0 25,105 3D59AB FFA812} ${alignr}${upspeedgraph eth0 25,105 3D59AB FFA812}
    ${color #3D59AB}${hr}
    ${color #3D59AB}Hard Disks
    ${color #3D59AB}Directory       Free
    root  :  ${fs_free_perc /}%   ${fs_bar 5 /}
    usr    :  ${fs_free_perc /usr}%   ${fs_bar 5 /usr}
    Windows :  ${fs_free_perc /media/windows}%   ${fs_bar 5 /media/windows}
    ${color #3D59AB}${hr}
    ${color #3D59AB}Process:                PID   CPU%    MEM%
    ${color #FFA812}${top name 1} ${top pid 1} ${top cpu 1}   ${top mem 1}
    ${color #3D59AB}${top name 2} ${top pid 2} ${top cpu 2}   ${top mem 2}
    ${color #3D59AB}${top name 3} ${top pid 3} ${top cpu 3}   ${top mem 3}
    ${color #3D59AB}${top name 4} ${top pid 4} ${top cpu 4}   ${top mem 4}
    Anyway....I LOVE conky!
    Attached Images Attached Images

  10. #1040
    Join Date
    Sep 2007
    Beans
    725
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Post your .conkyrc files w/ screenshots

    hey, what can i ad to make something like

    Mail - 3

    If i have 3 messages in my gmail inbox

    i've tried extra scripts and stuff but i can't seem to get it working.
    here's my conkyrc anyway,
    Code:
    background yes
    use_xft no
    xftfont Bitstream Vera Sans:size=7
    xftalpha 0.8
    update_interval 0.5
    own_window yesEdit/Delete Message
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    draw_shades no
    draw_outline no
    draw_border no
    draw_graph_borders yes
    stippled_borders no
    default_color white
    default_shade_color black
    alignment top_right
    minimum_size 1425
    maximum_width 1050
    gap_y 32
    gap_x 32
    use_spacer no
    no_buffers yes
    
    TEXT
    ${color white} Processor - ${cpu cpu0}% ${cpugraph cpu1 8, 30 ffffff ffffff}  | Memory - ${mem} of ${memmax} ${memgraph mem 8, 30 ffffff ffffff} | Processes - $running_processes of $processes running | HDD - ${fs_used /} of ${fs_size /} used
    there you have it and a screenshot:
    Attached Images Attached Images
    this is my signiture

Page 104 of 2348 FirstFirst ... 454941021031041051061141542046041104 ... 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
  •