Page 139 of 2348 FirstFirst ... 39891291371381391401411491892396391139 ... LastLast
Results 1,381 to 1,390 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #1381
    Join Date
    Feb 2007
    Location
    detroit
    Beans
    248
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Post your .conkyrc files w/ screenshots

    been a while since I last fooled around with conky, and with a fresh xubuntu install on my laptop I figured I would dig up an old conky I used to use.

    I DO have a problem though, it seems like there are 2 lines under the conky I have now that I don't want. In other words, I would like the whole conky moved down like 2 or 3 lines so it 'touches' the bottom right of the screen. Can anyone examine my conky code and figure this out? I'm working on it currently and I am an avid copy/paster of conky's, so maybe another mind or two might be able to resolve my problem. My .conkyrc is below as well as a screenshot. Cheers!

    Code:
    #
    # Conky configuration
    #
    # Author: Haricharan Padmanaban
    #
    background				no
    own_window				yes
    own_window_type			override
    own_window_transparent		yes
    own_window_hints			undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer				yes
    use_spacer				yes
    #no_buffers				yes
    use_xft					yes
    xftfont					DejaVu Sans Mono:size=8.5
    xftalpha					0.8
    override_utf8_locale		yes
    update_interval			2.0
    draw_shades				yes
    draw_borders				no
    #stippled_borders			3
    border_margin				4
    border_width				0
    default_color				OrangeRed
    default_shade_color			black
    default_outline_color		black
    alignment					bottom_right
    gap_x					15
    gap_y					50
    TEXT
    ${color DeepSkyBlue2}SYSTEM ($nodename) ${hr 2} 
    ${color LightGreen}Kernel:$color$sysname $kernel
    ${color LightGreen}Uptime:$color $uptime ${color LightGreen}Load:$color $loadavg
    ${voffset 8}${color LightGreen}CPU Usage: $color$cpu% ${voffset -8}${color maroon1}${cpugraph 20,0 ff0000 00ff00}
    
    ${color DeepSkyBlue2}MEMORY ${hr 2}
    ${color LightGreen}RAM: $color$memperc%   ${color SeaGreen1}${membar 6}
    ${color LightGreen}Swap: $color$swapperc%  ${color SeaGreen1}${swapbar 6}
    
    ${color DeepSkyBlue2}DISKS ${hr 2}$color
    ${color LightGreen}/  $color${fs_used /} ${color maroon}(${fs_size /})     ${color chartreuse1}${fs_bar 6 /}
    
    ${color DeepSkyBlue2}NETWORK ${hr 2}
    ${color DeepSkyBlue2}Wireless (${addr eth1})
    ${color LightGreen}Down: $color${downspeedf eth1} kB/s ${alignr}${color LightGreen}Up: $color${upspeedf eth1} kB/s
    ${color maroon1}${downspeedgraph eth1 20,150 000000 00ff00} ${alignr}${color maroon1}${upspeedgraph eth1 20,150 000000 ff0000}
    ${color LightGreen}Total: $color${totaldown eth1} ${alignr}${color LightGreen}Total: $color${totalup eth1}
    Attached Images Attached Images
    go wings geaux tigers go pistons
    linuxmint/XP desktop/laptop, nokia n800 ( os2008 )

  2. #1382
    Join Date
    Aug 2006
    Location
    Chicago, IL, USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by alwiap View Post
    been a while since I last fooled around with conky, and with a fresh xubuntu install on my laptop I figured I would dig up an old conky I used to use.

    I DO have a problem though, it seems like there are 2 lines under the conky I have now that I don't want. In other words, I would like the whole conky moved down like 2 or 3 lines so it 'touches' the bottom right of the screen. Can anyone examine my conky code and figure this out? I'm working on it currently and I am an avid copy/paster of conky's, so maybe another mind or two might be able to resolve my problem. My .conkyrc is below as well as a screenshot. Cheers!

    Code:
    #
    # Conky configuration
    #
    # Author: Haricharan Padmanaban
    #
    background				no
    own_window				yes
    own_window_type			override
    own_window_transparent		yes
    own_window_hints			undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer				yes
    use_spacer				yes
    #no_buffers				yes
    use_xft					yes
    xftfont					DejaVu Sans Mono:size=8.5
    xftalpha					0.8
    override_utf8_locale		yes
    update_interval			2.0
    draw_shades				yes
    draw_borders				no
    #stippled_borders			3
    border_margin				4
    border_width				0
    default_color				OrangeRed
    default_shade_color			black
    default_outline_color		black
    alignment					bottom_right
    gap_x					15
    gap_y					50
    TEXT
    ${color DeepSkyBlue2}SYSTEM ($nodename) ${hr 2} 
    ${color LightGreen}Kernel:$color$sysname $kernel
    ${color LightGreen}Uptime:$color $uptime ${color LightGreen}Load:$color $loadavg
    ${voffset 8}${color LightGreen}CPU Usage: $color$cpu% ${voffset -8}${color maroon1}${cpugraph 20,0 ff0000 00ff00}
    
    ${color DeepSkyBlue2}MEMORY ${hr 2}
    ${color LightGreen}RAM: $color$memperc%   ${color SeaGreen1}${membar 6}
    ${color LightGreen}Swap: $color$swapperc%  ${color SeaGreen1}${swapbar 6}
    
    ${color DeepSkyBlue2}DISKS ${hr 2}$color
    ${color LightGreen}/  $color${fs_used /} ${color maroon}(${fs_size /})     ${color chartreuse1}${fs_bar 6 /}
    
    ${color DeepSkyBlue2}NETWORK ${hr 2}
    ${color DeepSkyBlue2}Wireless (${addr eth1})
    ${color LightGreen}Down: $color${downspeedf eth1} kB/s ${alignr}${color LightGreen}Up: $color${upspeedf eth1} kB/s
    ${color maroon1}${downspeedgraph eth1 20,150 000000 00ff00} ${alignr}${color maroon1}${upspeedgraph eth1 20,150 000000 ff0000}
    ${color LightGreen}Total: $color${totaldown eth1} ${alignr}${color LightGreen}Total: $color${totalup eth1}
    Try decreasing the value of gap_y

  3. #1383
    Join Date
    Aug 2007
    Location
    Torrington, Wyoming
    Beans
    372
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    for the bottom right gap_y should be 0 or not there
    すべてと、そして、すべてへのリナックスは自由を鳴らせました。
    Linux to all, and to all, let freedom ring.

  4. #1384
    Join Date
    Feb 2007
    Location
    detroit
    Beans
    248
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Lostincyberspace View Post
    for the bottom right gap_y should be 0 or not there
    thanks both, i put the values '10' for both and am very happy now. thanks and now i will remember that piece of info!
    go wings geaux tigers go pistons
    linuxmint/XP desktop/laptop, nokia n800 ( os2008 )

  5. #1385
    Join Date
    Dec 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Code:
    background yes
    use_xft yes
    xftfont Bitstream Vera Sans:size=9
    xftalpha 0.8
    updinterval 1
    double_buffer yes
    draw_shades no
    draw_outline yes
    stippled_borders no
    border_margin 0
    border_width 1
    default_color white
    default_shade_color black
    alignment bottom_left
    minimum_size 1262
    gap_x 9
    gap_y 9
    use_spacer no
    no_buffers yes
    uppercase yes
    
    #Create own window instead of using desktop
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    TEXT
    ${alignc}${color white}${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed '1d' | cut -c 14-59 ;} 
    ${alignc}${color white}CORE1 ${color darkgrey}${execi 4 sensors |grep ° | grep -v 'temp' | sed '1d' | cut -c 14-19 ;} ${color white}/ ${color darkgrey}$freq_dyn_g GHz ${color white}/ ${color darkgrey}${cpu cpu1}% ${color black}\ ${color white}CORE2 ${color darkgrey}${execi 4 sensors |grep ° | grep -v 'temp' | sed '2d' | cut -c 14-19 ;} ${color white}/ ${color darkgrey}$freq_dyn_g GHz ${color white}/ ${color darkgrey}${cpu cpu2}% ${color black}\ ${color white}CPU SENSOR ${color darkgrey}${execi 4 sensors | grep temp1 | cut -c 14-16 ;}°C ${color black}\ ${color white}Zalman 9700LED CPU Cooler ${color darkgrey}${execi 4 sensors | grep fan1 | cut -c 11-20 ;} ${color black}\ ${color white}${execi 4 lspci | grep VGA | cut -c 60-75 ;} ${color darkgrey}/ ${color white}GPUCoreTemp ${color darkgrey}+${execi 4 nvidia-settings -q GPUCoreTemp | grep '[0-9][0-9]' | cut -c 49-51 ;}°C

  6. #1386
    Join Date
    Jun 2007
    Beans
    638
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Post your .conkyrc files w/ screenshots

    I have asked this Q in another thread but didn't get any reply. I was wondering if conky could be displayed similar to a news ticker/crawler, like the ones you see on TV in the news near the bottom of the screen (i.e. other news headlines).

    Or, if conky could be displayed fading in/fading out, at certain intervals.

    Just wondering if they could be possible coz it would be great, at least for me.
    Ubuntu User # 17490
    Currently: Fisheye 2, Diana F+, Viv UWS
    Lomografix

  7. #1387
    Join Date
    Jul 2006
    Beans
    809
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by rjmdomingo2003 View Post
    I have asked this Q in another thread but didn't get any reply. I was wondering if conky could be displayed similar to a news ticker/crawler, like the ones you see on TV in the news near the bottom of the screen (i.e. other news headlines).

    Or, if conky could be displayed fading in/fading out, at certain intervals.

    Just wondering if they could be possible coz it would be great, at least for me.
    I think you could hack a ticker by writing a script that moves letters from right to left and run it once per second. It might work? It definitely wouldn't be smooth.

  8. #1388
    Join Date
    Jul 2006
    Beans
    809
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by valucha View Post
    http://img152.imageshack.us/img152/8269/pantallazo1lt1.png
    Nice to see my weather script implemented on someone else's comp. How are you liking it?
    Last edited by PriceChild; January 8th, 2008 at 11:08 PM.

  9. #1389
    Join Date
    Jun 2007
    Location
    /home
    Beans
    44

    Re: Post your .conkyrc files w/ screenshots

    Here is mine. Inspired by Diatribe

    own_window no
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager
    double_buffer yes
    use_xft yes
    update_interval 0.5
    draw_shades no
    draw_borders no
    xftfont Monospaceixelsize=10
    minimum_size 1280 0
    border_margin 1
    default_color 081F3A
    alignment top_left
    gap_x 17
    gap_y 10


    TEXT
    ${color white} Ram: ${mem} Hdd: ${fs_used /} Mail: ${color ffffff}${execi 300 python ~/.scripts/gmail.py} ${color FFFFFF}
    Attached Images Attached Images

  10. #1390
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Hi folks,

    First my conkymain file:
    Code:
    background yes
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    use_spacer yes
    use_xft yes
    xftfont HandelGotD:size=8
    xftalpha 0.5
    update_interval 1.0
    draw_shades no
    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 3
    border_margin 9
    border_width 10
    default_color white
    own_window_colour brown
    own_window_transparent yes
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    gap_x 10
    gap_y 25
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    
    #  FOR MY INFO
    # For international dates & times ${tztime} see: /usr/share/zoneinfo
    # Leave 3 blank lines below TEXT to clear panels
    # add this line below TEXT to test things, remove when finished.
    
    #${color cyan}Setup: Weather$color
    #${color cyan}Fix me: CPU Temp: ${color white}${acpitemp}C $color
    #${color red}Test Cmds Above ${hr 3} $color
    
    TEXT
    
    ${alignc}${color cyan}~~== ${color orange}GMT ${color white}${tztime GMT %H:%M:%S} ${color cyan}==~~$color
    ${alignc}${Color orange}~~== ${color cyan}Canada ${color orange}==~~$color
    ${color orange}Sis${alignr}${color cyan}Winnipeg${color cyan}: ${color white}${tztime Canada/Central %H:%M:%S}$color
    ${color orange}JBM & CDM & LilSis${alignr}${alignr}${color cyan}London${color cyan}: ${color white}${tztime Canada/Eastern %H:%M:%S}$color
    
    ${alignc}${Color orange}~~== ${color cyan}Buenos Aires ${color orange}==~~$color
    
    ${color white}${alignc}${time %A, %d %b. %y} ${color cyan}: ${color white}${time %H:%M:%S}
    ${color orange}${alignc}$sysname $kernel ($machine)
    ${color orange}${alignc}UpTime for ${color white}${exec whoami} @ $nodename${color orange} $uptime $color
    ${color cyan}${hr 1}$color
    ${color orange}CPU: ${color white}${cpu}% ${color orange}${cpubar cpu0} $color
    ${color cyan}Freq: ${color white}$freq ${color cyan}MHz ${color cyan}     Running: ${color white}$running_processes ${color cyan}of ${color white}$processes${color cyan}processes $color
    ${color cyan}Load Avg (${color yellow}Min${color cyan}):$alignr${color yellow}1: ${color white}${loadavg 1}      ${color yellow}5: ${color white}${loadavg 2}     ${color yellow}15: ${color white}${loadavg 3} ${color orange}$color
    
    ${color orange}MEM: ${color cyan}RAM: ${color white}$memperc% ${color cyan}(${color white}${mem} ${color cyan}of ${color orange}${memmax}${color cyan}) ${color orange}$membar $color
    ${color orange}DISK: ${color cyan}Swap: ${color white}$swapperc% ${color cyan}(${color white}${swap} ${color cyan}of ${color orange}${swapmax}${color cyan})${color orange} ${swapbar}$color
    
    ${color orange}HD Info ${hr 1} $color
    ${color cyan}Ubuntu (sda5):${alignr}${color white}${fs_free_perc /media/sda5}% ${color cyan}(${color white}${fs_used /media/sda5} ${color cyan}of ${color orange}${fs_size /media/sda5}${color cyan}) $color
    ${color cyan}W2K (sda1):${alignr}${color white}${fs_free_perc /media/sda1}% ${color cyan}(${color white}${fs_used /media/sda1} ${color cyan}of ${color orange}${fs_size /media/sda1}${color cyan}) $color
    ${color orange}${hr 1} $color
    ${color cyan}BruLoo (sdb1):${alignr}${color white}${fs_free_perc /media/sdb1}% ${color cyan}(${color white}${fs_used /media/sdb1} ${color cyan}of ${color orange}${fs_size /media/sdb1}${color cyan}) $color
    ${color orange}${hr 1} $color
    ${color orange}IP ${color cyan}(${color white}${addr eth0}${color cyan}) ${color orange}${hr 1} $color
    ${color cyan}Down: ${color white}${downspeed eth0}k/s ${alignr}${color cyan}Up: ${color white}${upspeed eth0}k/s $color
    ${color cyan}Total: ${color white}${totaldown eth0} ${alignr}${color cyan}Total: ${color white}${totalup eth0} $color
    ${color cyan}Inbound: ${color white}$background yes
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    use_spacer yes
    use_xft yes
    xftfont HandelGotD:size=8
    xftalpha 0.5
    update_interval 1.0
    draw_shades no
    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 3
    border_margin 9
    border_width 10
    default_color white
    own_window_colour brown
    own_window_transparent yes
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    gap_x 10
    gap_y 25
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    
    #  FOR MY INFO
    # For international dates & times ${tztime} see: /usr/share/zoneinfo
    # Leave 1 blank line below TEXT to clear panel
    # add this line below TEXT to test things, remove when finished.
    
    #${color cyan}NOT working: CPU Temp: ${color white}${acpitemp}C $color
    #Find out HowTo: HD Temps
    #${color red}Test Cmds Above ${hr 3} $color
    
    TEXT
    
    ${alignc}${color cyan}~~== ${color orange}GMT ${color white}${tztime GMT %H:%M:%S} ${color cyan}==~~$color
    ${alignc}${Color orange}~~== ${color cyan}Canada ${color orange}==~~$color
    ${color orange}Sis${alignr}${color cyan}Winnipeg${color cyan}: ${color white}${tztime Canada/Central %H:%M:%S}$color
    ${color orange}JBM & CDM & LilSis${alignr}${alignr}${color cyan}London${color cyan}: ${color white}${tztime Canada/Eastern %H:%M:%S}$color
    
    ${alignc}${Color orange}~~== ${color cyan}Buenos Aires ${color orange}==~~$color
    h
    ${color white}${alignc}${time %A, %d %b. %y} ${color cyan}: ${color white}${time %H:%M:%S}
    ${color orange}${alignc}$sysname $kernel ($machine)
    ${color orange}${alignc}UpTime for ${color white}${exec whoami} @ $nodename${color orange} $uptime $color
    ${color cyan}${hr 1}$color
    ${color orange}CPU: ${color white}${cpu}% ${color orange}${cpubar cpu0} $color
    ${color cyan}Freq: ${color white}$freq ${color cyan}MHz ${color cyan}     Running: ${color white}$running_processes ${color cyan}of ${color white}$processes${color cyan}processes $color
    ${color cyan}Load Avg (${color yellow}Min${color cyan}):$alignr${color yellow}1: ${color white}${loadavg 1}      ${color yellow}5: ${color white}${loadavg 2}     ${color yellow}15: ${color white}${loadavg 3} ${color orange}$color
    
    ${color orange}MEM: ${color cyan}RAM: ${color white}$memperc% ${color cyan}(${color white}${mem} ${color cyan}of ${color orange}${memmax}${color cyan}) ${color orange}$membar $color
    ${color orange}DISK: ${color cyan}Swap: ${color white}$swapperc% ${color cyan}(${color white}${swap} ${color cyan}of ${color orange}${swapmax}${color cyan})${color orange} ${swapbar}$color
    
    ${color orange}HD Info ${hr 1} $color
    ${color cyan}Ubuntu (sda5):${alignr}${color white}${fs_free_perc /media/sda5}% ${color cyan}(${color white}${fs_used /media/sda5} ${color cyan}of ${color orange}${fs_size /media/sda5}${color cyan}) $color
    ${color cyan}W2K (sda1):${alignr}${color white}${fs_free_perc /media/sda1}% ${color cyan}(${color white}${fs_used /media/sda1} ${color cyan}of ${color orange}${fs_size /media/sda1}${color cyan}) $color
    ${color orange}${hr 1} $color
    ${color cyan}BruLoo (sdb1):${alignr}${color white}${fs_free_perc /media/sdb1}% ${color cyan}(${color white}${fs_used /media/sdb1} ${color cyan}of ${color orange}${fs_size /media/sdb1}${color cyan}) $color
    ${color orange}${hr 1} $color
    ${color orange}IP ${color cyan}(${color white}${addr eth0}${color cyan}) ${color orange}${hr 1} $color
    ${color cyan}Down: ${color white}${downspeed eth0}k/s ${alignr}${color cyan}Up: ${color white}${upspeed eth0}k/s $color
    ${color cyan}Total: ${color white}${totaldown eth0} ${alignr}${color cyan}Total: ${color white}${totalup eth0} $color
    ${color cyan}Inbound: ${color white}${tcp_portmon 1 32767 count}          ${color cyan}Outbound: ${color white}${tcp_portmon 32768 61000 count}${alignr}${color cyan}Total: ${color white}${tcp_portmon 1 65535 count} $color
    ${color orange}Connections ${color white}${tcp_portmon 32768 61000 count} ${alignr} ${color orange}Service/Port $color${color white}
    ${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0}
    ${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1}
    ${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2}
    ${tcp_portmon 32768 61000 rhost 3} ${alignr} ${tcp_portmon 32768 61000 rservice 3}
    ${tcp_portmon 32768 61000 rhost 4} ${alignr} ${tcp_portmon 32768 61000 rservice 4}
    ${tcp_portmon 32768 61000 rhost 5} ${alignr} ${tcp_portmon 32768 61000 rservice 5}$color{tcp_portmon 1 32767 count}          ${color cyan}Outbound: ${color white}${tcp_portmon 32768 61000 count}${alignr}${color cyan}Total: ${color white}${tcp_portmon 1 65535 count} $color
    ${color orange}Connections ${color white}${tcp_portmon 32768 61000 count} ${alignr} ${color orange}Service/Port $color${color white}
    ${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0}
    ${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1}
    ${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2}
    ${tcp_portmon 32768 61000 rhost 3} ${alignr} ${tcp_portmon 32768 61000 rservice 3}
    ${tcp_portmon 32768 61000 rhost 4} ${alignr} ${tcp_portmon 32768 61000 rservice 4}
    ${tcp_portmon 32768 61000 rhost 5} ${alignr} ${tcp_portmon 32768 61000 rservice 5}$color
    First drive - 80 Gig
    Ubuntu - sda5 - 62.5 Gig
    W2K - sda1
    sda6 - I thought was my swap partition, but it isn't configured (I think it's a W2K thing, don't know.)

    Second drive - 40 Gig
    BruLoo - sdb1

    Questions:
    1. Conky is reporting BruLoo (sdb1) as if it was the Ubuntu partition (sda5) but sdb1 is a seperate 40 Gig HD. Can anyone help fix this "oopps"?
    2. What is sda6?
    3. How do I find my "swap" partition? I remember creating it at 1Gig, and it is being reported above correctly, I think.

    And last but not least, an off topic question:

    4. Why is my computer constantly downloading "something" at 11-13 k/s even when I'm not doing anything online?

    Bruce
    Attached Images Attached Images

Page 139 of 2348 FirstFirst ... 39891291371381391401411491892396391139 ... 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
  •