Page 31 of 2348 FirstFirst ... 21293031323341811315311031 ... LastLast
Results 301 to 310 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #301
    Join Date
    Aug 2005
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by AriciU View Post
    Tried it. It's way to light... can't see anything.
    Try this ${color steel blue} it should work.
    Advantages and Disadvantages of 64bit.(Plus install Guides)

    ‘In search of some small measure of peace, that we all seek, and few of us ever find.’

  2. #302
    Join Date
    Jun 2007
    Location
    Bucharest, Romania
    Beans
    117
    Distro
    Gutsy Gibbon Testing

    Re: Post your .conkyrc files w/ screenshots

    Still can't see the MEMORY/DISC section above the blue transparent apple.

    Is there any page where i can see a full list of color aliases that i can use? Other then the usual black, red, green etc?

    Thanks
    I like poetry,
    long walks on the beach,
    and poking dead things with a stick

  3. #303
    Join Date
    Aug 2006
    Location
    US
    Beans
    1,681

    Re: Post your .conkyrc files w/ screenshots

    no matter what i put as 'xftfont sans:size=10' i get an error like

    Conky: can't load font 'sans:size=10'

    any ideas?

  4. #304
    Join Date
    Oct 2005
    Location
    UK
    Beans
    521
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Post your .conkyrc files w/ screenshots

    The font has to be down as Bitstream Vera Sans:size=10
    "Of all the things I've lost, I miss my mind the most " -- Ozzy Osbourne

  5. #305
    Join Date
    Aug 2005
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by AriciU View Post
    Still can't see the MEMORY/DISC section above the blue transparent apple.

    Is there any page where i can see a full list of color aliases that i can use? Other then the usual black, red, green etc?

    Thanks
    Post a screen shot of your running conky config, and include your conky.rc as well.

    Quote Originally Posted by dbbolton View Post
    no matter what i put as 'xftfont sans:size=10' i get an error like

    Conky: can't load font 'sans:size=10'

    any ideas?
    xftfont Mukti Narrow:size=8

    Code:
    # Use Xft?
    use_xft yes
    
    # Xft font when Xft is enabled
    xftfont Bitstream Vera Sans Mono:size=8
    
    # Text alpha when using Xft
    xftalpha 0.8
    Last edited by John.Michael.Kane; June 25th, 2007 at 08:49 PM.
    Advantages and Disadvantages of 64bit.(Plus install Guides)

    ‘In search of some small measure of peace, that we all seek, and few of us ever find.’

  6. #306
    Join Date
    Jun 2007
    Location
    Bucharest, Romania
    Beans
    117
    Distro
    Gutsy Gibbon Testing

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by SD-Plissken View Post
    Post a screen shot of your running conky config, and include your conky.rc as well.
    Here goes again

    # 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

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

    # border width
    border_width 10

    # Default colors and also border colors, grey90 == #e5e5e5
    default_color black

    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

    TEXT
    $color
    ${color orange}SYSTEM ${hr 2}$color
    $nodename $sysname $kernel on $machine
    Uptime: $uptime

    ${color orange}CPU ${hr 2}$color
    ${execi 30 cat /proc/cpuinfo | grep 'model name' | cut -c14-46}
    CPU Frequency: ${freq}MHz CPU Temp: ${execi 30 sensors | grep CPU | paste -s | cut -c15-16} C
    $cpubar
    ${cpugraph 000000 ffffff}
    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_used /}/${fs_size /} ${fs_bar 6 /}$color
    Kane: ${fs_used /media/sda1}/${fs_size /media/sda1} ${fs_bar 6 /media/sda1}$color
    E63: ${fs_used /media/hdb1}/${fs_size /media/hdb1} ${fs_bar 6 /media/hdb1}
    SCT: ${fs_used /media/sdb1}/${fs_size /media/sdb1} ${fs_bar 6 /media/sdb1}
    Vista: ${fs_used /media/hdb2}/${fs_size /media/hdb2} ${fs_bar 6 /media/hdb2}

    ${color orange}GPU ${hr 2}$color
    Card: ${execi 30 nvclock -i | grep 'Card:' | cut -c16-29}
    GPU: ${execi 30 nvclock -i | grep 'Architecture:' | cut -c16-19} @ ${execi 30 nvclock -i | grep 'GPU clock:' | cut -c13-23}
    Mem: ${execi 30 nvclock -i | grep 'Amount:' | cut -c10-15} ${execi 30 nvclock -i | grep 'Type:' | cut -c17-20} @ ${execi 30 nvclock -i | grep 'Clock:' | cut -c10-21}
    GPU Temp: ${execi 30 nvidia-settings -q gpucoretemp |grep '):' | cut -c 38-39} C

    ${color orange}HDD Temp ${hr 2}$color
    WD1600JB: ${execi 30 hddtemp /dev/hdb | cut -c32-33} C
    WD2000JS: ${execi 30 hddtemp /dev/sda | cut -c55-56} C
    WD3200JS: ${execi 30 hddtemp /dev/sdb | cut -c55-56} C

    ${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}WEATHER ${hr 2}$color
    ${execi 60 /usr/bin/pymetar LRBS}
    Attached Images Attached Images
    I like poetry,
    long walks on the beach,
    and poking dead things with a stick

  7. #307
    Join Date
    Aug 2006
    Location
    US
    Beans
    1,681

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by SD-Plissken View Post
    Post a screen shot of your running conky config, and include your conky.rc as well.



    xftfont Mukti Narrow:size=8

    Code:
    # Use Xft?
    use_xft yes
    
    # Xft font when Xft is enabled
    xftfont Bitstream Vera Sans Mono:size=8
    
    # Text alpha when using Xft
    xftalpha 0.8
    here's my .conkyrc
    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
    
    #fonts
    # Use Xft?
    use_xft yes
    
    # Xft font when Xft is enabled
    xftfont Bitstream Vera Sans Mono:size=8
    
    # Text alpha when using Xft
    xftalpha 0.8
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer no
    
    # 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
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 9
    
    # border width
    border_width 10
    
    # 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 10
    gap_y 10
    
    # 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
    ${freq}MHz   Load: ${loadavg}   Temp: ${acpitemp}
    $cpubar
    ${cpugraph 000000 ffffff}
    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 
    hda1:  ${fs_free_perc /media/hda1}%   ${fs_bar 6 /media/hda1}$color
    hda3:  ${fs_free_perc /media/hda3}%   ${fs_bar 6 /media/hda3}
    
    ${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 -n3 /var/log/messages | fold -w50}
    screen shot attached.
    Attached Images Attached Images

  8. #308
    Join Date
    Mar 2006
    Beans
    356
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    I did a little page on conky just now.

    http://www.ngbnet.org/conkyrcdotfiles

    Enjoy
    Attached Images Attached Images

  9. #309
    Join Date
    Jan 2007
    Location
    London, UK
    Beans
    3,525
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Just conky update on my old preferred kernel

    Code:
    # UBUNTU-CONKY
    # A comprehensive conky script, configuwhite 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 (requiwhite 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 (whiteuces flicker, may not work for everyone)
    double_buffer yes
    
    # fiddle with window
    use_spacer yes
    use_xft yes
    
    # 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 ae_Rasheeq-07
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 9
    
    # border width
    border_width 10
    
    # Default colors and also border colors, grey90 == #e5e5e5
    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 10
    gap_y 10
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    $color
    ${color green}TERMINATOR: SONY VAIO PCG-K4 ROBOT|${color}Ubuntu Feisty Fawn 7.04${hr 2}$color
    ${color white}|$nodename $sysname $kernel on $machine| 
    ${offset 240}${color white}${time %a, } ${color white} ${time %e %B %G}
    ${offset 240}${color white}${time %Z,    }${color white} ${time %H:%M:%S}
    ${offset 240}${color white}UpTime: ${color white}$uptime
    ${color white}${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'}${hr 2}$color
    ${color white}P: ${color yellow}[$cpu%] ${color green} Running at: ${color orange}[${freq}mhz] ${color white}Temp: ${color yellow}[${acpitemp}C] ${color white}HDD TEMP: ${color yellow}[${hddtemp /dev/hda localhost 7634}] 
    ${color white}$cpubar
    ${cpugraph 000000 ff0000}
    TARGET NAME    ${alignr}         CPU %        MEM%
    ${color yellow}${top name 1} ${alignr}${top pid 1}   ${top cpu 1}    ${top mem 1}
    ${color white}${top name 2} ${alignr}${top pid 2}   ${top cpu 2}    ${top mem 2}
    ${color white}${top name 3} ${alignr}${top pid 3}   ${top cpu 3}    ${top mem 3}
    ${color white}${top name 4} ${alignr}${top pid 4}   ${top cpu 4}    ${top mem 4}
    
    |${color white}Dikshaś B´day only ${color green}${execi 18000 python /home/ash/.countdown.py}${color white} days left|
    
    ${color white}MEMORY ${hr 2}$color
    ${color white}RAM $memmax:   ${color green}$memperc% 	Used: ${color green}$mem${color green}  ${membar 6}$color
    ${color white}Swap $swapmax:  ${color green}$swapperc% 	Used: ${color green}$swap${color green}  ${swapbar 6}$color
    
    ${color white}DISKS ${color white}HDD TEMP: ${color green}[${hddtemp /dev/hda localhost 7634}]${color white}${hr 2}$color
    ${color yellow}HDA1 Root ext3: ${fs_free_perc /}%   ${fs_bar 6 /}$color 
    ${color white}HDA2 NTFS C Drive:  ${fs_free_perc /media/hda2}%   ${fs_bar 6 /media/hda2}$color
    ${color white}HDA5 NTFS D Drive: ${fs_free_perc /media/hda5}%   ${fs_bar 6 /media/hda5}$color
    ${color white}cdrom0 DVD-RW: ${color white}${fs_free_perc /media/cdrom0}%   ${fs_bar 6 /media/cdrom0}$color
    ${color white}sda usbdisk: ${color white}${fs_free_perc /media/usbdisk}%   ${fs_bar 6 /media/usbdisk}$color
    ${color white}HDD I/O:${color white} $diskio${color white}${diskiograph 0000ff 00ff00}
    
    ${color yellow}Wireless LAN ath0 (${addr ath0}) ${color yellow}Signal strength: ${color yellow}[${execi 1 /home/ash/.signal.sh}%]${color yellow}${hr 2}$color
    ${color white}Down: ${color white}${downspeed ath0} k/s $color${alignr}Up: ${color white}${upspeed ath0} k/s
    ${color white}${downspeedgraph ath0 25,140 000000 ff0000} ${alignr}${upspeedgraph ath0 
    25,140 0000ff 00ff00}$color
    ${color white}Total: ${totaldown ath0} ${alignr}Total: ${totalup ath0}
    ${color orange}Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768 
    61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}
    ${color green}Inbound Connection ${alignr} Local Service/Port$color
     ${tcp_portmon 1 32767 rhost 0} ${alignr} ${tcp_portmon 1 32767 lservice 0}
     ${tcp_portmon 1 32767 rhost 1} ${alignr} ${tcp_portmon 1 32767 lservice 1}
    ${color green}Outbound Connection ${alignr} Remote Service/Port$color
     ${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}
    Attached Images Attached Images
    You came empty handed, that is how you shall leave. Whatever you claim as yours today, belonged to someone else yesterday, will be someone else's tomorrow.

  10. #310
    Join Date
    Apr 2005
    Location
    Brisbane, Qld. Australia
    Beans
    202
    Distro
    Kubuntu 9.10 Karmic Koala

    Question Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dbbolton View Post
    screen shot attached.
    Who, pray tell is the chick in your screenshot. That is if you don't mind passing on her name.

    Otherwise, I'll accept it if you tell me to crawl back under my rock.

    Cheers
    "I'm just sittin' here watchin' the wheels go 'round and 'round"
    John Lennon

Page 31 of 2348 FirstFirst ... 21293031323341811315311031 ... 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
  •