Page 58 of 2348 FirstFirst ... 8485657585960681081585581058 ... LastLast
Results 571 to 580 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #571
    Join Date
    May 2007
    Location
    Philadelphia
    Beans
    Hidden!
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Post your .conkyrc files w/ screenshots

    Does anyone know why the numbers and letters aren't replaced it updates? Like when the CPU monitor goes from 5 % to 6 %, the 6 is displayed overtop the 5.

    Great thread, though.

  2. #572
    Join Date
    Nov 2006
    Location
    Israel
    Beans
    73

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Yes View Post
    Does anyone know why the numbers and letters aren't replaced it updates? Like when the CPU monitor goes from 5 % to 6 %, the 6 is displayed overtop the 5.

    Great thread, though.
    u working with beryl or compiz??

    if those I think u need to declare conky in the "widget layer". try also to start the conky after the start of beryl/compiz..

  3. #573
    Join Date
    May 2007
    Location
    Philadelphia
    Beans
    Hidden!
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Post your .conkyrc files w/ screenshots

    Well, I am using compiz-fusion, but I got that fixed. I still have a problem, though. If I try adding Conky to sessions, when I start it, it looks like it is floating above the screen, but normally it's flush against the desktop background. When I open a window, Conky is shown overtop the new window. For example, if I open a webpage, then Conky will still be displayed overtop my webpage. Anyone know how to fix that?

    Thanks.

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

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Yes View Post
    Well, I am using compiz-fusion, but I got that fixed. I still have a problem, though. If I try adding Conky to sessions, when I start it, it looks like it is floating above the screen, but normally it's flush against the desktop background. When I open a window, Conky is shown overtop the new window. For example, if I open a webpage, then Conky will still be displayed overtop my webpage. Anyone know how to fix that?

    Thanks.
    That's because conky is being loaded before compiz fusion. To fix this, make the following script called ConkySleep.sh (sudo gedit /home/username/.local/ConkySleep.sh) and then in sessions, for conky, put "/home/username/.local/ConkySleep.sh.

    Code:
    #!/bin/bash
    
    sleep 15 &&
    conky -d -c /home/USERNAME/.conkyrc &
    exit

  5. #575
    Join Date
    May 2007
    Location
    San Diego, CA
    Beans
    116

    Re: Post your .conkyrc files w/ screenshots

    Code:
    # 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 Monospace :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
    #own_window_type normal
    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 3
    
    # 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 48
    
    # 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
    $nodename - $sysname $kernel on $machine
    $stippled_hr
    ${color #88aadd}Now Playing: ${exec rhythmbox-client --no-start --print-playing}
    $stippled_hr
    ${color lightgrey}Uptime:$color $uptime ${color lightgrey}- Load:$color $loadavg
    ${color lightgrey}CPU Usage:${color #cc2222} $cpu% ${cpubar}
    $color${cpugraph 0000ff 11bb11}
    ${color lightgrey}RAM Usage:$color $mem/$memmax - $memperc% ${membar}
    ${color lightgrey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar}
    ${color lightgrey}Processes:$color $processes  ${color grey}Running:$color $running_processes
    $color$stippled_hr
    ${color lightgrey}FILE SYSTEMS:
     ${color #ddaa00}/
     $color${fs_used /}/${fs_size /}
     ${color orange}${fs_bar /}
     ${color #ddaa00}/home 
     $color${fs_used /home}/${fs_size /home}
     ${color orange}${fs_bar /home}
     ${color #ddaa00}/usr
     $color${fs_used /usr}/${fs_size /usr}
     ${color orange}${fs_bar /usr}
     ${color #ddaa00}/media/dvd's
     $color${fs_used /media/dvd's}/${fs_size /media/dvd's}
     ${color lightgreen}${fs_bar /media/dvd's}
     ${color #ddaa00}/media/dvd2
     $color${fs_used /media/dvd2}/${fs_size /media/dvd2}
     ${color lightgreen}${fs_bar /media/dvd2}
     ${color #ddaa00}/media/music
     $color${fs_used /media/music}/${fs_size /media/music}
     ${color lightgreen}${fs_bar /media/music}
     ${color #ddaa00}/media/misc. ****
     $color${fs_used /media/misc. ****}/${fs_size /media/misc. ****}
     ${color lightgreen}${fs_bar /media/misc. ****}
    
    ${color}Name	    ${alignr}PID        CPU%    MEM%
    ${color #ddaa00} ${top name 1} ${alignr}${top pid 1}   ${top cpu 1}     ${top mem 1}
    ${color lightgrey} ${top name 2} ${alignr}${top pid 2}   ${top cpu 2}     ${top mem 2}
    ${color lightgrey} ${top name 3} ${alignr}${top pid 3}   ${top cpu 3}     ${top mem 3}
    ${color lightgrey} ${top name 4} ${alignr}${top pid 4}   ${top cpu 4}     ${top mem 4}
    
    ${color}Mem usage
    ${color #ddaa00} ${top_mem name 1} ${alignr}${top_mem pid 1}   ${top_mem cpu 1}     ${top_mem mem 1}
    ${color lightgrey} ${top_mem name 2} ${alignr}${top_mem pid 2}   ${top_mem cpu 2}     ${top_mem mem 2}
    ${color lightgrey} ${top_mem name 3} ${alignr}${top_mem pid 3}   ${top_mem cpu 3}     ${top_mem mem 3}
    ${color lightgrey} ${top_mem name 4} ${alignr}${top_mem pid 4}   ${top_mem cpu 4}     ${top_mem mem 4}
    new to conky and this was kind of a pain to figure out formatting. i like it though.
    Attached Images Attached Images
    Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect.

    --- Linus Torvalds

  6. #576
    Join Date
    May 2007
    Location
    Philadelphia
    Beans
    Hidden!
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Post your .conkyrc files w/ screenshots

    Thanks Purpose, but that didn't work. Conky didn't come up at all when I did that.

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

    Re: Post your .conkyrc files w/ screenshots


    http://icedloki.deviantart.com/art/D...28-07-63503543

    Code:
    [ LoKe ]: cat conky.sh                                            (08-29 14:07)
    #!/bin/bash
    sleep 1 &&
    conky -d -c ~/conky/conkyrc &&
    sleep 2 &&
    conky -d -c ~/conky/conkyrc_time &&
    sleep 2 &&
    conky -d -c ~/conky/conkyrc_weather &
    exit
    Code:
    [ LoKe ]: cat conkyrc                                             (08-29 14:06)
    # 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 no
    
    # Update interval in seconds
    update_interval 1.0
    
    # Minimum size of text area
    # minimum_size 250 5
    
    # Draw shades?
    draw_shades no
    
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    xftfont HandelGotD:pixelsize=12
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 0
    
    # border width
    border_width 0
    
    # Default colors and also border colors, grey90 == #e5e5e5
    #default_color slate grey
    default_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 5
    gap_y 4
    
    # set to 1 to diable
    cpu_avg_samples 2
    
    # 994F10
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    ${color #3D738E}CPU0: ${cpu cpu1}%${color #32424F} / ${color #3D738E}CPU1: ${cpu cpu2}%${color #32424F} / ${color #3D738E}RAM: $memperc% ${color #32424F}/${color #3D738E} Disk: ${fs_free_perc /home} % ${color #32424F}
    Code:
    [ LoKe ]: cat conkyrc_time                                        (08-29 14:07)
    # 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 no
    
    # Update interval in seconds
    update_interval 1.0
    
    # Minimum size of text area
    # minimum_size 250 5
    
    # Draw shades?
    draw_shades no
    
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    xftfont HandelGotD:pixelsize=12
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 0
    
    # border width
    border_width 0
    
    # Default colors and also border colors, grey90 == #e5e5e5
    #default_color slate grey
    default_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 5
    gap_y 4
    
    # set to 1 to diable
    cpu_avg_samples 2
    
    # 994F10
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    ${color #3D738E} Desktop as of ${color #FFFFFF}/ ${time %A, %d %B %Y} /${color #3D738E} ${time %H:%M}
    Code:
    [ LoKe ]: cat conkyrc_weather                                     (08-29 14:08)
    # 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 no
    
    # Update interval in seconds
    update_interval 1.0
    
    # Minimum size of text area
    # minimum_size 250 5
    
    # Draw shades?
    draw_shades no
    
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    xftfont HandelGotD:pixelsize=12
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 0
    
    # border width
    border_width 0
    
    # Default colors and also border colors, grey90 == #e5e5e5
    #default_color slate grey
    default_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_right
    #alignment bottom_right
    
    # Gap between borders of screen and text
    gap_x 5
    gap_y 12
    
    # set to 1 to diable
    cpu_avg_samples 2
    
    # 994F10
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    ${color #3D738E}${execi 300 ~/conky/weather_bool.sh}

  8. #578
    Join Date
    Feb 2007
    Location
    Cincinnati, OH
    Beans
    1,433

    Re: Post your .conkyrc files w/ screenshots

    This is off-topic, but did you get burnt out on NIN LoKe? I believe this is the first screenshot by you I've came across w/o a library w/ something other than Reznor and co playing. =]
    Quote Originally Posted by *snip*
    I love it when people stop trying to help me and I just uninstall ubuntu because of it . . .

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

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by notwen View Post
    This is off-topic, but did you get burnt out on NIN LoKe? I believe this is the first screenshot by you I've came across w/o a library w/ something other than Reznor and co playing. =]
    Good catch, haha! Yeah, I stopped listening to most of what I own for a while. I listen to music so much that I hear every song way too often. Karma Police was one I could handle listening to again.

    Coincidentally, I'm listening to NIN right now. The Year Zero album is growing on me.

  10. #580
    Join Date
    Feb 2007
    Location
    Cincinnati, OH
    Beans
    1,433

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by ~LoKe View Post
    Coincidentally, I'm listening to NIN right now. The Year Zero album is growing on me.
    Year Zero is awesome, rivaling Downward Spiral at the top of NIN albums for me at least. =]
    Quote Originally Posted by *snip*
    I love it when people stop trying to help me and I just uninstall ubuntu because of it . . .

Page 58 of 2348 FirstFirst ... 8485657585960681081585581058 ... 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
  •