Page 47 of 2348 FirstFirst ... 37454647484957971475471047 ... LastLast
Results 461 to 470 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #461
    Join Date
    Dec 2005
    Location
    Kingston, Ontario
    Beans
    1,919
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    August 08, 2007


    Code:
    # set to yes if you want Conky to be forked in the background
    background no
    
    cpu_avg_samples 2
    net_avg_samples 2
    
    out_to_console no
    
    # X font when Xft is disabled, you can pick one with program xfontsel
    #font 7x12
    #font 6x10
    #font 7x13
    #font 8x13
    #font 7x12
    #font *mintsmild.se*
    #font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
    #font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1
    
    # Use Xft?
    use_xft yes
    
    # Xft font when Xft is enabled
    #xftfont Dungeon:pixelsize=10
    #xftfont Monospace:pixelsize=10
    xftfont HandelGotD:pixelsize=12
    own_window_transparent no
    #own_window_colour hotpink
    # Text alpha when using Xft
    xftalpha 0.8
    
    on_bottom yes
    
    # mail spool
    #mail_spool $MAIL
    
    # Update interval in seconds
    update_interval 1
    # Create own window instead of using desktop (required in nautilus)
    own_window no
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    #minimum_size 280 5
    #maximum_width 150
    
    # Draw shades?
    draw_shades no
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders 10
    
    # border margins
    border_margin 4
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color grey
    default_shade_color grey
    default_outline_color black
    
    # Text alignment, other possible values are commented
    #alignment top_left
    #minimum_size 10 10
    gap_x 3
    gap_y 3
    #alignment top_right
    alignment top_left
    #alignment bottom_right13
    #alignment bottom_left
    
    # Gap between borders of screen and text
    
    # Add spaces to keep things from moving about?  This only affects certain objects.
    use_spacer no
    
    # 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
    [$nodename - $sysname $kernel on $machine]
       |
       +--system
       |    |
       |    +--date - ${time %a,} ${time %B%e, %G}
       |    +--uptime - $uptime
       |
       +--status
       |    |
       |    +--cpu1 - ${cpu cpu1}%, ${color }${cpugraph cpu1 8,60 000000  000000}
       |    +--cpu2 - ${cpu cpu2}%, ${color }${cpugraph cpu2 8,60 000000  000000}
       |    +--ram - $mem/$memmax - $memperc%
       |    +--processes
       |        |
       |        +--amount - $processes
       |        +--running - $running_processes
       |
       +--net
       |    |
       |    +--down - ${downspeed eth0} k/s ${downspeedgraph eth0 8,60 000000 000000}
       |    +--up - ${upspeed eth0} k/s ${upspeedgraph eth0 8,60 000000 000000}
       |
       +--resources
       |    |
       |    +--/  ${fs_free /}/${fs_size /}
       |    +--/home - ${fs_free /home}/${fs_size /home}
       |    +--swap - $swap/$swapmax
       |
       +--mpd
            |
            +--Artist:   $mpd_artist
            +--Title:    $mpd_title
            +--$mpd_status
            +--${mpd_bar 8,150}

  2. #462
    Join Date
    Apr 2006
    Location
    Miami, FL
    Beans
    19
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Post your .conkyrc files w/ screenshots

    your desk is very well done. could i ask what emerald/metacity theme you are using?

    very nice conky btw.
    Last edited by phaedOne; August 8th, 2007 at 04:25 AM.

  3. #463
    Join Date
    Feb 2007
    Location
    Brampton, Ontario
    Beans
    883

    Re: Post your .conkyrc files w/ screenshots

    Okay I pretty much jacked LoKe's conky as mine has been the same for a while, and it all works mint but I am trying to get my calendar to align to the right. See the image attached. I want it to the right of the white part which is the edge of a building on my WP. I have tried ${alignr} but that only aligns "August 2007" and the calendar month itself stays. Anyone?
    Attached Images Attached Images
    "For those who believe, no explanation is necessary. For those who do not, none will suffice." - Joseph Dunninger

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

    Re: Post your .conkyrc files w/ screenshots

    New install (64bit) so I brought back one of my older conkyrc's.



    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 white
    #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 10
    gap_y 10
    
    # 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 Ani:size=10}+--$nodename - running $machine
    |
    +--Date/Time
    |    |
    |   +--${time %a, } ${color }${time %B %e %G}
    |   +--${time %I:%M:%S %P}
    |
    +--System
    |    |
    |   +--Core 1 - ${cpu cpu1}%, ${color }${cpugraph cpu1 8,60 000000 000000}
    |   +--Core 2 - ${cpu cpu2}%, ${color }${cpugraph cpu2 8,60 000000 000000}
    |   +--RAM - $mem/$memmax - $memperc%
    |
    +--Network
    |    |
    |   +--Down - ${downspeed eth0} k/s ${downspeedgraph eth0 8,60 000000 000000}
    |   +--Up - ${upspeed eth0} k/s ${upspeedgraph eth0 8,60 000000 000000}
    |
    +--XMMS
    |    |
    |   +--Status: ${execi 1 cat /tmp/xmms-info | grep Status: | cut -d ":" -f2} 
    |   +--Artist: ${execi 1 xmmsctrl title | cut -d "-" -f1}
    |   +--Song : ${execi 1 xmmsctrl title | cut -d "-" -f2}
    |   +--Time : ${execi 1 xmmsctrl print %m%n} ( ${execi 1 xmmsctrl print %M%n})

  5. #465
    Join Date
    Nov 2006
    Location
    Chicago, IL
    Beans
    211
    Distro
    Ubuntu Development Release

    Smile Re: Post your .conkyrc files w/ screenshots

    This is a very old one i have here...i had been writing a script to get my gaim friends list too....but stopped halfway thru it.....
    Attached Images Attached Images
    Attached Files Attached Files

  6. #466
    Join Date
    Apr 2007
    Location
    Sydney, Australia
    Beans
    273
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Post your .conkyrc files w/ screenshots

    ok, quite a few people are using pop3_unseen. Please tell me how.

    When I use it, conky doesn't even show up - there is no error message, just a blank spot where it should be

    I either get:

    jack@jack-laptop:~$ conky
    Conky: forked to background, pid is 21332


    OR

    jack@jack-laptop:~$ conky
    Conky: forked to background, pid is 21376
    jack@jack-laptop:~$
    Conky: desktop window (1000061) is subwindow of root window (4d)
    Conky: window type - override
    Conky: drawing to created window (1a00002)

    Please help

    here is my conkyrc:

    Code:
    update_interval 2.0
    background yes
    
    # 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 is yes, these window manager hints may be used
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    double_buffer yes
    
    use_xft yes
    override_utf8_locale no
    xftfont Dejavu Sans:size=9
    xftalpha 0.8
    draw_shades no
    draw_outline no
    draw_borders no
    uppercase no
    use_spacer no
    
    border_margin 9
    border_width 0
    
    default_color black
    default_outline_color black		
    
    alignment top_right
    
    gap_x 5
    gap_y 25
    
    TEXT
    ${alignr}cpu ${cpu}% | ram ${memperc}%
    ${alignr}swap $swapperc% | disk ${fs_used_perc}%
    ${alignr}down ${downspeed eth0}k/s | up ${upspeed eth0}k/s
    ${alignr}IP ${addr eth0}
    mail: ${pop3_unseen mail.server.com.au username@server.com.au pass [-i] [-p]}

  7. #467
    Join Date
    Jul 2006
    Beans
    1,152

    Re: Post your .conkyrc files w/ screenshots

    Is it possible to have only lowercase characters in conky? I know of the parameter 'uppercase', but when I tried adding a 'lowercase yes' entry, i get a "no such configuration: 'lowercase'" error message (in the terminal).

  8. #468
    Join Date
    Dec 2005
    Location
    Kingston, Ontario
    Beans
    1,919
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    uppercase no

  9. #469
    Join Date
    Aug 2007
    Location
    South Africa
    Beans
    11
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Post your .conkyrc files w/ screenshots

    Here's my .conkyrc and screenshot. The Cover Art is the "NowPlaying" screenlet.
    Music Player is the wonderful Exaile.
    Image in bottom panel is wallpaper-tray, a nice wallpaper changer.

    Thanks for Viewing.

    Screenshot and .conkrc attached.

    Screenshot.jpg

    conkyrc.tar.gz

  10. #470
    Join Date
    Mar 2007
    Location
    South Africa
    Beans
    19
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Re: Post your .conkyrc files w/ screenshots

    Hi
    I have got my conky setup the way I like, but my desktop icons disappear when using conky (under KDE).
    How do I get them to display?

    Any help?

    EDIT........OK now, sorted out, ty (read the entire thread )

    PHP Code:
    # Ubuntu - Chris
    # 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 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 Trebuchet MS: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 3.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 no

    # If own_window is yes, you may use type normal, desktop or override
    # own_window_type normal

    # 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 220 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 no

    # Stippled borders?
    stippled_borders 8

    # border margins
    border_margin 4

    # 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 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 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


    ${color green}Kernel: ${color}$sysname $kernel ${color green}on ${color}$machine
    ${color red}$hr
    ${color green}Date: ${color}${time %a,}${color}${time %%%G}
    ${
    color green}Time: ${color}${color}${time %H:%M:%S}, ${time %Z}
    ${
    color green}Uptime: ${color}$uptime
    ${color green}Load: ${color}$loadavg
    ${color green}CPU Usage:${color$cpu%
    ${
    color}${cpugraph 0000ff ff0000}
    ${
    color green}Processes:$color $processes  ${color green}Running:$color $running_processes
    ${color green}RAM Usage:$color $mem/$memmax $memperc
    ${
    membar}
    ${
    color green}Swap Usage:$color $swap/$swapmax $swapperc%
    ${
    swapbar
    ${
    color green}Root$color${fs_used /}/${fs_size /} 
    ${
    fs_bar /}
    ${
    color green}Data (sda2): ${color}${fs_used /home/chris/sda2-data}/${fs_size /home/chris/sda2-data}
    ${
    fs_bar /home/chris/sda2-data}
    ${
    color green}Spare (sdb3): ${color}${fs_used /home/chris/sdb3-spare}/${fs_size /home/chris/sdb3-spare}
    ${
    fs_bar /home/chris/sdb3-spare}
    ${
    color green}Ethernet: ${color}${addr eth0}
    ${
    color green}Internet: ${color}${addr ppp0}
    ${
    color green}Downspeed: ${color}${downspeed eth0kB/s${color lightgrey} ${offset 80}
    ${
    color}${downspeedgraph ppp0 0000ff ff0000 50}
    ${
    color green}Down: ${color}${totaldown ppp0}${color green}   Up: ${color}${totalup ppp0
    Last edited by cookieforyou; August 8th, 2007 at 09:42 PM. Reason: added .conkyrc file

Page 47 of 2348 FirstFirst ... 37454647484957971475471047 ... 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
  •