Page 38 of 2348 FirstFirst ... 28363738394048881385381038 ... LastLast
Results 371 to 380 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #371
    Join Date
    Apr 2007
    Beans
    1

    Talking Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by corney91 View Post
    According to the manpage,
    Code:
    cal -m
    should make monday the first day of the week monday so in your case cal -3 becomes cal -3m.
    corney91.. many thanks to you..its working now

    Here is my new setting...
    Code:
    ${color steel blue}CALENDAR ${hr 2}$color
    ${execi 60 cal -3m | cut -c23-64}
    Thanks.

  2. #372
    Join Date
    Feb 2007
    Location
    Adelaide, Australia
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Basis for mine was posted early on in the thread (thanks all)

    Code:
    background yes
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    use_spacer yes
    use_xft yes
    xftfont HandelGotD:size=8
    xftalpha 0.5
    update_interval 2.0
    draw_shades yes
    draw_outline no # amplifies text if yes
    draw_borders no
    uppercase no # set to yes if you want all text to be in uppercase
    stippled_borders 3
    border_margin 4
    border_width 1
    default_color white
    own_window_colour brown
    own_window_transparent yes
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    gap_x 10
    gap_y 10
    
    TEXT
    ${color red}SYSTEM ${hr 1}$color
    ${color white}${color green}[${color white}$nodename${color green}]:
    ${color white}$sysname $kernel Uptime: $uptime
    
    ${color red}CPU ${hr 1}$color
    ${color green}Load: ${color white}${loadavg}   ${color green}Temp: ${color white}${acpitempf}F ${color green}
    ${color green}Processes: ${color white}$processes	${color green}Running: ${color white}$running_processes
    ${color green}CPU Load: ${color white}${cpu}%
    ${cpugraph 00ff00 ffffff}
    ${color green}NAME             $alignr PID       CPU%      MEM%${color white}
    ${color #ffff00}${top name 1} $alignr ${top pid 1} ${top cpu 1}    ${top mem 1}${color white}
    ${top name 2} $alignr ${top pid 2} ${top cpu 2}    ${top mem 2}
    ${top name 3} $alignr ${top pid 3} ${top cpu 3}    ${top mem 3}
    ${top name 4} $alignr ${top pid 4} ${top cpu 4}    ${top mem 4}
    ${top name 5} $alignr ${top pid 5} ${top cpu 5}    ${top mem 5}
    ${top name 6} $alignr ${top pid 6} ${top cpu 6}    ${top mem 6}
    
    ${color red}MEMORY / DISK ${hr 1}$color
    ${color green}RAM :  ${color white}$memperc% ${color green}(${color white}${mem} / ${memmax}${color green})
    ${color green}Swap:  ${color white}$swapperc% ${color green}(${color white}${swap} / ${swapmax}${color green})
    ${color green}DiskIO:${color white}${diskio}
    ${diskiograph 00ff00 ffffff}
    ${color green}Root:  ${color white}${fs_free_perc /}% ${alignr}${color green}(${color white}${fs_used /} / ${fs_size /}${color green})
    ${color green}Home:  ${color white}${fs_free_perc /home}% ${alignr}${color green}(${color white}${fs_used /home} / ${fs_size /home}${color green})
    ${color green}XP:  ${color white}${fs_free_perc /media/hda1}%${alignr} ${color green}(${color white}${fs_used /media/hda1} / ${fs_size /media/hda1}${color green})
    ${color green}XP Storage:  ${color white}${fs_free_perc /media/hdb1}% ${alignr}${color green}(${color white}${fs_used /media/hdb1} / ${fs_size /media/hdb1}${color green})
    
    ${color red}NETWORK (${addr eth0}) ${hr 1}$color
    ${color green}Down: ${color white}${downspeed eth0}k/s ${alignr}${color green}Up: ${color white}${upspeed eth0}k/s
    ${downspeedgraph eth0 25,140 ff0000 00ff00} ${alignr}${upspeedgraph eth0 
    25,140 00ff00 ff0000}
    ${color green}Total: ${color white}${totaldown eth0} ${alignr}${color green}Total: ${color white}${totalup eth0}
    ${color green}Inbound: ${color white}${tcp_portmon 1 32767 count} ${color green}Outbound: ${color white}${tcp_portmon 32768 
    61000 count}${alignr}${color green}Total: ${color white}${tcp_portmon 1 65535 count}
    ${color green}Connections ${color white}${tcp_portmon 32768 61000 count}
    Attached Images Attached Images
    AMD Athlon 3000 @2.0Ghz / MSI K8T Neo K8T800 / 2 GB Corsair DDR RAM / Nvidia GeForce 6600GT (256MB) / Samsung 226BW @ 1600x1050 / 120GB/320GB PATA.

  3. #373
    Join Date
    Aug 2006
    Beans
    7
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Main goal of my conky: not a danm rectangle.
    Result:
    Code:
    # *No longer the* Conky sample 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.
    
    # set to yes if you want Conky to be forked in the background
    background no
    
    # X font when Xft is disabled, you can pick one with program xfontsel
    #font 5x7
    #font 6x10
    #font 7x13
    #font 8x13
    #font 9x15
    #font *mintsmild.se*
    #font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
    
    # Use Xft?
    use_xft yes
    
    # Xft font when Xft is enabled
    xftfont Bitstream Vera Sans Mono:size=8
    
    # Text alpha when using Xft
    xftalpha 0.8
    
    # Print everything to stdout?
    # out_to_console no
    
    # MPD host/port
    # mpd_host localhost
    # mpd_port 6600
    # mpd_password tinker_bell
    
    # Print everything to console?
    # out_to_console no
    
    # mail spool
    mail_spool $MAIL
    
    # Update interval in seconds
    update_interval 5.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 (required in nautilus)
    own_window yes
    
    # If own_window is yes, you may use type normal, desktop or override
    #options are: normal, desktop, override, utility
    own_window_type override
    
    # Use pseudo transparency with own_window?
    own_window_transparent yes
    
    # If own_window_transparent is set to no, you can set the background colour here
    own_window_colour hotpink
    
    # 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 (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    minimum_size 280 5
    
    # Draw shades?
    draw_shades yes
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Draw borders around graphs
    draw_graph_borders yes
    
    # Stippled borders?
    stippled_borders 4
    
    # border margins
    border_margin 10
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color white
    default_shade_color black
    default_outline_color black
    
    # 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 12
    gap_y 2
    
    # 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
    
    # number of net samples to average
    # set to 1 to disable averaging
    net_avg_samples 2
    
    # Force UTF8? note that UTF8 support required XFT
    override_utf8_locale no
    
    # Add spaces to keep things from moving about?  This only affects certain objects.
    use_spacer no
    
    # Allow each port monitor to track at most this many connections (if 0 or not set, default is 256)
    #max_port_monitor_connections 256
    
    # Maximum number of special things, e.g. fonts, offsets, aligns, etc.
    #max_specials 512
    
    # Maximum size of buffer for user text, i.e. below TEXT line.
    #max_user_text 16384
    
    # variable is given either in format $variable or in ${variable}. Latter
    # allows characters right after the variable and must be used in network
    # stuff because of an argument
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    ${font samanata}${offset 1647}
    ${font samanata:size=20}${time %b %d %y} ${alignr} ${time %l:%M %p}${font samanata:size=12}
    CPU @ ${freq_g}GHz | Load: $cpu% | Uptime: $uptime ${alignr} Wireless:  Down: ${downspeed ath0}k/s  ${totaldown ath0} | Up: ${upspeed ath0}k/s  ${totalup ath0}
    And for the more visual people:


    I used offset to get conky to stretch across the whole screen (if you use it you may need to change ${offset 1647} to a number that fits your screen).
    Last edited by camtech; July 2nd, 2008 at 08:15 PM. Reason: fixed screenshot link

  4. #374
    Join Date
    Feb 2007
    Location
    Louisiana, USA
    Beans
    88
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    I tried adding this:

    Code:
    ${color orange}SENSORS ${hr 2}$color
    ${color lightgrey} CPU :${color green} ${i2c temp 2}°C / ${i2c tempf 2}°F${alignr}${color lightgrey}Voltage: ${color green}+${i2c vol 2}
    ${color lightgrey} MB :${color green} ${i2c temp 1}°C / ${i2c tempf 1}°F${alignr}${color lightgrey}Voltage: ${color green}+${i2c vol 1}
    ${color lightgrey} CPU Fan :${color green} ${i2c fan 2} rpm${alignr}${color lightgrey} Pwr Fan :${color green} ${i2c fan 1} rpm
    ${color lightgrey} Cha Fan :${color green} ${i2c fan 3} rpm
    from jedinyt's .conkyrc, and got all zeroes. I was wondering if anybody had any hints on where to find the proper variables to display this information.

    Thanks,
    Hal

  5. #375
    Join Date
    Oct 2005
    Location
    UK
    Beans
    521
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Post your .conkyrc files w/ screenshots

    Ok, new set-up. Took me a while to get it like this.

    Openbox 3.4 in Zenwalk Linux, with Dyne GTK and openbox themes, by Lyrae. I have tried to match conky's colours to the dyne ones.



    Code:
    double_buffer yes
    update_interval 3.0
    background yes
    
    own_window yes
    own_window_colour 303030
    own_window_hints undecorated,sticky,below,skip_taskbar,skip_pager
    own_window_type normal
    use_xft yes
    override_utf8_locale no
    xftfont Liberation Sans:size=9
    xftalpha 0.8
    
    border_margin 6
    border_width 1
    
    default_color c0c0c0
    default_outline_color black
    
    alignment bottom_left
    minimum_size 1262
    gap_x 9
    gap_y 9
    
    TEXT
    ${font Liberation Sans:bold:size=22}${time %H:%M}${font}${voffset -14}${alignr}${font Liberation Sans:italic:size=9}Down: ${downspeed eth0}Kb/s | Up ${upspeed eth0}Kb/s
    ${alignr}${font Liberation Sans:italic:size=9}${exec ddate}
    "Of all the things I've lost, I miss my mind the most " -- Ozzy Osbourne

  6. #376
    Join Date
    Jun 2007
    Location
    Shreveport, Louisiana
    Beans
    346
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    camtech,

    I love the background. Its simple but very sleek at the same time. Could you post a link to a location so i can get it?
    Thanks
    Intel Q6600 - 2.4GHz, 2x2GB RAM, nVidia GeForce GTX 260, SoundBlaster Audigy SE 7.1
    Dual-boot: Windows 7 64-bit & Ubuntu 10.04

  7. #377
    Join Date
    May 2007
    Location
    Washington
    Beans
    911

    Re: Post your .conkyrc files w/ screenshots

    The wallpaper doesn't fit at the moment. I just couldn't wait for my second monitor to arrive tomorrow.

    Code:
    # UBUNTU-CONKY
    # A comprehensive conky script, configured for use on
    # Ubuntu / Debian Gnome, without the need for any external scripts.
    #
    # Based on conky-jc and the default .conkyrc.
    # INCLUDES:
    # - tail of /var/log/messages 
    # - netstat connections to your computer
    #
    # -- Pengo (conky@pengo.us)
    #
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_hints undecorated,below,skip_taskbar
    background no
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # fiddle with window
    use_spacer yes
    use_xft yes
    
    # Update interval in seconds
    update_interval 3.0
    
    # Minimum size of text area
    minimum_size 400 5
    
    # Draw shades?
    draw_shades yes
    
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    
    uppercase no # set to yes if you want all text to be in uppercase
    
    draw_graph_borders no
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color white
    default_shade_color black
    default_outline_color white
    
    own_window_colour brown
    own_window_transparent yes
    
    # 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 10
    gap_y 10
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_hints undecorated,below,skip_taskbar
    own_window_type override
    
    # stuff after 'TEXT' will be formatted on screen
    
    override_utf8_locale no
    xftfont Terminus:size=8
    xftalpha 0.8
    TEXT
    
    ${color #000000}${time %a, } ${color }${time %B %e %G}
    ${color #000000}${time %Z,    }${color }${time %I:%M %P}
    
    ${color #000000}CPU:
    ${color #000000}Intel Duo Core 	  ${freq_g}
    ${cpugraph cpu0 16,130 000000 ffffff}
    
    ${color #000000}Memory:
    ${color #ffffff}$mem / $memmax   $memperc%
    ${membar 10,130}
    
    ${color #000000}Network:
    ${color #000000}Up: ${color }${upspeed eth0} k/s
    ${color #000000}${upspeedgraph eth0 20,130 000000 ffffff}
    ${color #000000}Down: ${color }${downspeed eth0}k/s${color}
    ${color #000000}${downspeedgraph eth0 20,130 000000 ffffff}
    
    ${color #000000}Weather:
    ${color #000000}${execi 300 /home/shawn/.local/weather.sh 98374}
    
    ${color #000000}GMail:
    ${color #000000}${texeci 300 python /home/shawn/.local/gmail.py}
    Attached Images Attached Images

  8. #378
    Join Date
    May 2005
    Location
    Cydonia
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Post your .conkyrc files w/ screenshots

    This is borrowed heavily from the_necrocide's config, but with a couple of my own changes.

    Code:
    # UBUNTU-CONKY
    # A comprehensive conky script, configured for use on
    # Ubuntu / Debian Gnome, without the need for any external scripts.
    #
    # Based on conky-jc and the default .conkyrc.
    # INCLUDES:
    # - tail of /var/log/messages 
    # - netstat connections to your computer
    #
    # -- Pengo (conky@pengo.us)
    #
    
    # Create own window instead of using desktop (required in nautilus)
    #own_window yes
    #own_window_type override
    #own_window_transparent yes
    #own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # fiddle with window
    use_spacer yes
    use_xft yes
    
    # X font when Xft is disabled, you can pick one with program xfontsel
    #font 5x7
    #font 6x10
    #font 7x13
    #font 8x13
    font 9x15
    #font *mintsmild.se*
    #font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
    
    
    # Xft font when Xft is enabled
    #xftfont Purisa:size=9
    xftfont Bitstream Vera Sans Mono:size=9
    
    # Text alpha when using Xft
    xftalpha 1
    
    # Update interval in seconds
    update_interval 1
    
    # Minimum size of text area
    # minimum_size 250 5
    maximum_width 320
    
    # Draw shades?
    draw_shades yes
    
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 9
    
    # border width
    border_width 10
    
    #show borders around the graphs
    draw_graph_borders no
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color grey
    
    # 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 12
    gap_y 32
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    ${color #4B262B}OPERATING SYSTEM ${color #4B262B}${hr 0.5}
    ${color #5E733A}PC: ${color #809C4F}$nodename $sysname  
    ${color #5E733A}Uptime: ${color #809C4F} $uptime - ${color #5E733A}Load: ${color #809C4F}$loadavg ${color #809C4F}  
    ${color #5E733A}Processes: ${color #809C4F} $processes  ${color #5E733A}Running: ${color #809C4F} $running_processes
    ${color #4B262B}CPU: ${color #4B262B}${hr 0.5}
    ${color #5E733A}${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'}
    ${color #5E733A}Core : ${cpu cpu0}% ${color #5E733A}${cpubar cpu1}$color
    ${cpugraph 3E4C26 3E4C26}
    ${color #5E733A}USAGE ${alignr}PID     CPU%   MEM%
    ${color #5E733A} ${top name 1}${alignr}${top pid 1} ${top cpu 1} ${top mem 1}
    ${color #809C4F} ${top name 2}${alignr}${top pid 2} ${top cpu 2} ${top mem 2}
    ${color #809C4F} ${top name 3}${alignr}${top pid 3} ${top cpu 3} ${top mem 3}
    
    ${color #4B262B}MEMORY: ${color #4B262B}${hr 0.5}
    ${color #5E733A}RAM: ${color #809C4F} $mem/$memmax - $memperc% ${color #5E733A}${alignr}${membar 5,110} 
    ${color #5E733A}SWP: ${color #809C4F} $swap/$swapmax - $swapperc% ${color #5E733A}${alignr}${swapbar 5,110}
    ${color #5E733A}USAGE ${alignr}PID     CPU%   MEM%
    ${color #5E733A} ${top_mem name 1}${alignr}${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
    ${color #809C4F} ${top_mem name 2}${alignr}${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
    ${color #809C4F} ${top_mem name 3}${alignr}${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
    
    ${color #4B262B}HARDDISKS: ${color #4B262B}${hr 0.5}
    ${diskiograph 3E4C26 3E4C26}
    ${color #5E733A}/ ${alignr}${color #809C4F}${fs_used /}/${fs_size /}  ${alignr}${color #5E733A}${fs_bar 5,120 /}
    ${color #5E733A}kim ${alignr}${if_mounted /home}${color #809C4F}${fs_used /home}/${fs_size /home} ${alignr}${color #5E733A}${fs_bar 5,120 /home} $else ${color #809C4F}${alignr} Not Mounted $endif
    
    ${color #4B262B}NETWORK: ${color  #4B262B}${hr 0.5} 
    ${color #5E733A}Down:${color #809C4F} ${downspeed eth1} k/s ${alignr}${color #5E733A}Up:${color #809C4F} ${upspeed eth1} k/s 
    ${color #5E733A}Total Download: ${color #809C4F}${totaldown eth1} ${alignr}${color #5E733A}Total Upload: ${color #809C4F}${totalup eth1}
    
    ${color #4B262B}NOW PLAYING: ${color #4B262B}${hr 0.5}
    ${color #5E733A}$audacious_title
    ${color #5E733A}${audacious_bar 3,105}
    ${color #5E733A}$audacious_status ${color #809C4F}- ${color #5E733A}${audacious_position}${color #809C4F}/${color #5E733A}${audacious_length}
    For "Now Playing" to work you need Conky compiled with Audacious support. I got mine here.
    Attached Images Attached Images
    Last edited by picpak; July 17th, 2007 at 08:40 PM.

  9. #379
    Join Date
    Jun 2007
    Location
    Durian Central
    Beans
    502
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Post your .conkyrc files w/ screenshots

    Is there an alternative to acpitemp? I have lm sensors working but the temp on conky is still 0...
    [AMD AthlonX2 4000,Emaxx MCP61S-AVL,2GB Geil,7300GT 512MB,160GB]
    [Toshiba Satellite A505-S6965,Core2 P7350 2.0GHz,4GB RAM,200GB HDD]
    [Sony Vaio VGN-CR35G,Core2 T8100 2.10GHz,2GB RAM,200GB HDD]

  10. #380
    Join Date
    Feb 2007
    Location
    Brampton, Ontario
    Beans
    883

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Nessa View Post
    Is there an alternative to acpitemp? I have lm sensors working but the temp on conky is still 0...
    I had that, try:

    Code:
    ${i2c 9191-0290 temp 1}
    for mobo, and:

    Code:
    ${i2c 9191-0290 temp 2}
    for CPU.
    "For those who believe, no explanation is necessary. For those who do not, none will suffice." - Joseph Dunninger

Page 38 of 2348 FirstFirst ... 28363738394048881385381038 ... 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
  •