Page 19 of 2348 FirstFirst ... 9171819202129691195191019 ... LastLast
Results 181 to 190 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #181
    Join Date
    Mar 2007
    Location
    Pensacola, Fl
    Beans
    1,055
    Distro
    Xubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Ive got one post on here with my Gnome DE and Conky. This is KDE with Conky setup for dual cores, etc.

    I still cant get conky to be transparent unless I change the background once after bootup. Ive given up.. noone seems to have any ideas

    Enjoy,,,

    **EDIT** See text attachment below for conkyrc text...
    Attached Images Attached Images
    Last edited by GSF1200S; May 5th, 2007 at 11:59 AM.
    Stop Trusted Computing! http://www.cl.cam.ac.uk/~rja14/tcpa-faq.html
    Asus Rampage 2 Extreme/2.66GHz i7 Quad/6GB DDR3 1600MHz 8-8-8-24/2x Nvidia 9800GTX+
    2x150GB 10krpm HD/2x1TB 7200RPM HD/3ware RAID/
    Xubuntu 11.04/Arch Linux/Gentoo Linux/Fedora

  2. #182
    Join Date
    Mar 2007
    Location
    Pensacola, Fl
    Beans
    1,055
    Distro
    Xubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    The conky text...
    Attached Files Attached Files
    Stop Trusted Computing! http://www.cl.cam.ac.uk/~rja14/tcpa-faq.html
    Asus Rampage 2 Extreme/2.66GHz i7 Quad/6GB DDR3 1600MHz 8-8-8-24/2x Nvidia 9800GTX+
    2x150GB 10krpm HD/2x1TB 7200RPM HD/3ware RAID/
    Xubuntu 11.04/Arch Linux/Gentoo Linux/Fedora

  3. #183
    Join Date
    May 2006
    Beans
    1,896

    Re: Post your .conkyrc files w/ screenshots

    New install, new conky



    #avoid flicker
    double_buffer yes
    #own window to run simultanious 2 or more conkys
    own_window yes
    own_window_transparent yes
    own_window_type normal
    own_window_hints undecorate,skip_taskbar,skip_pager
    #borders
    draw_borders no
    #shades
    draw_shades no
    #position
    gap_x 20
    gap_y 40
    alignment top_right
    #behaviour
    update_interval 3
    #colour
    default_color bfbfbf
    #font
    use_xft yes
    xftfont Sans:size=10
    #to prevent window from moving
    use_spacer no
    TEXT
    ${color FFFFFF} Core1: ${color 95956B}${font}${cpu cpu1}% ${color FFFFFF}Core2: ${color 95956B}${font}${cpu cpu2}% ${color FFFFFF} Mem: ${color 95956B}${font}${mem} ${color FFFFFF} ${color FFFFFF} Up: ${color 95956B}${font}${uptime_short}${color FFFFFF}
    Short & sweet

    PS. I wanted to include the cpu temp. Having lm-sensors installed & set up I used, "${i2c temp 2}" as I do in Zenwalk. This didn't work, am I missing something?
    Last edited by ahaslam; May 5th, 2007 at 12:22 PM. Reason: Post Script

  4. #184
    Join Date
    Feb 2007
    Location
    Cincinnati, OH
    Beans
    1,433

    Re: Post your .conkyrc files w/ screenshots



    Here are my 3 conky configs. =]

    .conkyrc
    Code:
    # conky config
    # edited by notwen @ efnet
    
    # set to yes if you want Conky to be forked in the background
    background 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-*-*-*-*-*-*-*
    
    
    # Use Xft?
    use_xft yes
    
    # Xft font when Xft is enabled
    #xftfont Bitstream Vera Sans Mono:size=8
    xftfont Terminus:size=8
    
    # Text alpha when using Xft
    xftalpha 0.8
    
    # Print everything to console?
    # out_to_console no
    
    # mail spool
    #mail_spool $MAIL
    
    # 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 (required in nautilus)
    own_window yes
    
    # If own_window is yes, you may use type normal, desktop or override
    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 130 5
    
    # Draw shades?
    draw_shades yes
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders 5
    
    # border margins
    border_margin 5
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color white
    default_shade_color black
    default_outline_color white
    
    # 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
    # same thing as passing -x at command line
    gap_x 12
    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
    
    # 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 yes
    #Note: doesn't work in conky 1.2 =(
    
    TEXT
    
    ${color slate grey}$nodename - $freq_dyn_g ghz
    ${color slate grey}linux $kernel
    
    ${color slate grey}uptime: ${color }$uptime
    
    ${color slate grey}cpu:${color } $cpu% 
    ${cpugraph 20,130 000000 ffffff}
    ${color slate grey}proc: ${color } $running_processes ${color slate grey}/${color }$processes
    ${color slate grey}load: ${color }$loadavg
    ${color slate grey}mem: ${color } $mem/$memmax 
    ${membar 3,130} 
    ${color slate grey}swap: ${color } $swap/$swapmax  
    ${swapbar 3,130} 
    
    ${color slate grey}net: ${alignr}total:
    ${color}down: ${color }${downspeed eth0}k/s ${alignr}${totaldown eth0}
    ${downspeedgraph eth0 20,130 000000 ffffff}
    ${color}up: ${color }${upspeed eth0}k/s ${alignr}${totalup eth0}
    ${upspeedgraph eth0 20,130 000000 ffffff}
    
    ${color slate grey}hdd${color }: ${alignr}${color slate grey}free${color }/${color slate grey}total${color }:
    ${color slate grey}/${alignr}$color${fs_free /}${color slate grey}/${color }${fs_size /}
    ${color }${fs_bar 3,130 /} 
    ${color slate grey}/home${alignr}$color${fs_free /home}${color slate grey}/${color }${fs_size /home}
    ${color }${fs_bar 3,130 /home} 
    ${color slate grey}s01${alignr}$color${fs_free /media/sda1}${color slate grey}/${color }${fs_size /media/sda1}
    ${color }${fs_bar 3,130 /media/sda1} 
    ${color slate grey}s02${alignr}$color${fs_free /media/sdb2}${color slate grey}/${color }${fs_size /media/sdb2}
    ${color }${fs_bar 3,130 /media/sdb2} 
    ${color slate grey}share${alignr}$color${fs_free /media/sdb1}${color slate grey}/${color }${fs_size /media/sdb1}
    ${color }${fs_bar 3,130 /media/sdb1}
    .conkyaud
    Code:
    # conky config
    # edited by notwen @ efnet
    
    # set to yes if you want Conky to be forked in the background
    background 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-*-*-*-*-*-*-*
    
    
    # Use Xft?
    use_xft yes
    
    # Xft font when Xft is enabled
    #xftfont Bitstream Vera Sans Mono:size=8
    xftfont Terminus:size=8
    
    # Text alpha when using Xft
    xftalpha 0.8
    
    # Print everything to console?
    # out_to_console no
    
    # mail spool
    #mail_spool $MAIL
    
    # 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 (required in nautilus)
    own_window yes
    
    # If own_window is yes, you may use type normal, desktop or override
    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 130 5
    
    # Draw shades?
    draw_shades yes
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders 5
    
    # border margins
    border_margin 5
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color white
    default_shade_color black
    default_outline_color white
    
    # 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
    # same thing as passing -x at command line
    gap_x 12
    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
    
    # 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 yes
    #Note: doesn't work in conky 1.2 =
    
    TEXT
    ${color slate grey}audacious: 
    ${color }$audacious_title
    ${color }${audacious_bar 3,105}
    ${color }$audacious_status ${color slate grey}- ${color }${audacious_position}${color slate grey}/${color }${audacious_length} ${color slate grey}
    .conkytime
    Code:
    # conky config
    # edited by notwen @ efnet
    
    # set to yes if you want Conky to be forked in the background
    background 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-*-*-*-*-*-*-*
    
    
    # Use Xft?
    use_xft yes
    
    # Xft font when Xft is enabled
    #xftfont Bitstream Vera Sans Mono:size=8
    xftfont Terminus:size=8
    
    # Text alpha when using Xft
    xftalpha 0.8
    
    # Print everything to console?
    # out_to_console no
    
    # mail spool
    #mail_spool $MAIL
    
    # 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 (required in nautilus)
    own_window yes
    
    # If own_window is yes, you may use type normal, desktop or override
    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 130 5
    
    # Draw shades?
    draw_shades yes
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders 5
    
    # border margins
    border_margin 5
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color white
    default_shade_color black
    default_outline_color white
    
    # 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
    # same thing as passing -x at command line
    gap_x 12
    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
    
    # 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 yes
    #Note: doesn't work in conky 1.2 =(
    
    TEXT
    ${font Dejavu Sans:bold:size=12}${alignr}${color }${time %I:%M %P}
    ${font Dejavu Sans:bold:size=8}${alignr}${color }${time %a.} ${time %B %e, %G}
    Quote Originally Posted by *snip*
    I love it when people stop trying to help me and I just uninstall ubuntu because of it . . .

  5. #185
    Join Date
    Jan 2007
    Location
    Denmark
    Beans
    115

    Re: Post your .conkyrc files w/ screenshots

    ...
    Last edited by b9anders; May 7th, 2007 at 11:35 AM.
    Learning Linux - my blog about getting to the bottom of my Debian system.

  6. #186
    Join Date
    Mar 2007
    Beans
    111

    Re: Post your .conkyrc files w/ screenshots

    does anyone know how to make the time in conky display in 12 hour format instead of 24 hour format?

  7. #187
    Join Date
    Feb 2007
    Location
    Cincinnati, OH
    Beans
    1,433

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by jputman01 View Post
    does anyone know how to make the time in conky display in 12 hour format instead of 24 hour format?
    Copy the code from my .conkytime config 2 posts up. =] You can reference the screen shot in the bottom right hand corner to see what the output looks like.
    Quote Originally Posted by *snip*
    I love it when people stop trying to help me and I just uninstall ubuntu because of it . . .

  8. #188
    Join Date
    Mar 2007
    Beans
    111

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by notwen View Post
    Copy the code from my .conkytime config 2 posts up. =] You can reference the screen shot in the bottom right hand corner to see what the output looks like.

    great, thanks for the help!!

  9. #189
    Join Date
    Feb 2007
    Location
    Montreal, Canada
    Beans
    191

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by notwen View Post
    Here are my 3 conky configs. =]
    3 conky on the same desktop!! I would be very interested to learn how to do that.

  10. #190
    Join Date
    Mar 2007
    Location
    Texas, USA
    Beans
    314
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Post your .conkyrc files w/ screenshots

    Wow, conky is addictive! I started with Anonii's conky.rc file, used the gmail and weather scripts from Freak's Playground, added Rhythmbox thanks to reclusivemonkey, and hopefully now I can stop editing for awhile.. must.. stop.. editing.. conkyrc...

    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_hints undecorated,below,skip_taskbar,skip_pager
    own_window_colour black
    own_window_transparent yes
    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 177 1	
    maximum_width 177
    
    # Draw shades?
    draw_shades yes
    
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # Stippled borders?
    stippled_borders 6
    
    # border margins
    border_margin 2
    
    # border width
    border_width 1
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color white
    default_shade_color black
    default_outline_color white
    
    # 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 0
    gap_y 30
    
    # stuff after 'TEXT' will be formatted on screen
    
    override_utf8_locale no
    xftfont Terminus:size=11
    xftalpha 0.8
    
    TEXT
    ${color #9933ff}$stippled_hr
    ${color #3399FF}Kern: ${color lightgrey}$kernel
    ${color #3399FF}UpTime: ${color lightgrey}$uptime
    ${color #9933ff}$stippled_hr
    ${color #3399FF}CPU:${color lightgrey} $cpu% ${execi 90 sensors | grep "CPU Temp:" | cut -c12-16 ;}C
    ${color hot pink}${cpubar 7,100}
    ${color #9933ff}$stippled_hr
    ${color #3399FF}Processing:
    ${color #00CC00} ${top name 1}${top cpu 1}
    ${color lightgrey} ${top name 2}${top cpu 2}
    ${color lightgrey} ${top name 3}${top cpu 3}
    ${color lightgrey} ${top name 4}${top cpu 4}
    ${color #9933ff}$stippled_hr
    ${color #3399FF}RAM: ${color lightgrey}$memperc%
    ${color hot pink}${membar 7,100}
    ${color #9933ff}$stippled_hr
    ${color #3399FF}Memory:
    ${color #00CC00} ${top_mem name 1}${top_mem mem 1}
    ${color lightgrey} ${top_mem name 2}${top_mem mem 2}
    ${color lightgrey} ${top_mem name 3}${top_mem mem 3}
    ${color lightgrey} ${top_mem name 4}${top_mem mem 4}
    ${color #9933ff}$stippled_hr
    ${color #3399FF}Root: ${color lightgrey}${fs_free /}
    ${color hot pink}${fs_bar 7,100 /}
    ${color #3399FF}Saved: ${color lightgrey}${fs_free /media/Saved}
    ${color hot pink}${fs_bar 7,100 /media/Saved}
    ${color #3399FF}OldDrive: ${color lightgrey}${fs_free /media/OldDrive}
    ${color hot pink}${fs_bar 7,100 /media/OldDrive}
    ${color #9933ff}$stippled_hr
    ${color #3399FF}Rhythmbox:
    ${color lightgrey}${exec rhythmbox-client --no-start --print-playing}
    ${color #9933ff}$stippled_hr
    ${color #3399FF}GMail:
    ${color orange}${texeci 300 python /home/portis/.conky_scripts/gmail.py}
    ${color #9933ff}$stippled_hr
    ${color #3399FF}Weather:
    ${color lightgrey}${execi 3600 /home/portis/.conky_scripts/weather.sh}
    ${color #9933ff}$stippled_hr
    ${color #3399FF}Internet:
    ${color lightgrey}${addr eth0}
    ${color #3399FF}U: ${color lightgrey}${upspeed eth0}kbs
    ${color #3399FF}D: ${color lightgrey}${downspeed eth0}kbs
    ${color #9933ff}$stippled_hr
    Attached Images Attached Images
    “Man has such a predilection for systems and abstract deductions that he is ready to distort the truth intentionally, he is ready to deny the evidence of his senses only to justify his logic." - Dostoevsky

Page 19 of 2348 FirstFirst ... 9171819202129691195191019 ... 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
  •