Page 200 of 2348 FirstFirst ... 1001501901981992002012022102503007001200 ... LastLast
Results 1,991 to 2,000 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #1991
    Join Date
    Nov 2007
    Beans
    45
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Post your .conkyrc files w/ screenshots

    Pretty simple, heavily influenced by this thread. (also 200 pages now wow)

    Code:
    # Conky configuration
    
    # set to yes if you want Conky to be forked in the background
    background yes
    
    # Use Xft?
    use_xft yes
    
    # Xft font when Xft is enabled
    xftfont Trebuchet MS:size=10
    
    # Text alpha when using Xft
    xftalpha 0.9
    
    # 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 normal
    
    # 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
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    minimum_size 160 5
    
    # Maximum width
    maximum_width 170
    
    # Draw shades?
    draw_shades no
    
    # 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 5
    
    # border width
    border_width 20
    
    # Default colors and also border colors
    default_color white
    default_shade_color black
    default_outline_color green
    
    # 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 15
    
    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
    
    # Force UTF8? note that UTF8 support required XFT
    override_utf8_locale no
    
    # variable is given either in format $variable or in ${variable}
    
    # stuff after 'TEXT' will be formatted on screen
    
    #  unused text
    #  Current:${alignr}${execi 20 /home/tonyt/scripts/.conky_eth2} Mbits/sec
    #  hda Temp:${alignr}${execi 1800 /home/tonyt/scripts/.hdtemp}
    
    TEXT
    ${color #0085f6}Jackson @ $nodename $color
    
    ${color #0085f6}$sysname $kernel $color
    ${color #ff1111}${hr 3} $color
    ${color green}General ${hr 2}$color
    ${color #ff1111}Uptime:${color}${color green}$alignr$uptime$color
    
    ${color green}Network ${hr 2}$color
     ${color #ff1111}External IP:${color} ${color green}${execi 10800 curl -s http://cene.ath.cx/ip.cgi}${color}
     ${color #ff1111}Current:${color}${color green}${alignr}${execi 20 /home/jackson/scripts/.conky_ath0} Mbits/sec${color}
    
    ${color green}RAM\CPU ${hr 2}$color 
     ${color #ff1111}RAM:${color}${color green} $mem/$memmax $membar$color
     ${color #ff1111}CPU0:${color}${color green} ${cpu cpu0}%${cpubar cpu1}$color
     ${color #ff1111}CPU Temp:${color}${color green} ${acpitemp}F${color}
    
    ${color green}Storage ${hr 2}$color
     ${color #ff1111}Used:${color}${color green} ${fs_used_perc /}% ${fs_bar /}$color
     ${color #ff1111}Free:${color}${color green} ${fs_free_perc /}% ${fs_bar /}$color
    
    ${color green}Proccesses ${hr 2}$color
     ${color #ff1111}Total:${color} ${color green}$processes${color}    
     ${color #ff1111}Running:${color} ${color green}$running_processes${color}
    Attached Images Attached Images
    Last edited by JT9161; March 6th, 2008 at 04:20 AM.
    Registered Linux user: 461,426
    Registered Ubuntu user: 20512

  2. #1992
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by koleoptero View Post
    Oh I will be on dialup. I'd get withdrawal symptoms without even that.

    BTW I have some infrequent flickers with conky. I have double buffer on and such. Is there anything else I should check? I'm on gutsy with compiz.
    Check your conky for all ${alignr}

    and change to ${alignr 2}

  3. #1993
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by PurposeOfReason View Post
    My attempt at a "fancy" conky.
    Hi PurposeOfReason

    Long time no see. I am envious of your system.
    if, else, endif stuff and PizzaDude fonts.


    if
    Bruce's CPU > 800MHz Bruce
    else
    endif

  4. #1994
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by ctuchik View Post
    here you go, it's the zekton font.

    just extract those files to ~/.font/

    in your home folder.

    and thx
    Grabbed your font too. Thanks

  5. #1995
    Join Date
    Mar 2007
    Location
    Sweden
    Beans
    Hidden!
    Distro
    Xubuntu

  6. #1996
    Join Date
    Nov 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Putsing around with putting it on top...

    Code:
    background no
    double_buffer yes
    use_xft yes
    
    default_color gray
    default_shade_color black
    default_outline_color white
    own_window_transparent yes
    
    
    
    #own window to run simultanious 2 or more conkys
    
    own_window  yes
    
    own_window_transparent no
    
    own_window_type normal
    
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager 
    
    
    
    #borders
    
    draw_borders no
    
    border_margin 1
    
    
    
    #shades
    
    draw_shades no
    
    
    
    #position
    
    gap_x 0
    
    gap_y 0
    
    alignment top_left
    
    
    
    #behaviour
    
    update_interval 1
    
    
    
    #colour
    
    default_color  gray
    
    
    
    #default_shade_color 000000
    
    own_window_colour 000000
    
    
    
    #font
    
    use_xft yes
    
    xftfont bauhaus:pixelsize=11
    
    
    
    #to prevent window from moving
    
    use_spacer no
    
    minimum_size 1280 0
    maximum_size 1280
    
    
    
    
    TEXT
    
    ${alignc}${color white}${time %I:%M %p}$color ${time %A, %b %d %Y}  |  ${exec whoami} @ ${nodename}  |  Kernel: ${color D7D3C5}$kernel   |  ${color} Up: ${color D7D3C5}${uptime_short}  |  ${color}Processes: ${color D7D3C5}$processes  ${color}Running: ${color D7D3C5}$running_processes   |  ${color}Cpu: ${color D7D3C5}${cpu}%   ${color}${cpugraph 10,100 AEA08E 9F907D} ${color D7D3C5}  |  ${color }Mem: ${color D7D3C5}$mem/$memmax - $memperc% ${color} ${membar 6,100}${color D7D3C5}${color }
    ${alignc}Home: ${color D7D3C5}${fs_free /home}  / ${fs_size /home}  - ${fs_free_perc /home}%  |  Net: ${color D7D3C5}${font}${downspeed eth1} Kb/s ${color}  ${downspeedgraph eth1 10,100 AEA08E 9F907D}  ${color D7D3C5} ${totaldown eth1} down  |  ${color D7D3C5}${upspeed eth1} Kb/s ${color} ${upspeedgraph eth1 10,100 AEA08E 9F907D}  ${color D7D3C5}${totalup eth1} up |  ${color}Email: ${color D7D3C5}${execi 300 python ~/scripts/gmail.py} | ${color}Battery: ${battery_percent}% ${battery_bar 6,100} | ${color}Temp: ${acpitemp}C
    Attached Images Attached Images
    Want me to punchisize your face, For free??

  7. #1997
    Join Date
    Mar 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Here 's mine

    Shows info I like to see, Many thanx to the forum users for setting up temp readings!!


    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
    
    # set Conky below other appl
    on_bottom yes
    
    # 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 3.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
    font arial
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 8
    
    # border width
    border_width 8
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color grey
    
    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 8
    gap_y 8
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    $color
    ${color orange}SYSTEM ${hr 2}$color
    $nodename $sysname $kernel on $machine
    
    ${color orange}CPU ${hr 2}$color
    CPU 1: ${freq 0}MHz CPU 2: ${freq 1}MHz   Load: ${loadavg}   
    
    CPU 1:        temp: ${execi 6 /usr/bin/sensors | grep Core\ 0 | paste -s | cut -c15-16,19-20} ${alignr}CPU 2:       temp: ${execi 6 /usr/bin/sensors | grep Core\ 1 | paste -s | cut -c15-16,19-20}
    ${cpugraph cpu1 25,140 000000 ff0000} ${alignr}${cpugraph cpu2 25,140 000000 00ff00}$color
    
    ${color orange}INFO ${hr 2}$color
    Fan speed: ${hwmon fan 1} 
    Temps:     ${hwmon temp 1} (mainboard) ${hwmon temp 2} (case)
    GPU Temp:  ${execi 30 nvidia-settings -q gpucoretemp |grep '):' | awk '{print $4}'} C 
    
    ${color orange}PROCESSES ${hr 2}$color
    NAME             PID       CPU%      MEM%
    ${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}
    
    ${color orange}MEMORY / DISK ${hr 2}$color
    RAM:   $memperc%   ${membar 6}$color
    Swap:  $swapperc%   ${swapbar 6}$color
    
    Root:   ${fs_free_perc /}%   ${fs_bar 6 /}$color 
    160GB:  ${fs_free_perc /home/w/mount/160GB-opslag}%   ${fs_bar 6 /home/w/mount/160GB-opslag}$color
    
    ${color orange}WIFI (${addr rausb0}) ${hr 2}$color
    ${color orange}SSID: ${color }$alignr${wireless_essid rausb0}
    ${color orange}Quality: ${color}${wireless_bitrate rausb0} ${wireless_link_qual_perc rausb0} ${wireless_link_bar rausb0}${color }
    Down: $color${downspeed rausb0} k/s ${alignr}Up: ${upspeed rausb0} k/s
    ${downspeedgraph rausb0 25,140 000000 ff0000} ${alignr}${upspeedgraph rausb0 
    25,140 000000 00ff00}$color
    Total: ${totaldown rausb0} ${alignr}Total: ${totalup rausb0}
    Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768 
    61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}
    
    ${color orange}NETWORK (${addr eth0}) ${hr 2}$color
    Down: $color${downspeed eth0} k/s ${alignr}Up: ${upspeed eth0} k/s
    ${downspeedgraph eth0 25,140 000000 ff0000} ${alignr}${upspeedgraph eth0 
    25,140 000000 00ff00}$color
    Total: ${totaldown eth0} ${alignr}Total: ${totalup eth0}
    Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768 
    61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}
    
    ${color orange}LOGGING ${hr 2}$color
    ${execi 30 tail -n4 /var/log/messages | fold -w50}
    Attached Images Attached Images
    Last edited by WernerBrandt; March 6th, 2008 at 06:17 PM. Reason: new snapshot

  8. #1998
    Join Date
    Feb 2007
    Location
    Rome, Italy
    Beans
    2,184

    Re: Post your .conkyrc files w/ screenshots

    Conky landed to my desktop, just playing with it!

    Code:
    own_window_hints undecorated,below,skip_taskbar
    background no
    double_buffer yes
    update_interval 2.5
    use_xft yes
    xftfont Sans:size=8
    xftalpha 0.8
    alignment bottom_right
    gap_x 40
    gap_y 20
    
    TEXT
    ${font weather:size=42}${execi 600 ~/scripts/conditions.sh}${font}${voffset -10}  ${execi 1200 ~/scripts/pogodynka.sh}
    
        ${font weather:size=28}x ${font}HD1 ${execi 1 ~/scripts/hddmonit.sh} °C
        ${font weather:size=28}y ${font}HD2 ${execi 1 ~/scripts/hddmonit2.sh} °C
        ${font weather:size=28}z ${font}CPU ${i2c temp 2} °C 
    
       ${font PizzaDude Bullets:size=16}v${font}   Up. ${upspeed eth0} Kb/s 
       ${font PizzaDude Bullets:size=16}r${font}   Down. ${downspeed eth0} Kb/s 
    
       ${font PizzaDude Bullets:size=16}M${font}   Up. ${totalup eth0}
       ${font PizzaDude Bullets:size=16}S${font}   Down. ${totaldown eth0}
       
       ${font StyleBats:size=18}A${font}   CPU:  ${cpu} %
       ${font PizzaDude Bullets:size=16}J${font}   $mem / $memmax
    
       ${font StyleBats:size=18}P${font}   Work:  ${uptime_short}
       ${font StyleBats:size=18}4${font}   ${time %A %d %B}
    
       ${font xspiralmental:size=17}E${font}   ${kernel}
    Attached Images Attached Images

  9. #1999
    Join Date
    Apr 2007
    Beans
    Hidden!
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Post your .conkyrc files w/ screenshots

    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,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 2.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
    
    # Stippled borders?
    stippled_borders 8
    
    # border margins
    border_margin 4
    
    # border width
    border_width 1
    
    # 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
    
    # stuff after 'TEXT' will be formatted on screen
    
    override_utf8_locale no
    xftfont Terminus:size=9
    xftalpha 0.8
    
    TEXT
    
    
    
    ${offset 240}${color slate grey}Cyfrifiadur: ${color }$nodename
    
    ${offset 240}${color slate grey}Dyddiad ac Amser
    ${offset 240}${color }${time %a,} ${color }${time %e %B %G}
    ${offset 240}${color }${time %Z,} ${color }${time %H:%M:%S}
    
    ${offset 240}${color slate grey}Amser Sesiwn: ${color }$uptime
    ${offset 240}${color slate grey}Kern: ${color }$kernel
    
    ${offset 240}${color slate grey}Amlder CPU1: ${color }${freq cpu1} MHz
    ${offset 240}${color slate grey}Defnydd CPU1: ${color }${cpu cpu1}% 
    ${offset 240}${color slate grey}Amlder CPU2: ${color }${freq cpu2} MHz
    ${offset 240}${color slate grey}Defnydd CPU2: ${color }${cpu cpu2}% 
    ${offset 240}${color slate grey}Cyfartaledd CPU:${color } $cpu%
    ${offset 240}${cpugraph 20,130 000000 ffffff}
    ${offset 240}${color slate grey}Tymheredd CPU:${color } ${acpitemp}C
    ${offset 240}${color slate grey}Llwyth: ${color }$loadavg
    ${offset 240}${color slate grey}Prosesau: ${color }$processes  
    ${offset 240}${color slate grey}Yn rhedeg:   ${color }$running_processes
    
    ${offset 240}${color slate grey}Prosesau CPU Trymaf:
    ${offset 240}${color #ddaa00} ${top name 1}${top_mem cpu 1}
    ${offset 240}${color lightgrey} ${top name 2}${top cpu 2}
    ${offset 240}${color lightgrey} ${top name 3}${top cpu 3}
    ${offset 240}${color lightgrey} ${top name 4}${top cpu 4}
    
    ${offset 240}${color slate grey}Prosesau RAM Trymaf:
    ${offset 240}${color #ddaa00} ${top_mem name 1}${top_mem mem 1}
    ${offset 240}${color lightgrey} ${top_mem name 2}${top_mem mem 2}
    ${offset 240}${color lightgrey} ${top_mem name 3}${top_mem mem 3}
    ${offset 240}${color lightgrey} ${top_mem name 4}${top_mem mem 4}
    
    ${offset 240}${color slate grey}RAM:  
    ${offset 240}${color } $memperc% $mem/$memmax
    ${offset 240}${membar 10,130}
    
    ${offset 240}${color slate grey}Gwraidd (rhydd/maint):
    ${offset 240}${color }${fs_free /}/${fs_size /}
    ${offset 240}${fs_bar 10,130 /}
    
    ${offset 240}${color slate grey}Allanol 1 (rhydd/maint):
    ${offset 240}${color }${fs_free /media/disk}/${fs_size /media/disk}
    ${offset 240}${fs_bar 10,130 /media/disk}
    
    ${offset 240}${color slate grey}Allanol 2 (rhydd/maint):
    ${offset 240}${color }${fs_free /media/FL-U2-40}/${fs_size /media/FL-U2-40}
    ${offset 240}${fs_bar 10,130 /media/FL-U2-40}
    
    ${offset 240}${color slate grey}Rhwydwaith y sesiwn hon:
    ${offset 240}${color slate grey}Llwytho lawr: ${color } ${totaldown eth1}
    ${offset 240}${color slate grey}Llwytho lan: ${color } ${totalup eth1}
    
    ${offset 240}${color slate grey}Cyfeiriad IP: ${color }${addr eth1}
    Un yn y Gymraeg / One in Welsh:

    Thanks for all the help on this forum to understand this
    Attached Images Attached Images

  10. #2000
    Join Date
    Jun 2007
    Location
    The Internets
    Beans
    249

    Re: Post your .conkyrc files w/ screenshots

    Quick question for you guys. When you open something (usally firefox) does it make your screen go weird for a moment. Usally it looks like small white flashes. Typically on the left hand side?

Page 200 of 2348 FirstFirst ... 1001501901981992002012022102503007001200 ... 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
  •