Page 501 of 2348 FirstFirst ... 40145149149950050150250351155160110011501 ... LastLast
Results 5,001 to 5,010 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #5001
    Join Date
    Feb 2008
    Location
    The Hague,Netherlands
    Beans
    252
    Distro
    Kubuntu 12.10 Quantal Quetzal

    Talking Re: Post your .conkyrc files w/ screenshots

    5000 reply post

    Nice Conky's all(will it work with KDE 4.1.2?)
    Registered Linux user,number 507113.02-01-2013: ASUS M4A785TD-V EVO 785G |Athlon 2 X4 640|4 GiB DDR|1 TiB SATA2|Radeon HD 6570(HDMI)|Realtek 7.1 HDMI audio|Gigabit Lan|Kubuntu 12.10 Quanzal AMD64

  2. #5002
    Join Date
    Apr 2008
    Beans
    18

    Re: Post your .conkyrc files w/ screenshots

    yes its will work on kde

  3. #5003
    Join Date
    Feb 2008
    Location
    The Hague,Netherlands
    Beans
    252
    Distro
    Kubuntu 12.10 Quantal Quetzal

    Re: Post your .conkyrc files w/ screenshots

    only need to know .
    Registered Linux user,number 507113.02-01-2013: ASUS M4A785TD-V EVO 785G |Athlon 2 X4 640|4 GiB DDR|1 TiB SATA2|Radeon HD 6570(HDMI)|Realtek 7.1 HDMI audio|Gigabit Lan|Kubuntu 12.10 Quanzal AMD64

  4. #5004
    Join Date
    Oct 2007
    Location
    Michigan
    Beans
    12
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Post your .conkyrc files w/ screenshots

    Code:
    # .conkyrc custom configuration file
    
    # Program settings
        background true                                # do not fork Conky to the background
        double_buffer yes                            # prevent screen flicker
        update_interval 2.0                            # how many seconds between conky screen update
    
    # Window settings
        own_window yes                                # do not draw on desktop itself                (some versions of ubuntu suck, gasp)
        own_window_class monitoring                        # class the window as monitoring 
        own_window_type normal                            # create a window with no decorations and apply over everything
        own_window_transparent false                        # make it see-through                     (make it so)
        own_window_hints undecorated,sticky,below,skip_taskbar,skip_pager
        
        # positioning
        alignment bottom_left                            # align the output window to the bottom left corner of the screen
            gap_x 8                                # pixel spacing from left/right window edge        (in this case, 8px from the left)
            gap_y 0                                # pixel spacing from top/bottom window edge        (in this case, 64px from the bottom)
        minimum_size 1905
        maximum_width 1905
    
        # information display
            border_margin 8
            border_width 0                                # remove the pixelated border from everything
            draw_graph_borders yes                            # draw graph borders though
            draw_outline no                                # do not draw outlines around text
            font -monotype-*-medium-r-normal-*-10-*-*-*-*-*-*-u            # default font settings in event of no xft
            use_spacer left                                # keep monospaced items lined correctly
            use_xft yes                                # use nice fonts as opposed to basic system fonts
            xftfont OCR A Extended:size=10                        # what font to use with xft                (Chemical Reaction A BRK, Jannisary Extra, Jannisary Sword, Libeled Lady, Morse Kode, Starcraft, Xirod, ZeroHour)
    
            color0 c08000                                # amber H.U.D. color
            color1 f0c000                                # bright amber H.U.D. color
    
    
    TEXT
    ${color0}callsign: ${color1}$nodename            ${alignr}${color0}contacts: callsign: ${color1}${top name 1}${color0}threat: ${color1}${top cpu 1}%
    ${color0}craft: ${color1}$sysname $machine        ${alignr}${color0}callsign: ${color1}${top name 2}${color0}threat: ${color1}${top cpu 2}%
    ${color0}ordinance: ${color1}$kernel            ${alignr}${color0}callsign: ${color1}${top name 3}${color0}threat: ${color1}${top cpu 3}%
    ${color0}flight log: ${color1}$uptime            ${alignr}${color0}callsign: ${color1}${top name 4}${color0}threat: ${color1}${top cpu 4}%
    ${color0}${hr 4}
    connection frequency: ${color1}${addr wlan0} ${wireless_link_bar 4,96 wlan0}        ${alignr}${color0}engine stress: ${color1}$cpu% ${cpubar 4,96}
    ${color0}thermal exhaust: ${color1}${acpitemp}°C                    ${alignr}${color0}fuel source: ${color1}${battery} / ${color0}reserve tanks: ${color1}${battery_percent}% / ${color0}fuel usage: ${color1}$memperc% ${membar 4,96}
    Attached Images Attached Images
    Last edited by Akoi Meexx; December 11th, 2008 at 10:24 PM.
    -Akoi Meexx

  5. #5005
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Akoi Meexx View Post
    Code:
    # .conkyrc custom configuration file
    Let me guess, you're a pilot of some type.

    I really like it.

    Chimo!
    Bruce

  6. #5006
    Join Date
    Sep 2008
    Beans
    11

    Thumbs down Re: Post your .conkyrc files w/ screenshots

    Stolen and spliced from others here...
    Attached Images Attached Images
    Attached Files Attached Files

  7. #5007
    Join Date
    Oct 2007
    Location
    Michigan
    Beans
    12
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    Let me guess, you're a pilot of some type.

    I really like it.

    Chimo!
    Bruce
    Just an affinity for flightsim games.
    I noticed I didn't update a bunch of the comments in that config file, I'll have to get around to that sometime. Oh well.
    -Akoi Meexx

  8. #5008
    Join Date
    Nov 2008
    Beans
    178

    Re: Post your .conkyrc files w/ screenshots

    O.C.D.

    Code:
    # conky configuration
    background yes
    
    use_xft yes
    
    xftfont Bitstream Vera Sans Mono:size=7
    
    xftalpha 0.8
    
    out_to_console no
    
    update_interval 2.0
    
    total_run_times 0
    
    own_window yes
    own_window_type override
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    own_window_transparent yes
    
    double_buffer yes
    
    draw_shades no
    
    draw_outline no
    
    draw_borders no
    
    draw_graph_borders no
    
    stippled_borders 0
    
    border_margin 10
    
    border_width 2
    
    default_color white
    default_shade_color white
    default_outline_color white
    
    minimum_size 5 5
    maximum_width 256
    
    alignment top_right
    
    gap_x 5
    gap_y 5
    
    no_buffers yes
    
    uppercase no
    
    cpu_avg_samples 1
    
    net_avg_samples 1
    
    override_utf8_locale yes
    
    use_spacer right
    
    
    TEXT
           ${color #888888}$sysname $kernel on Intel P4
           Uptime: $uptime$color
    
                    ${font :size=10}${time %a. %b. %d, %G}$font
                   ${font :size=20:bold}${time %I:%M:%S}$font
    
           ${voffset -5}${color #888888}${hr 1}$color$voffset
            ${freq cpu0} MHz${alignr}$loadavg
    ${voffset -8}${alignr}${cpugraph 25,200 000000 ff0000}$voffset
    ${color red}${font :size=13}${alignr}${cpu cpu0}%$font$color
           ${voffset -10}${color green}GPU Temp: ${color purple}${execi 60 nvidia-settings -query GPUCoreTemp | perl -ne 'print $1 if /GPUCoreTemp.*?: (\d+)./;'}°C$voffset
          ${color #888888}${hr 1}$color
    ${color green}${alignr}${membar 11,120}$color
           ${voffset -11}$memperc%  RAM used: $mem${alignr}${offset 10}${color #888888}/$color$memmax$offset$voffset
    ${color green}${alignr}${swapbar 11,120}$color
           ${voffset -11}$swapperc% Swap used: $swap${alignr}${offset 10}${color #888888}/$color$swapmax$offset$voffset
               Cache used: $cached
          ${color #888888}${hr 1}$color
    ${offset 65}${color #888888}Processes: $color$processes 	${color #888888}Running: $color$running_processes$offset
    ${voffset -8}$voffset
    
           ${color green}NAME              PID#  CPU%   MEM% $color
           ${top name 1}  ${top pid 1}${top cpu 1} ${top mem 1}
           ${top name 2}  ${top pid 2}${top cpu 2} ${top mem 2}
           ${top name 3}  ${top pid 3}${top cpu 3} ${top mem 3}
           ${top name 4}  ${top pid 4}${top cpu 4} ${top mem 4}
           ${top name 5}  ${top pid 5}${top cpu 5} ${top mem 5}
           ${top name 6}  ${top pid 6}${top cpu 6} ${top mem 6}
           ${top name 7}  ${top pid 7}${top cpu 7} ${top mem 7}
           ${top name 8}  ${top pid 8}${top cpu 8} ${top mem 8}
           ${top name 9}  ${top pid 9}${top cpu 9} ${top mem 9}
          ${color #888888}${hr 1}
    
          ${voffset -5}${color green}Root: $color${fs_free /}${color #888888}${font :size=7}free$font${alignr}${color red}${diskio /dev/sda5}$color$voffset
            ${color #333333}${fs_bar 11,208 /}$color${offset -205}${font :size=7}${fs_used /}$font$offset
    ${alignr}${voffset -12}${diskiograph /dev/sda5 11,155 333333 ff0000}$voffset
    ${alignc}${color purple}${offset 20}${execi 60 hddtemp /dev/sda | cut -c32-36;}$offset$color
          ${color green}Home: $color${fs_free /home}${color #888888}${font :size=7}free$font${alignr}${color red}${diskio /dev/sda7}$color
            ${color #333333}${fs_bar 11,208 /home}$color${offset -205}${font :size=7}${fs_used /home}$font$offset
    ${alignr}${voffset -12}${diskiograph /dev/sda7 11,155 333333 ff0000}$voffset
    
          ${color green}500:  $color${fs_free /media/500_GB}${color #888888}${font :size=7}free$font${alignr}${color red}${diskio /dev/sdb}$color
            ${color #333333}${fs_bar 11,208 /media/500_GB}$color${offset -205}${font :size=7}${fs_used /media/500_GB}$font$offset
    ${alignr}${voffset -12}${diskiograph /dev/sdb 11,155 333333 ff0000}$voffset
    ${alignc}${color purple}${offset 20}${execi 60 hddtemp /dev/sdb | cut -c24-28;}$offset$color
          ${color #888888}${hr 1}$color
    ${alignr}(${addr eth0})
    ${voffset -8}$voffset
               ${font :size=8}${color red}Uploading: ${alignr}${color green}Downloading:$color$font
              ${font :size=12}${upspeedf eth0}KB/s ${alignr}${downspeedf eth0}KB/s$font
           ${color #888888}${upspeedgraph eth0 25,104 000000 ff0000} ${alignr}${downspeedgraph eth0 25,104 000000 00ff00}$color
            ${color #888888}Total: $color${totalup eth0} ${color #888888}${alignr}Total: $color${totaldown eth0}
    
                    ${color #888888}torrent:$color ${tcp_portmon 60000 60000 count}$color ${alignr}60000
           ${color #888888}Inbound Connections ${alignr}Service/Port$color
    	${tcp_portmon 1 32767 rip 0} ${alignr}${tcp_portmon 1 32767 lservice 0}
    	${tcp_portmon 1 32767 rip 1} ${alignr}${tcp_portmon 1 32767 lservice 1}
           ${color #888888}Outbound Connections ${alignr}Service/Port$color
           ${tcp_portmon 32768 61000 rip 0} ${alignr}${tcp_portmon 32768 61000 rservice 0}
           ${tcp_portmon 32768 61000 rip 1} ${alignr}${tcp_portmon 32768 61000 rservice 1}
           ${tcp_portmon 32768 61000 rip 2} ${alignr}${tcp_portmon 32768 61000 rservice 2}
           ${tcp_portmon 32768 61000 rip 3} ${alignr}${tcp_portmon 32768 61000 rservice 3}
           ${tcp_portmon 32768 61000 rip 4} ${alignr}${tcp_portmon 32768 61000 rservice 4}
    
            ${color #888888}Inbound:$color${tcp_portmon 1 32768 count}  ${color #888888}Outbound:$color${tcp_portmon 32768 61000 count} ${color #888888}${alignr}Total:$color${tcp_portmon 1 65535 count}
    ${font :size=8}${color yellow}syslog   ${hr 1}$color
    ${font :size=7}${execi 2 tail -n2 /var/log/syslog | fold -w50}
    ${font :size=8}${color yellow}kern.log  ${hr 1}$color
    ${font :size=7}${execi 2 tail -n2 /var/log/kern.log | fold -w50}$font
    ${font :size=8}${color yellow}messages ${hr 1}$color
    ${font :size=7}${execi 2 tail -n2 /var/log/messages | fold -w50}
    Attached Images Attached Images
    Last edited by cb34; December 12th, 2008 at 11:48 PM.

  9. #5009
    Join Date
    Jul 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    I use this scripts to get some infos from pidgin.

    I've edited line 16 in getim.py and now i can see on my conky when the last message has been recived and who sent it:

    Conky:
    Code:
    Last Message from:${alignr}${execpi 1 python ~/scripts/conky/lastim.py} (${execi 1 ls -lta | grep .pidgin.log | awk '{print $7}'})
    but i've got 2 issues:

    1. when the last message is form an icq-buddy there will only shown his/her UIN and not the nickname/alias...

    2. I don't have any idea how to show the number of unread messages in pidgin...

    maybe someone got an idea?

  10. #5010
    Join Date
    Oct 2008
    Location
    Newcastle upon Tyne, UK
    Beans
    364
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Post your .conkyrc files w/ screenshots

    I'm not posting my full .conkyrc, as it is mostly just minor tweaks to the default script, and therefore all been seen before.
    However, I quite like this part:
    Code:
    Response time (example.net): ${execi 180 ping -c6 example.net | tail -n1 | cut -d"/" -f5 | head -c-3}ms
    This pings my ISP every 3 minutes and displays the average response time - a useful 'at-a-glance' indicator that something might be up.
    (Thanks to Wayne_V for introducing me to the cut command).

Page 501 of 2348 FirstFirst ... 40145149149950050150250351155160110011501 ... 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
  •