Page 502 of 2348 FirstFirst ... 240245249250050150250350451255260210021502 ... LastLast
Results 5,011 to 5,020 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #5011
    Join Date
    Nov 2008
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Sorry for the clutter. I was showing off my desktop to a friend earlier... and im too lazy to crop.
    btw, the weather on the bottom of conky is from cairodock. Conky weather was being a poopoo to me.

    Code:
    background yes
    font Liberation Sans:size=8
    xftfont Liberation Sans:size=8
    use_xft yes
    xftalpha 0.1
    update_interval 1.0
    total_run_times 0
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    minimum_size 220 5
    maximum_width 220
    default_color d7d7d7
    default_shade_color black
    default_outline_color black
    alignment top_right
    gap_x 2
    gap_y 10
    no_buffers yes
    cpu_avg_samples 2
    override_utf8_locale yes
    uppercase no # set to yes if you want all text to be in uppercase
    use_spacer no
    
    
    TEXT
    ${color ff9b2f}${font openlogos:size=30}u$color${font}
    ${voffset -38}${goto 40}$sysname  $kernel on $machine${voffset -18}
    ${voffset 16}${goto 40}$nodename  ${execi 30000 lsb_release -d | sed 's/.*:\s*//'}
    ${font Arial:size=16}${color fff3d6}${goto 80}${time %I:%M:%S}$color$font
    ${voffset -19}${goto 44}${color fff071}${font Cursivestandard:size=21} ${time %A }
    ${voffset -35}${goto 40}$font${time %B} ${time %e}, ${time %G}
    $color$stippled_hr
    ${font Liberation Sans:style=Bold:size=9}${color white}Uptime / Load: ${font Liberation Sans:style=none:size=8}${color d1f3ff}$uptime ${color}/ ${color ffc06f}${loadavg}
    $color$stippled_hr
    $alignc${font Liberation Sans:style=None:size=8}${execi 3000 grep 'model name' /proc/cpuinfo -m1 | sed 's/.*: //'}
    ${cpu cpu1}% ${color #e4aaff}${cpubar cpu1}
    ${color}${cpu cpu2}% ${color #eec9ff}${cpubar cpu2}
    ${color}${cpu cpu3}% ${color #f4dbff}${cpubar cpu3}
    ${color}${cpu cpu4}% ${color #f8e9ff}${cpubar cpu4}
    ${color white}${font Liberation Sans:style=Bold:size=8}RAM ${font Liberation Sans:style=None:size=8}$alignc $mem / $memmax $alignr $memperc%
    ${color fff073}$membar
    $color$stippled_hr
    ${color white}${font VariShapesSolid:style=Bold:size=12}Q${font Liberation Sans:style=Bold:size=9}Down ${alignr}${goto 130}${voffset -10}${font VariShapesSolid:style=Bold:size=12}q${font Liberation Sans:style=Bold:size=9}Up
    ${color black}${downspeedgraph eth0 25,107 22b4ff f179a1} ${alignr}${upspeedgraph eth0 25,107 f179a1 b2ff67}
    ${color white}${font Liberation Sans:style=None:size=9}${totaldown eth0}[${downspeed eth0}k/s] ${alignr}${totalup eth0}[${upspeed eth0} k/s]
    $color$stippled_hr
    ${color white}${font Liberation Sans:style=Bold:size=8}TOP 3 CPU (%) $alignc CPU  MEM 
    $font${color ff1e13}${top name 1}${color skyblue}$alignc${top cpu 1}${color pink}${top mem 1}$color
    ${color white}${top name 2}${color skyblue}$alignc${top cpu 2}${color pink}${top mem 2}$color
    ${color white}${top name 3}${color skyblue}$alignc${top cpu 2}${color pink}${top mem 3}$color
    ${voffset -53}${goto 159}${color fff071}${font SakabeThings01:size=50}k$color${font}
    $color$stippled_hr
    ${color ffafaf}$alignc${font Arial:size=12}Todo
    ${color #021929}    ${font fb_nyan:size=130}b
    ${voffset -318}${color white}${font Georgia:size=8}${execi 600 conkyGoogleCalendar --username=asdf --password=asdf --daysahead=28 --limit=4}
    $color$stippled_hr
    ${font Sensation, Regular:size=10}${color white}${alignc}GMail - ${color b7e3f4}${execi 300 python ~/.scripts/gmail.py} ${color FFFFFF}
    ${color white}${font cursivestandard:size=12} Calendar $stippled_hr$color
    ${color white}${font DejaVu Sans Mono:size=14}${alignc}${time %B %Y}
    ${color 6b6b6b}${font DejaVu Sans Mono:size=12}${execpi 60 DJS=`date +%_d`; cal | sed '1d' | sed '/./!d' | sed 's/$/                     /' | fold -w 21 | sed -n '/^.\{21\}/p' | sed 's/^/${alignc} /' | sed /" $DJS "/s/" $DJS "/" "'${color f6ff07}'"$DJS"'${color ffc7f8}'" "/}
    Attached Images Attached Images

  2. #5012
    Join Date
    Dec 2008
    Beans
    48

    Re: Post you're .conkyrc files w/ screenshots

    Hi,

    I'm using the code from second post but this code does not monitor my wireless conection. What can I do?

    Another problem, is, if I run conky from console, I have the following information: Conky: statfs '/mnt/slack': No such file or directory. What does that mean?

    Also I have 2 other problems. My conky is already forked with background yes, but it still not always in the desktop... Other problem is, this code have many unused area (at least the twice), so it's very anoying.

    Can anyone help me?
    Last edited by TMachado; December 13th, 2008 at 12:41 AM.

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

    Re: Post your .conkyrc files w/ screenshots

    Another problem, is, if I run conky from console, I have the following information: Conky: statfs '/mnt/slack': No such file or directory
    This is caused by the following in the .conkyrc:
    Code:
    ${offset 240}${color slate grey}SLACK:  ${color }${fs_free /mnt/slack} ${fs_size /mnt/slack}
    ${offset 240}${fs_bar 3,100 /mnt/slack}
    This is trying to get the usage stats on a file system mounted at /mnt/slack
    The person who posted this conkyrc must have a partition here, which you don't, so you can remove these lines (or if you have another partition you would like to monitor edit it accordingly.)

  4. #5014
    Join Date
    Dec 2008
    Beans
    48

    Re: Post you're .conkyrc files w/ screenshots

    I really like this script, but there's really any problem with the used space. Please look at my atachment.

    What can I do to fit the used area?

    Quote Originally Posted by Anonii View Post
    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_hints undecorated,below,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 3.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=8
    xftalpha 0.8
    
    TEXT
    
    ${offset 240}${color slate grey}${time %a, } ${color }${time %e %B %G}
    ${offset 240}${color slate grey}${time %Z,    }${color }${time %H:%M:%S}
    ${offset 240}${color slate grey}UpTime: ${color }$uptime
    ${offset 240}${color slate grey}Kern:${color }$kernel
    ${offset 240}${color slate grey}CPU:${color } $cpu% ${acpitemp}C
    ${offset 240}${cpugraph 20,130 000000 ffffff}
    ${offset 240}${color slate grey}Load: ${color }$loadavg
    ${offset 240}${color slate grey}Processes: ${color }$processes  
    ${offset 240}${color slate grey}Running:   ${color }$running_processes
    
    ${offset 240}${color slate grey}Highest CPU:
    ${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}Highest MEM:
    ${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}MEM:  ${color } $memperc% $mem/$memmax
    ${offset 240}${membar 3,100}
    ${offset 240}${color slate grey}SWAP: ${color }$swapperc% $swap/$swapmax
    ${offset 240}${swapbar 3,100}
    
    ${offset 240}${color slate grey}ROOT:    ${color }${fs_free /}/${fs_size /}
    ${offset 240}${fs_bar 3,100 /}
    ${offset 240}${color slate grey}HOME:  ${color }${fs_free /home}/${fs_size /home}
    ${offset 240}${fs_bar 3,100 /home}
    ${offset 240}${color slate grey}SLACK:  ${color }${fs_free /mnt/slack}/${fs_size /mnt/slack}
    ${offset 240}${fs_bar 3,100 /mnt/slack}
    ${offset 240}${color slate grey}NET: 
    ${offset 240}${color}Up: ${color }${upspeed eth0} k/s
    ${offset 240}${upspeedgraph eth0 20,130 000000 ffffff}
    ${offset 240}${color}Down: ${color }${downspeed eth0}k/s${color}
    ${offset 240}${downspeedgraph eth0 20,130 000000 ffffff}
    Attached Images Attached Images

  5. #5015
    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 really like this script, but there's really any problem with the used space. Please look at my atachment.

    What can I do to fit the used area?
    Code:
    # Minimum size of text area
    minimum_size 400 5
    I think if you comment out this line then Conky will only use as much space as is needed.
    Last edited by ajcham; December 13th, 2008 at 03:12 AM. Reason: Context

  6. #5016
    Join Date
    Mar 2008
    Location
    Florida
    Beans
    16
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Post you're .conkyrc files w/ screenshots

    Quote Originally Posted by Anonii View Post
    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_hints undecorated,below,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 3.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=8
    xftalpha 0.8
    
    TEXT
    
    ${offset 240}${color slate grey}${time %a, } ${color }${time %e %B %G}
    ${offset 240}${color slate grey}${time %Z,    }${color }${time %H:%M:%S}
    ${offset 240}${color slate grey}UpTime: ${color }$uptime
    ${offset 240}${color slate grey}Kern:${color }$kernel
    ${offset 240}${color slate grey}CPU:${color } $cpu% ${acpitemp}C
    ${offset 240}${cpugraph 20,130 000000 ffffff}
    ${offset 240}${color slate grey}Load: ${color }$loadavg
    ${offset 240}${color slate grey}Processes: ${color }$processes  
    ${offset 240}${color slate grey}Running:   ${color }$running_processes
    
    ${offset 240}${color slate grey}Highest CPU:
    ${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}Highest MEM:
    ${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}MEM:  ${color } $memperc% $mem/$memmax
    ${offset 240}${membar 3,100}
    ${offset 240}${color slate grey}SWAP: ${color }$swapperc% $swap/$swapmax
    ${offset 240}${swapbar 3,100}
    
    ${offset 240}${color slate grey}ROOT:    ${color }${fs_free /}/${fs_size /}
    ${offset 240}${fs_bar 3,100 /}
    ${offset 240}${color slate grey}HOME:  ${color }${fs_free /home}/${fs_size /home}
    ${offset 240}${fs_bar 3,100 /home}
    ${offset 240}${color slate grey}SLACK:  ${color }${fs_free /mnt/slack}/${fs_size /mnt/slack}
    ${offset 240}${fs_bar 3,100 /mnt/slack}
    ${offset 240}${color slate grey}NET: 
    ${offset 240}${color}Up: ${color }${upspeed eth0} k/s
    ${offset 240}${upspeedgraph eth0 20,130 000000 ffffff}
    ${offset 240}${color}Down: ${color }${downspeed eth0}k/s${color}
    ${offset 240}${downspeedgraph eth0 20,130 000000 ffffff}
    love your conky, but i need help with the net part and getting it to show my up and down speeds

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

    Re: Post your .conkyrc files w/ screenshots

    love your conky, but i need help with the net part and getting it to show my up and down speeds
    Are you using a wired or wireless connection?
    If wireless try changing eth0 to wlan0 in the following part of your script:
    Code:
    ${offset 240}${color slate grey}NET: 
    ${offset 240}${color}Up: ${color }${upspeed eth0} k/s
    ${offset 240}${upspeedgraph eth0 20,130 000000 ffffff}
    ${offset 240}${color}Down: ${color }${downspeed eth0}k/s${color}
    ${offset 240}${downspeedgraph eth0 20,130 000000 ffffff}

  8. #5018
    Join Date
    Mar 2008
    Location
    Florida
    Beans
    16
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Post your .conkyrc files w/ screenshots

    i use wired.

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

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Shadowhack View Post
    i use wired.
    OK, try ifconfig to see which network interface you are using, then change the references to eth0 in your .conkyrc appropriately.

    If it turns out you are indeed using eth0, then I'm afraid I'm stumped.

  10. #5020
    Join Date
    Mar 2008
    Location
    Florida
    Beans
    16
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Post your .conkyrc files w/ screenshots

    the chart things started working right after i downloaded something, but i got some box around it.

    http://i37.tinypic.com/293kgtv.png

Page 502 of 2348 FirstFirst ... 240245249250050150250350451255260210021502 ... 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
  •