Page 239 of 2348 FirstFirst ... 1391892292372382392402412492893397391239 ... LastLast
Results 2,381 to 2,390 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #2381
    Join Date
    Dec 2007
    Location
    *eating something*
    Beans
    702
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Post your .conkyrc files w/ screenshots

    I made mine so that it would be narrow enough to fit below my side panel, which contains a desktop switcher and window list. The config could not be more than 130px wide, but had over 600px to work with for height.

    Also note the text overlaying the graphs - It took a bit of experimentation, but I pulled it off through the use of the $voffset tags.

    Thanks to conky's man page, I was able to put this together.

    Enjoy.

    Code:
    alignment bottom_left
    background yes
    border_width 1
    cpu_avg_samples 12
    default_color cyan
    default_outline_color yellow
    default_shade_color green
    double_buffer yes
    draw_borders yes
    draw_graph_borders yes
    draw_outline no
    draw_shades no
    font 8x13
    gap_x 5
    gap_y 40
    minimum_size 5 5
    net_avg_samples 2
    no_buffers yes
    out_to_console no
    own_window yes
    own_window_class gnome
    own_window_transparent yes
    own_window_type normal
    own_window_hints undecorated,above,sticky,skip_taskbar,skip_pager
    short_units on
    stippled_borders 0
    update_interval 0.5
    uppercase no
    use_spacer none
    
    
    TEXT
    ${voffset 5} ${color green}Uptime: ${color yellow}$uptime $color
    $hr
    ${voffset 5} ${color green}RAM:
     ${memgraph 40,130 000f0f 008888}$color
    ${font 6x10}${color yellow}${voffset -41}  $mem
    ${voffset -8}  _________ ${voffset 5}$memperc%
    ${voffset -4}  $memmax$color$font
    ${voffset 10}${color green} Swap:
    ${color darkcyan} ${swapbar 20,130}$color
    ${voffset -22}${color yellow}  Usage: $swapperc% $color
    ${voffset 10}${color green} CPU:
     ${cpugraph 50,130 000f0f 00bbbb} $color
    ${voffset -50}${color yellow}  Usage: $cpu% $color
    ${voffset 40}$hr
    ${color green} File systems:
    ${voffset -7}${stippled_hr 1}${color yellow}
    ${voffset 5}  /
     ${fs_bar 6,130 /}
     ${fs_free /}
    ${voffset -9} ________${voffset 5} ${fs_free_perc /}% free
    ${voffset -4} ${fs_size /}
    ${color green}${stippled_hr 1}${color yellow}
    ${voffset 5}  /home
     ${fs_bar 6,130 /home}
     ${fs_free /home}
    ${voffset -9} ________${voffset 5} ${fs_free_perc /home}% free
    ${voffset -4} ${fs_size /home}
    ${color green}${stippled_hr 1}${color yellow}
    ${voffset 5}  /media/JENKINBR
    ${if_mounted /media/JENKINBR} ${fs_bar 6,130 /media/JENKINBR}
     ${fs_free /media/JENKINBR}
    ${voffset -9} _________${voffset 5} ${fs_free_perc /media/JENKINBR}% free
    ${voffset -4}  ${fs_size /media/JENKINBR} $else${color red}  --NOT MOUNTED--$color$endif
    ${color green}${stippled_hr 1}${color yellow}
    ${voffset 5}  /media/disk
    ${if_mounted /media/disk} ${fs_bar 6,130 /media/disk}
     ${fs_free /media/disk}
    ${voffset -9} _________${voffset 5} ${fs_free_perc /media/disk}% free
    ${voffset -4} ${fs_size /media/disk} $else${color red}  --NOT MOUNTED--$color$endif
    ${color green}${stippled_hr 2}${color yellow}
    ${voffset 5}  CD-RW / DVD-ROM (top)
    ${if_mounted /media/cdrom0}${color green}  Data Size: ${color yellow}${fs_size /media/cdrom0} $else${color red}  --NOT MOUNTED--$color$endif
    ${color green}${stippled_hr 1}${color yellow}
    ${voffset 5}  CD-RW        (bottom)
    ${if_mounted /media/cdrom1}${color green}  Data Size: ${color yellow}${fs_size /media/cdrom1} $else${color red}  --NOT MOUNTED--$color$endif
    Attached Images Attached Images

  2. #2382
    Join Date
    Sep 2007
    Location
    Earth
    Beans
    9
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Post your .conkyrc files w/ screenshots

    I just got hip to the conky game. I love it. I stole the skeleton of my code and I edited and added to it. Next up are figuring out news.google.com as rss and some light weight weather.

    Code:
    # set to yes if you want Conky to be forked in the background
    background yes
    
    # Use Xft?
    use_xft yes
    
    # Xft font when Xft is enabled
    xftfont Trebuchet MS:size=10
    
    # Text alpha when using Xft
    xftalpha 0.9
    
    # Update interval in seconds
    update_interval 1.0
    
    # This is the number of times Conky will update before quitting.
    # Set to zero to run forever.
    total_run_times 0
    
    # Create own window instead of using desktop (requi000000 in nautilus)
    own_window no
    
    # If own_window is yes, you may use type normal, desktop or override
    own_window_type desktop
    
    # Use pseudo transparency with own_window?
    own_window_transparent yes
    
    # If own_window is yes, these window manager hints may be used
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    # Use double buffering (000000uces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    minimum_size 160 5
    
    # Maximum width
    maximum_width 160
    
    # Draw shades?
    draw_shades no
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Draw borders around graphs
    draw_graph_borders no
    
    # Stippled borders?
    # stippled_borders 8
    
    # border margins
    border_margin 0
    
    # border width
    # border_width 1
    
    # Default colors and also border colors
    default_color 000000
    default_shade_color 000000
    default_outline_color green
    
    # Text alignment, other possible values are commented
    alignment top_left
    #alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    #alignment none
    
    # Gap between borders of screen and text
    # same thing as passing -x at command line
    gap_x 30
    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
    
    # number of cpu samples to average
    # set to 1 to disable averaging
    cpu_avg_samples 2
    
    # Force UTF8? note that UTF8 support requi000000 XFT
    override_utf8_locale no
    
    # variable is given either in format $variable or in ${variable}
    
    # stuff after 'TEXT' will be formatted on screen
    
    #  unused text
    #  Current:${alignr}${execi 20 /home/tonyt/scripts/.conky_eth2} Mbits/sec
    #  hda Temp:${alignr}${execi 1800 /home/tonyt/scripts/.hdtemp}
    
    TEXT
    ${color #990000}System: $color
    $nodename
    ${color #000000}${color }${time %m %d %Y} ${alignr}${time %I:%M %p}
    $sysname $kernel
    Uptime:$alignr$uptime
    ${color d00000}${hr 1}$color
    ${color #990000}Health: $color
    RAM: $mem/$memmax ${color 000000}
    CPU0: ${cpu cpu1}% ${color AA0000}${cpubar cpu1}$color
    CPU1: ${cpu cpu2}% ${color AA0000}${cpubar cpu2}$color
    Disk: ${fs_used_perc /}% ${color AA0000}${fs_bar /}$color
    Swap: ${swap} ${color AA0000} ${swapbar}$color
    ${color 000000}Batt:$color ${battery_percent}% ${color AA0000}${battery_bar}$color
    ${color D00000}${hr 1}$color 
    ${color #990000}Network: $color
    wifi: ${wireless_link_qual_perc wlan0}% ${color AA0000}${wireless_link_bar wlan0}$color
    SSID: ${color #000000} ${alignr}${wireless_essid wlan0}
    IP: ${color #000000} ${alignr}${addr wlan0} 
    MAC: ${color #000000}${alignr}${wireless_ap wlan0} 
    download speed: ${color #000000}${downspeed wlan0} k/s	
    ${downspeedgraph wlan0 10,160 ff0000 0000ff}
    upload speed: ${color #000000}${upspeed wlan0} k/s
    ${upspeedgraph wlan0 10,160 0000ff ff0000} 
    ${color D00000}${hr 1}$color 
    Gmail: ${color 000000}${alignr}${execi 300 python ~/.scripts/gmail.py} ${color 000000}
    Attached Images Attached Images

  3. #2383
    Join Date
    May 2008
    Beans
    3

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by shinynew View Post

    Does anyone know how to access pidgin from the command line to show if you have any new messages?
    Or the system tray.

    I know this was a while ago (a year), but I've also been wondering about that, so if someone knows, please tell.

  4. #2384
    Join Date
    Jul 2007
    Location
    Segura, Spain
    Beans
    235

    Re: Post your .conkyrc files w/ screenshots

    help!!, this is so addictive and i can't stop

    Here's my conky with new structure, by modules, amarok and amule modules are conditional, if the process isn't run they disappear at all.

    By the way, i think there is a bug in conky, because section TEXT can't start with a conditional variable, so conky draw more and more line, don't overwriting itself, i've had to add a empty line first to patch that.
    Attached Images Attached Images
    Attached Files Attached Files
    mujeres y hombres de esta tierra
    un otro mundo es posible
    otro mundo diferente
    justo si, y sin miedo de su gente

  5. #2385
    Join Date
    Apr 2007
    Location
    Derby, UK
    Beans
    228

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by SomeGuyDude View Post
    Conky files seem to come in two varieties: the vertical bar on either the left or the right, or the horizontal bar at the top or bottom. I'm wondering, does anyone here have a VASTLY different conky setup? I'd love to see something real art-student level.
    There's been one that had the time in the middle integrating nicely with the wallpaper. This was quite a few months back and I'm going to bed now, so I'll find it for you tomorrow

    Soon, I'm going to build a conky from scratch and try something different as well, just as soon as I'm through my exams

    PS: I would post my screenie but I'm only using a CPU and Network graph atm
    Last.fm | Linux User#449102 | Ubuntu User#15213
    NEVER type a command you don't understand eg. sudo rm -rf / or something similar
    Learn about them here or here.

  6. #2386
    Join Date
    Aug 2007
    Beans
    2,132

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by SomeGuyDude View Post
    Conky files seem to come in two varieties: the vertical bar on either the left or the right, or the horizontal bar at the top or bottom. I'm wondering, does anyone here have a VASTLY different conky setup? I'd love to see something real art-student level.
    I have mine set up in the corners...

  7. #2387
    Join Date
    Nov 2007
    Beans
    12

    Post Re: Post your .conkyrc files w/ screenshots

    This one rocks...

    background no
    font Sans:size=7
    #xftfont Sans:size=10
    use_xft yes
    xftalpha 0.9
    update_interval 1.0
    total_run_times 0
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 220 5
    maximum_width 250
    draw_shades yes
    draw_outline no
    draw_borders no
    draw_graph_borders yes
    default_color white
    default_shade_color black
    default_outline_color green
    alignment top_right
    gap_x 12
    gap_y 35
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    override_utf8_locale no
    uppercase no # set to yes if you want all text to be in uppercase

    TEXT
    ${color white}SYSTEM ${hr 1}${color}
    ${color #0077ff}$sysname $kernel $machine - $nodename
    ${color #FFE303}Uptime: $alignr$uptime${color}${color red}
    CPU: ${alignr}${freq} MHz
    Processes: ${alignr}$processes ($running_processes running)
    Load: ${alignr}$loadavg${color}${color #0077ff}

    CPU 1: ${cpu cpu1}% ${alignr}
    ${cpubar cpu1}${cpubar 4 cpu1}
    CPU 2: ${cpu cpu2}% ${alignr}
    ${cpubar cpu2}${cpubar 4 cpu2}
    ${color #0077ff}${cpugraph 000000 0077ff}
    ${color #0077ff}Proces:${color lightgrey} $processes ${color #0077ff}Run:${color lightgrey} $running_processes ${color #0077ff}CPU:${color lightgrey} ${acpitemp} C ${color lightgrey}${color #ffffff}
    Ram ${alignr}$mem / $memmax ($memperc%)
    ${membar 4}
    swap ${alignr}$swap / $swapmax ($swapperc%)
    ${swapbar 4}${color red}
    Highest CPU $alignr CPU% MEM%${color}
    ${color #ff9900}${top name 1}$alignr${top cpu 1}${top mem 1}
    ${top name 2}$alignr${top cpu 2}${top mem 2}
    ${top name 3}$alignr${top cpu 3}${top mem 3}
    ${color red}Highest MEM $alignr CPU% MEM%
    ${color #ff9900}${top_mem name 1}$alignr${top_mem cpu 1}${top_mem mem 1}
    ${top_mem name 2}$alignr${top_mem cpu 2}${top_mem mem 2}
    ${top_mem name 3}$alignr${top_mem cpu 3}${top_mem mem 3}
    ${color}${color #0077ff}Filesystem ${hr 1}${color}
    ${fs_free /} free out of ${fs_size /}
    ${fs_bar 4 /}${color}
    MUSIC ${hr 2}
    ${color e0e0e0}${exec dcop amarok player title}
    ${exec dcop amarok player artist} ${color adadad}${font Sans:size=6}${exec dcop amarok player album}
    ${exec dcop amarok player nowPlaying}
    Artist: ${exec dcop amarok player artist}
    Title: ${exec dcop amarok player title}
    Album: ${exec dcop amarok player album}
    Year: ${exec dcop amarok player year}
    Genre: ${exec dcop amarok player genre}
    ${font}${color}
    ${color white}NETWORK ${addr eth0}${hr 1}${color}
    ${color green}Down ${downspeed eth0} k/s ${color} ${color red}${alignr}Up ${upspeed eth0} k/s${color}
    ${color green}${downspeedgraph eth0 25,107 000000 00ff00} ${color} ${color red} ${alignr}${upspeedgraph eth0 25,107 000000 cc0000}${color}
    ${color green}Total ${totaldown eth0}${color} ${color red}${alignr}Total ${totalup eth0}${color}
    ${color white}WIRELESS ${addr eth1}${hr 1}${color}
    ${color green}Down ${downspeed eth1} k/s ${color} ${color red}${alignr}Up ${upspeed eth1} k/s${color}
    ${color green}${downspeedgraph eth1 25,107 000000 00ff00} ${color} ${color red} ${alignr}${upspeedgraph eth1 25,107 000000 cc0000}${color}
    ${color green}Total ${totaldown eth1}${color} ${color red}${alignr}Total ${totalup eth1 }${color}

    ${color #0077ff}Port(s)${alignr}#Connections
    ${color #0077ff}Inbound: ${color lightgrey}${tcp_portmon 1 32767 count} ${color #0077ff}Outbound: ${color lightgrey}${tcp_portmon 32768 61000 count}${alignr}${color #0077ff}Total: ${color lightgrey}${tcp_portmon 1 65535 count}

    ${color #00E5EE}WEATHER ${hr 1}
    ${execi 1800 /home/lordawesome/conkyrc/weather.sh SWXX0006}${color}



    and here is my weather.sh file

    weather.sh

  8. #2388
    Join Date
    May 2006
    Beans
    20

    Re: Post your .conkyrc files w/ screenshots

    OK, Here's mine...I have wasted time oh my....one question, does anyone know if there is a listing anywhere with the color #'s, ya know like CC000 etc...if you have any questions let me know. BTW, I know the wallpaper ain't the best but I actually took the pic so to me its pretty cool....
    Attached Images Attached Images
    Attached Files Attached Files

  9. #2389
    Join Date
    Mar 2008
    Beans
    4,714
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Post your .conkyrc files w/ screenshots

    Neat picture!

    /etc/X11/rgb.txt has common names for various RGB values. To convert from the 0--255 decimal values to hexadecimal, you can use GIMP's color selector or use the command line, something like

    Code:
    echo "obase=16;ibase=10;255" | bc
    or save this to a file called 'dec2hex'

    Code:
    #!/usr/bin/env python
    import sys
    from string import atoi
    print "%x%x%x" % tuple(map(atoi, sys.argv[1:]))
    Make it executable:

    Code:
    chmod 755 dec2hex
    then run it like this:

    Code:
    % dec2hex 123 45 67
    7b2d43
    What is the Folding Progress about? Are you doing a very long computation?
    Last edited by unutbu; May 16th, 2008 at 04:35 AM.

  10. #2390
    Join Date
    May 2006
    Beans
    20

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by unutbu View Post
    Neat picture!

    /etc/X11/rgb.txt has common names for various RGB values. To convert from the 0--255 decimal values to hexadecimal, you can use GIMP's color selector or use the command line, something like

    Code:
    echo "obase=16;ibase=10;255" | bc
    What is the Folding Progress about? Are you doing a very long computation?
    Glad you asked....http://folding.stanford.edu/ there is a ubuntu team, I have been folding for years, but my latest is this OC quad core beast..I have seen the tag line, my computer helps look for cures, how bout yours? It's a great project just looking for computers to run on, you never even know its running and in the end maybe just help find a cure.

Page 239 of 2348 FirstFirst ... 1391892292372382392402412492893397391239 ... 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
  •