Page 303 of 2330 FirstFirst ... 2032532933013023033043053133534038031303 ... LastLast
Results 3,021 to 3,030 of 23291

Thread: Post your .conkyrc files w/ screenshots

  1. #3021
    Join Date
    Apr 2006
    Location
    France
    Beans
    102
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    HEY, i found a problem :

    When i execute coky-rss with execi, it doesn't display all the output !
    No problem with exec !

  2. #3022
    Join Date
    Apr 2006
    Location
    France
    Beans
    102
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    HEY, i found a problem :

    When i execute coky-rss with execi, it doesn't display all the output !
    No problem with exec !

    https://bugs.launchpad.net/ubuntu/+s...ky/+bug/231465

  3. #3023
    Join Date
    Jun 2007
    Location
    Timisoara, Romania
    Beans
    285

    Re: Post your .conkyrc files w/ screenshots

    new boring Conky... fits well with my current mood and desktop

    Code:
    background yes
    use_xft yes
    xftfONt Utopia:size=10
    xftalpha 0.8
    update_interval 5
    own_window yes
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    draw_shades no
    draw_outline yes
    stippled_borders no
    border_margin 0
    border_width 1
    default_color white
    default_shade_color black
    alignment bottom_middle
    gap_y 35
    use_spacer no
    no_buffers yes
    uppercase no
    double_buffer yes
    
    TEXT
    ${color white}$hr
    ${alignc}${color white}$kernel ${color darkgrey}ON ${color white}$nodename ${color white}
    ${alignc}${color white}${cpu cpu1}%${color darkgrey} CPU1 LOAD ${color white} ||  ${color white}${cpu cpu2}%${color darkgrey} CPU2 LOAD ${color white}
    ${alignc}${color white}$mem/$memmax ${color darkgrey}MEMORY USAGE || ${color white}$swap/$swapmax ${color darkgrey}SWAP USAGE
    ${alignc}${color white} $processes ${color darkgrey}processes ${color white} || ${color darkgrey}TOP PROCESS${color white} ${top name 1}
    ${alignc}${color white} ${fs_used /}${color darkgrey} of ${color white}${fs_size /}${color darkgrey} USED ON ${color white}/${color white} || ${alignc}${color white} ${fs_used /kituri}${color darkgrey} of ${color white}${fs_size /kituri}${color darkgrey} USED ON ${color white}/kituri${color white} || ${alignc}${color white} ${fs_used /multimedia}${color darkgrey} of ${color white}${fs_size /multimedia}${color darkgrey} USED ON ${color white}/multimedia
    ${alignc}${color darkgrey} CONNECTED TO ${color white}${addr eth0} ${color white}
    $hr
    First they ignore you...
    Then they laugh at you...
    Then they fight you...
    And then you win!

  4. #3024
    Join Date
    Jul 2008
    Beans
    1
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Post your .conkyrc files w/ screenshots

    My Conky:

    http://imagebin.ca/view/JBBEVMZ.html

    <edit>The weird bit of green in the bottom left is a left over from a previous wallpaper - one of my monitors is widescreen, so I can't see that bit, but for some reason it comes up funny in screenshots.<end edit>

    My Conkyrc:

    Code:
    # My Conky configuration
    #
    # the list of variables has been removed from this file in favour
    # of keeping the documentation more maintainable.
    # Check http://conky.sf.net for an up-to-date-list.
    
    #fonts
    use_xft yes
    xftfont comicsansms:size=8 
    xftalpha 0.8
    uppercase no
    
    update_interval 5.0
    total_run_times 0
    double_buffer yes
    no_buffers yes
    
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_colour black
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    alignment top_right 
    #minimum_size 200 5
    maximum_width 250
    gap_x 20
    gap_y 20 
    
    #border info
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders yes
    stippled_borders 8
    border_margin 4
    border_width 1
    
    # Default colors and also border colors
    default_color lightgrey 
    default_shade_color green 
    default_outline_color green 
    color1 green 
    color2 white 
    
    cpu_avg_samples 2
    net_avg_samples 1
    override_utf8_locale no
    
    # Add spaces to keep things from moving about?  This only affects certain objects.
    use_spacer right
    
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    ${font augie:style=Bold:size=10} $color1 Ubuntu 8.04${alignr}Hardy Heron ${font}
    $hr
    
    $color ${time %c}
    
    $color <name> has $color2 ${texeci 100 python ~/Scripts/gmail1.py} email(s).
    $color <name> has $color2 ${texeci 100 python ~/Scripts/gmail2.py} email(s).
    $color <name> has $color2 ${texeci 100 python ~/Scripts/gmail3.py} email(s).
    
    ${font augie:style=Bold:size=8}$color1 CPU Usage:$font $color $cpu% ${cpubar}
    ${font augie:style=Bold:size=8}$color1 RAM Usage:$font $color $mem/$memmax - $memperc% ${membar}
    ${font augie:style=Bold:size=8}$color1 Swap Usage:$font $color $swap/$swapmax - $swapperc% ${swapbar}
    ${font augie:style=Bold:size=8}$color1 Processes:$font $color $processes ${font augie:style=Bold:size=8} $color1 Running:$font $color $running_processes
    
    ${font augie:style=Bold:size=8}$color1 Network > ${wireless_essid ath0} > ${addr ath0}${font augie:style=Bold:size=8} $font $color
    ${wireless_link_qual_perc ath0}% ${wireless_link_bar ath0}
    Down / Up Speed: ${downspeed wifi0} k/s / ${upspeed wifi0} k/s
    Down / Up Bytes: ${totaldown wifi0} / ${totalup wifi0}
    Inbound / Outbound / Total: ${tcp_portmon 1 32767 count} / ${tcp_portmon 32768 61000 count} / ${tcp_portmon 1 65535 count}
     
    ${font augie:style=Bold:size=8}$color1 File systems: $font $color
    /      ${fs_free /} (${fs_free_perc /}%) ${fs_bar 6 /}
    /home  ${fs_free /home} (${fs_free_perc /home}%) ${fs_bar 6 /home}
    /usr   ${fs_free /usr} (${fs_free_perc /usr}%) ${fs_bar 6 /usr}
    
    ${font augie:style=Bold:size=8}$color1 Name                  PID       CPU    MEM$font 
    ${font bitstreamverasansmono:size=8}$color2 ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
    $color ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
    $color ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
    $color ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
    ${font augie:style=Bold:size=8}$color1 Mem usage$font   
    ${font bitstreamverasansmono:size=8}$color2 ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
    $color ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
    $color ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
    Last edited by Lusule; July 27th, 2008 at 01:20 AM. Reason: afterthought

  5. #3025
    Join Date
    Dec 2007
    Location
    California
    Beans
    4,958
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by RebounD11 View Post
    new boring Conky... fits well with my current mood and desktop

    Code:
    background yes
    use_xft yes
    xftfONt Utopia:size=10
    xftalpha 0.8
    update_interval 5
    own_window yes
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    draw_shades no
    draw_outline yes
    stippled_borders no
    border_margin 0
    border_width 1
    default_color white
    default_shade_color black
    alignment bottom_middle
    gap_y 35
    use_spacer no
    no_buffers yes
    uppercase no
    double_buffer yes
    
    TEXT
    ${color white}$hr
    ${alignc}${color white}$kernel ${color darkgrey}ON ${color white}$nodename ${color white}
    ${alignc}${color white}${cpu cpu1}%${color darkgrey} CPU1 LOAD ${color white} ||  ${color white}${cpu cpu2}%${color darkgrey} CPU2 LOAD ${color white}
    ${alignc}${color white}$mem/$memmax ${color darkgrey}MEMORY USAGE || ${color white}$swap/$swapmax ${color darkgrey}SWAP USAGE
    ${alignc}${color white} $processes ${color darkgrey}processes ${color white} || ${color darkgrey}TOP PROCESS${color white} ${top name 1}
    ${alignc}${color white} ${fs_used /}${color darkgrey} of ${color white}${fs_size /}${color darkgrey} USED ON ${color white}/${color white} || ${alignc}${color white} ${fs_used /kituri}${color darkgrey} of ${color white}${fs_size /kituri}${color darkgrey} USED ON ${color white}/kituri${color white} || ${alignc}${color white} ${fs_used /multimedia}${color darkgrey} of ${color white}${fs_size /multimedia}${color darkgrey} USED ON ${color white}/multimedia
    ${alignc}${color darkgrey} CONNECTED TO ${color white}${addr eth0} ${color white}
    $hr

    Is that a real Keyboard you can get?

  6. #3026
    Join Date
    Jun 2007
    Location
    Timisoara, Romania
    Beans
    285

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by jerome1232 View Post
    Is that a real Keyboard you can get?
    I don't know... I hope so
    First they ignore you...
    Then they laugh at you...
    Then they fight you...
    And then you win!

  7. #3027
    Join Date
    Sep 2006
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    I've almost got this conky thing working, I just have a few minor issues.

    First, I have some extra fonts that will eventually go where the random letters are at the beginning of the headers. Where do I put them so conky can find them? Second, is there a way to get the logging and fortune to align like the rest of the text? Third, the last line under memory hogs is not quite aligned to the right like it's supposed to be. What's up with that?

    Sorry about the text file. It's been cobbled together from a few different sources and it's kind of a mess.

    Code:
    # maintain spacing between certain elements
    use_spacer right
    
    # set to yes if you want tormo to be forked in the background
    #background yes
    
    use_xft yes
    
    # Xft font when Xft is enabled
    #xftfont Vera-8
    #xftfont Andale Mono-8
    #xftfont Clean-8
    #xftfont cubicfive10:pixelsize=8
    xftfont Sans-Serif:size=9:pixelsize=11
    #xftfont swf!t_v02:pixelsize=11
    
    # Text alpha when using Xft
    xftalpha 1
    #mail_spool $MAIL
    
    # Update interval in seconds
    update_interval 3.0
    
    # Create own window instead of using desktop (required in nautilus) normal desktop or override
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    #own_window_hints below
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    minimum_size 200 5
    maximum_width 250
    
    # Draw shades?
    draw_shades no
    
    # Draw outlines?
    draw_outline no # amplifies text
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 5
    
    # border widt5
    border_width 6
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color grey90
    default_shade_color black
    default_outline_color DarkGrey
    
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    
    # Gap between borders of screen and text
    gap_x 24
    gap_y 12
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    
    TEXT
    ${voffset 8}${font OpenLogos:regular:size=18}${color #ffa500}u ${voffset -8}${font Verdana:bold:size=10}${color #f8f8ff}System Information
    ${voffset -10}${color #f8f8ff}${hr 1}$font$color
      ${font Verdana:regular:size=9}${color #f8f8ff}${execi 99999 uname -o} ${color #f8f8ff}${execi 99999 lsb_release -d -s -c | tr -s "\n" " "}
       ${color}$kernel $machine ${color}${execi 99999  uname -v | cut -c -15}      
       ${voffset 8}Up Time: ${color}$uptime
       
    ${font Your Keys:regular:18}${color white}W ${font Verdana:bold:size=10}${color #f8f8ff}System Stats
    ${voffset -10}${color #f8f8ff}${hr 1}$font$color
       ${font Verdana:regular:size=8}${color #f8f8ff}${execi 99999 cat /proc/cpuinfo | grep "model name" -m1 | cut -d":" -f2 | cut -d" " -f2- | sed 's#Processor ##'}$font$color
    
       ${font Verdana:regular:size=8}${color #f8f8ff}Video Card: ${font Verdana:regular:size=9}${color #f8f8ff}${execi 20 glxinfo | grep "OpenGL renderer" | cut -c 25-39}$color$font
       2D/3D Clock: ${color #f8f8ff}${execi 20 nvidia-settings -q GPUCurrentClockFreqs | grep "Attribute" | cut -d" " -f6 | tr -s "," "/" | tr -d "."
    } MHz${color} Temp: ${color #f8f8ff}${execi 20 nvidia-settings -q gpucoretemp | grep "Attribute" | cut -d" " -f6 | cut -c -2}ᵒC
    
        ${freq_g 1}GHz ${color #f8f8ff}${execi 20 sensors |grep "Core0 Temp" | cut -d" " -f4}$font$color$alignr${freq_g 2}GHz ${color #f8f8ff}${execi 20 sensors |grep "Core1 Temp" | cut -d" " -f4}  $color
       ${voffset -6}${cpugraph cpu1 25,115 000000 9932cc }  ${cpugraph cpu2 25,115 000000 9932cc}
       ${color #f8f8ff}${voffset -25}            ${cpu cpu1}%$alignr${cpu cpu2}%         ${color #f8f8ff}
       ${voffset 3}$alignr${cpubar cpu1 6,115}  ${color #f8f8ff}${cpubar cpu2 6,115}$color
    
       ${font Verdana:regular:size=10}CPU Hogs                 $alignr$CPU%
       ${font Verdana:regular:size=9}$color ${top name 1} $alignr${top cpu 1}
       $color ${top name 2} $alignr${top cpu 2}
       $color ${top name 3} $alignr${top cpu 3}
          
       ${font Verdana:regular:size=10}${color}Memory Hogs              $alignr$MEM
       ${font Verdana:regular:size=9}${color white} ${top_mem name 1}  $alignr${top_mem mem 1}
       $color ${top_mem name 2} $alignr${top_mem mem 2}
       $color ${top_mem name 3}   $alignr${top_mem mem 3}   
       
    ${font Your Keys:regular:18}${color white}W ${font Verdana:bold:size=10}${color #f8f8ff}System Storage
    ${voffset -10}${color #f8f8ff}${hr 1}$font$color
    
       ${color #f8f8ff}A.N.A.  ${fs_free_perc /}%   ${fs_bar 6, / }$color
       ${font Verdana:regular:size=9}RAM:   $mem/$memmax   ${color #f8f8ff}${membar 6}
       ${color #f8f8ff}$Swap:  $swap/$swapmax   ${color #f8f8ff}${swapbar 6}
    
       ${color #f8f8ff}Really_Big_HDD: ${fs_free_perc /Really_Big_HDD}%   ${fs_bar 6 /Really_Big_HDD}$color
       ${color #f8f8ff}Windows  ${fs_free_perc /windows}%   ${fs_bar 6, /windows}$color
       
    ${font Your Keys:regular:18}${color white}W ${font Verdana:bold:size=10}${color #f8f8ff}Logging
    ${voffset -10}${color #f8f8ff}${hr 1}$font$color
       ${font Verdana:regular:size=9}${color white}Messages:
       $color${execi 30 tail -n 3 /var/log/messages | fold -w50}
       
    $endif${voffset 3}${font Wingdings 3:regular:size=18}${color #f8f8ff}F${voffset -3}${font Verdana:bold:size=10}${color #f8f8ff} Network
    ${voffset -10}${color #f8f8ff}${hr 1}$font$color
    
       ${color #f8f8ff}WAN: $color${execi 240 host tuhost.myvnc.com | cut -d" " -f4}$alignr${color #f8f8ff}LAN: $color${addr eth0}
    
       ${downspeedgraph eth0 25,115 c71585 9932cc} ${alignr}${upspeedgraph eth0 25,115 c71585 9932cc}
       ${voffset -25}${color #f8f8ff} Download: ${color white}${downspeed eth0}k/s ${alignr}${color #f8f8ff}Upload: ${color white}${upspeed eth0}k/s ${voffset 15}
       ${font Verdana:regular:size=9}${color #f8f8ff}Total: ${color white}${totaldown eth0}          ${color #f8f8ff}Total:  ${color white}${totalup eth0}
       ${color #f8f8ff}Inbound: ${color white}${tcp_portmon 1 32767 count}                ${color #f8f8ff}Outbound: ${color white}${tcp_portmon 32768 61000 count}
       
       ${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0}
       ${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1}
       ${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2}
    
    ${font Your Keys:regular:18}${color white}W ${font Verdana:bold:size=10}${color #f8f8ff}FORTUNE 
    ${voffset -10}${color #f8f8ff}${hr 1}$font$color
       ${font Verdana:regular:size=9}${color white}${execi 120 fortune -s | fold -w50}
    As always, any help is much appreciated. Thanks.
    Attached Images Attached Images

  8. #3028
    Join Date
    Sep 2006
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Well, I stuck the fonts in /usr/share/fonts/truetype/msttcorefonts and that seemed to work. There were a couple of fonts that wouldn't display but I'm still pretty happy with how it turned out.

    Here's the screenshot.
    Attached Images Attached Images

  9. #3029
    Join Date
    May 2008
    Location
    Bournemouth, UK
    Beans
    116
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Scarlett View Post
    Well, I stuck the fonts in /usr/share/fonts/truetype/msttcorefonts and that seemed to work. There were a couple of fonts that wouldn't display but I'm still pretty happy with how it turned out.

    Here's the screenshot.

    where did you get that wallpaper from?
    sigh

  10. #3030
    Join Date
    Jul 2008
    Beans
    31

    Re: Post your .conkyrc files w/ screenshots

    I have a question:
    Is it possible to get conky to display the temp of a ATI card?
    Google brings up methods for Nvidia card...but not for ati =(

Page 303 of 2330 FirstFirst ... 2032532933013023033043053133534038031303 ... 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
  •