Page 790 of 2348 FirstFirst ... 29069074078078878979079179280084089012901790 ... LastLast
Results 7,891 to 7,900 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #7891
    Join Date
    Apr 2008
    Beans
    332

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by epidemiks View Post
    So, I updated to 1.7.1.1,

    [code]~$ conky -v
    Conky 1.7.1.1 compiled Sun Jul 5 14:02:25 EST 2009 for Linux 2.6.27-14-generic (x86_64)

    Compiled in features:

    System config file: /usr/local/etc/conky/conky.conf
    ......

    what happened to the wireless stuff?? how do I get them added in the compiled features??
    If you compiled it, the default doesn't have wifi enabled. You gotta be careful after you run the ./configure and check all that everything you need is enabled/disabled.

    When compiling run this to enable wifi variables.
    Code:
    ./configure --prefix=/usr --enable-wlan
    Then run your "make"s

    --prefix=/usr line is just to make sure it finds its way to the bin.
    I have a strong hatred of KDE

  2. #7892
    Join Date
    Jul 2007
    Location
    The U. S. of A.
    Beans
    163
    Distro
    Kubuntu Development Release

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

    Quote Originally Posted by epidemiks View Post
    So, I updated to 1.7.1.1,
    ...

    and now I'm getting this:
    Code:
    Conky: unknown variable freq_dyn
    Conky: unknown variable wireless_essid
    Conky: unknown variable wireless_ap
    Conky: unknown variable wireless_link_qual_perc
    Conky: unknown variable wireless_bitrate
    what happened to the wireless stuff?? how do I get them added in the compiled features??
    Also the freq_dyn variables were removed and won't be coming back
    || Kubuntu x86_64 (15.10 Dev.) || KDE 4.9.00 ||
    || Dell Inspiron 570 || 8GB PC3-10600 DDR3 RAM || AMD Phenom II X4 820 @ 2.8Ghz ||
    || Logitech M570 Trackball || Logitech G15 Gaming Keyboard ||
    Conky: ... no such configuration: 'normal'

  3. #7893
    Join Date
    Aug 2008
    Beans
    316

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

    wow i like it...
    could someone post some simple instructions on how use/intall it?

  4. #7894
    Join Date
    Sep 2007
    Beans
    Hidden!

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

    Quote Originally Posted by heyyy View Post
    wow i like it...
    could someone post some simple instructions on how use/intall it?
    Are you talking about conky in general?

    Look here: HowTo: A Beginners Guide to Setting up Conky.

    If that's not what you are talking about, just what is it that you like and want instructions on how to use install?

    Have a nice day.
    Bruce

  5. #7895
    Join Date
    May 2009
    Beans
    1

    Re: Post your .conkyrc files w/ screenshots

    Dudes..this thread rocks..thanks to all those who initiated and contributed to this thread. But, I got a problem with my conky file that I picked it up from this thread{thanks to Detroit/Zero User}. Initially, I had few problems like:
    >> Time & date were beneath panel {could not see it}
    >> wireless was not visible at all and ethernet was displayed for nothing as I use wireless.{deleted ethernet code from my conky and replaced ath0 with wlan0..that way got the wireless part}

    But I still have few problems with it,
    >> when running on battery, it shows AC Adaptorff-line but battery % is always 0%.
    >> CPU temperatures for both cores are not at all displayed. tried my best here..cudn't succeed.
    >>In Wireless section, Down and Up are always 0 k/s even if my wireless if up.

    I am posting all the files I have on my laptop

    .conkyrc
    Code:
    ## Conky
    background yes
    out_to_console no
    top_cpu_separate yes
    max_port_monitor_connections 256
    cpu_avg_samples 1
    net_avg_samples 1
    update_interval 1
    
    # Text    
    uppercase no
    override_utf8_locale yes
    font Bitstream Charter:style=Regular
    use_xft yes
    xftfont Vibrocentric:size=10
    
    # Window
    own_window yes
    own_window_class Conky
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    own_window_type override
    own_window_colour 111111
    
    # Graphics
    double_buffer yes
    draw_borders no
    draw_graph_borders no
    draw_shades yes
    draw_outline no
    
    # Layout
    alignment top_right
    gap_x 20
    gap_y 30
    maximum_width 250
    minimum_size 1000
    
    # Colors
    default_shade_color 000000
    default_outline_color 000000
    default_color ffffff
    color1 008FCC
    color2 b2b2b2
    color3 0000ff
    color7 00ff00
    color8 ffff00
    color9 ff0000
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    ${font Vibrocentric:size=18}${time %k:%M:%S}${alignr}${time %a/%b/%d}
    ${voffset -7}${color1}${font Vibrocentric:style=bold:size=14}${pre_exec lsb_release -d | cut -c14-28} LTS$font${color3}${voffset 1}${hr 0}$color
    ${kernel}  -  ${machine}
    $color${nodename}${goto 131}${color2}Uptime:$color ${uptime}
    ${color2}AC Adaptor:$color ${acpiacadapter} ${color2}${goto 131}Battery: $color${battery_percent BAT1}%
    ${color1}${font Vibrocentric:style=bold:size=14}Processor & Memory$font${color3}${voffset 1}${hr 0}$color
    $color${pre_exec cat /proc/cpuinfo | grep 'model name' | sort -u | cut -c14-33,44-60}
    ${color2}CPU Max:${color} ${freq_dyn_g}GHz ${goto 131}${color2}CPU:$color $cpu%
    ${voffset -4}${cpugraph cpu1 35,123 000033 3299cc}${alignr}${cpugraph cpu2 35,123 000033 3299cc}$font
    ${voffset -40}${color2}Core 0:${goto 131}${color2}Core 1:$color
    ${voffset 11}${color2}Temp:${execpi 6 sensors | grep 'Core 0:' | paste -s | cut -c15-21 | xargs ~/Conky/colorize-temp.sh}${goto 131}${color2}Temp:${execpi 6 sensors | grep 'Core 1:' | paste -s | cut -c15-21 | xargs ~/Conky/colorize-temp.sh}
    ${color2}RAM:$color $mem/$memmax  -${alignr}$memperc%
    ${voffset -4}${membar 3,250}
    ${color2}Swap:$color $swap/$swapmax -${alignr}$swapperc%
    ${voffset -4}${swapbar 3,250}
    ${color1}${font Vibrocentric:style=bold:size=14}Top Processes$font${color3}${voffset 1}${hr 0}$color
    ${voffset 3}${color2}${hr 0}
    ${voffset -17}${color2}Name${goto 125}PID${goto 172}CPU%${goto 220}RAM%$color
    ${top name 1}${goto 115}${top pid 1}${goto 165}${top cpu 1}${goto 215}${top mem 1}
    ${top name 2}${goto 115}${top pid 2}${goto 165}${top cpu 2}${goto 215}${top mem 2}
    ${top name 3}${goto 115}${top pid 3}${goto 165}${top cpu 3}${goto 215}${top mem 3}
    ${top name 4}${goto 115}${top pid 4}${goto 165}${top cpu 4}${goto 215}${top mem 4}
    ${top name 5}${goto 115}${top pid 5}${goto 165}${top cpu 5}${goto 215}${top mem 5}
    ${voffset 5}${color2}${hr 0}
    ${voffset -17}${color2}Name${goto 125}PID${goto 172}CPU%${goto 220}RAM%$color
    ${top_mem name 1}${goto 115}${top_mem pid 1}${goto 165}${top_mem cpu 1}${goto 215}${top_mem mem 1}
    ${top_mem name 2}${goto 115}${top_mem pid 2}${goto 165}${top_mem cpu 2}${goto 215}${top_mem mem 2}
    ${top_mem name 3}${goto 115}${top_mem pid 3}${goto 165}${top_mem cpu 3}${goto 215}${top_mem mem 3}
    ${top_mem name 4}${goto 115}${top_mem pid 4}${goto 165}${top_mem cpu 4}${goto 215}${top_mem mem 4}
    ${top_mem name 5}${goto 115}${top_mem pid 5}${goto 165}${top_mem cpu 5}${goto 215}${top_mem mem 5}
    ${color1}${font Vibrocentric:style=bold:size=14}Disks$font${color3}${voffset 1}${hr 0}$color
    ${color2}Drive Temp:$color ${execpi 10 hddtemp /dev/sda | paste -s |cut -c36-40 | xargs ~/Conky/colorize-hdd.sh}${goto 131}${color2}Drive I/O: $color${diskio /dev/sda}
    ${color2}Root:$color ${fs_used /}/${fs_size /} - ${alignr}${fs_free_perc /}% Free
    ${voffset -3}${fs_bar 3,160 /}${alignr}${color2}R${color}${diskiograph_read /dev/sda5 9,30 000033 3299cc} ${color2}W${color}${diskiograph_write /dev/sda5 9,30 000033 3299cc}
    ${color2}/home:$color ${fs_used /home/zero}/${fs_size /home/zero} - ${alignr}${fs_free_perc /home/zero}% Free
    ${voffset -3}${fs_bar 3,160 /home/zero}${alignr}${color2}R${color}${diskiograph_read /dev/sda7 9,30 000033 3299cc} ${color2}W${color}${diskiograph_write /dev/sda7 9,30 000033 3299cc}${if_existing /media/SQ004286V02}
    ${color2}Vista: $color${fs_used /media/SQ004286V02}/${fs_size /media/SQ004286V02} -${alignr}${fs_free_perc /media/SQ004286V02}% Free
    ${voffset -3}${fs_bar 3,160 /media/SQ004286V02}${alignr}${color2}R${color}${diskiograph_read /dev/sda2 9,30 000033 3299cc} ${color2}W${color}${diskiograph_write /dev/sda2 9,30 000033 3299cc}${endif}${if_existing /media/disk}
    ${color2}Disk: $color${fs_used /media/disk}/${fs_size /media/disk} -${alignr}${fs_free_perc /media/disk}% Free
    ${voffset -3}${fs_bar 3,160 /media/disk}${alignr}${color2}R${color}${diskiograph_read /dev/sdb 9,30 000033 3299cc} ${color2}W${color}${diskiograph_write /dev/sdb 9,30 000033 3299cc}${endif}${if_existing /media/disk-1}
    ${color2}Disk-1: $color${fs_used /media/disk-1}/${fs_size /media/disk-1} -${alignr}${fs_free_perc /media/disk-1}% Free
    ${voffset -3}${fs_bar 3,160 /media/disk-1}${alignr}${color2}R${color}${diskiograph_read /dev/sdc 9,30 000033 3299cc} ${color2}W${color}${diskiograph_write /dev/sdc 9,30 000033 3299cc}${endif}${if_existing /media/disk-2}
    ${color2}Disk-2: $color${fs_used /media/disk-2}/${fs_size /media/disk-2} -${alignr}${fs_free_perc /media/disk-2}% Free
    ${voffset -3}${fs_bar 3,160 /media/disk-2}${alignr}${color2}R${color}${diskiograph_read /dev/sdd 9,30 000033 3299cc} ${color2}W${color}${diskiograph_write /dev/sdd 9,30 000033 3299cc}${endif}${if_existing /media/disk-3}
    ${color2}Disk-3: $color${fs_used /media/disk-3}/${fs_size /media/disk-3} -${alignr}${fs_free_perc /media/disk-3}% Free
    ${voffset -3}${fs_bar 3,160 /media/disk-3}${alignr}${color2}R${color}${diskiograph_read /dev/sde 9,30 000033 3299cc} ${color2}W${color}${diskiograph_write /dev/sde 9,30 000033 3299cc}${endif}
    ${color1}${font Vibrocentric:style=bold:size=14}Wireless Network$font${color3}${voffset 1}${hr 0}$color
    ${voffset -4}${wireless_link_bar 3,250 wlan0}
    ${voffset -4}${color2}SSID:$color${goto 50}${wireless_essid wlan0} ${goto 131}${color2}Signal: $color${goto 180}${wireless_link_qual wlan0}/${wireless_link_qual_max wlan0}
    ${color2}Local:$color${goto 50}${addr wlan0}    ${color2}${goto 131}Public:$color${goto 180}${execi 300 wget -q -O - checkip.dyndns.org | sed -e 's/[^[:digit:]\|.]//g'}
    ${downspeedgraph wlan0 61,123 003300 6ddd00}${alignr}${upspeedgraph wlan0 61,123 330000 e3170d}$color
    ${voffset -71}${color2}Down: $color${goto 50}${downspeed wlan0} k/s${goto 131}${color2}Up: $color${goto 180}${upspeed wlan0} k/s
    ${color2}Total:$color${goto 50}${totaldown wlan0} ${goto 131}${color2}Total:$color${goto 180}${totalup wlan0}
    ${color2}Today:${goto 50}$color${execi 300 vnstat -i wlan0 | grep "today" | awk '{print $2 $3}'}${goto 131}${color2}Today:$color${goto 180}${execi 300 vnstat -i wlan0 | grep "today" | awk '{print $5 $6}'}  
    ${color2}Week:${goto 50}$color${execi 300 vnstat -w -i wlan0 | grep "current week" | awk '{print $3 $4}'}${goto 131}${color2}Week:$color${goto 180}${execi 300 vnstat -w -i wlan0 | grep "current week" | awk '{print $6 $7}'} 
    ${color2}Month:$color${goto 50}${execi 300 vnstat -m -i wlan0 | grep "`date +"%b '%y"`" | awk '{print $3 $4}'}${goto 131}${color2}Month:$color${goto 180}${execi 300 vnstat -m -i wlan0 | grep "`date +"%b '%y"`" | awk '{print $6 $7}'}${else}${color1}
    colorize-hdd.sh
    Code:
    #!/bin/bash
    # colorize.sh
    
    COOL=44
    WARM=48
    
    if [[ $1 < $COOL ]]
       then echo "\${color7}"$1    # COOL
    elif [[ $1 > $WARM ]]
       then echo "\${color9}"$1    # HOT
    else echo "\${color8}"$1       # WARM
    fi
    
    exit 0
    colorize-temp.hdd
    Code:
    #!/bin/bash
    # colorize.sh
    
    COOL=65
    WARM=90
    
    if [[ $1 < $COOL ]]
       then echo "\${color7}"$1    # COOL
    elif [[ $1 > $WARM ]]
       then echo "\${color9}"$1    # HOT
    else echo "\${color8}"$1       # WARM
    fi
    
    exit 0
    Here is my screenshot



    please enlighten this poor soul with whats wrong

  6. #7896
    Join Date
    Sep 2007
    Beans
    Hidden!

    Talking Re: Post your .conkyrc files w/ screenshots

    After three days of practically no Internet, meaning connections of 5000 b/s and getting ready to KILL someone. I went from one extremely angry person to one happy, grinning like a banshee, jumping up and down ape, excited puppy peeing all over the place type guy.

    I made my first .deb package! - - - Standing on Crinos512's desk, just to pick someone, doing the victory dance!

    And of course you know it's Conky don't you, with these features:

    Conky 1.7.1.1 compiled Mon Jul 6 16:16:06 ART 2009 for Linux 2.6.27-14-generic (x86_64)

    Compiled in features:

    System config file: /usr/local/etc/conky/conky.conf

    X11:
    * Xdamage extension
    * XDBE (double buffer extension)
    * Xft

    Music detection:
    * MPD
    * MOC

    General:
    * math
    * hddtemp
    * portmon
    * RSS
    * Lua
    * nvidia
    * config-output
    * Imlib2
    * apcupsd
    Read about it and get it at Conky Hardcore!

    One NOTE: It's for amd64

    Color me Happy!!!

    Have a GREAT day.
    Bruce

  7. #7897
    Join Date
    Feb 2008
    Location
    52°38'41.6"N/1°19'43.6"E
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    Read about it and get it at Conky Hardcore!

    One NOTE: It's for amd64
    And I thought you were going to say that your ISP had sorted out your internet connection issues.....

    Congratulations, nice to see all the steps for all to follow

  8. #7898
    Join Date
    Aug 2005
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    After three days of practically no Internet, meaning connections of 5000 b/s and getting ready to KILL someone. I went from one extremely angry person to one happy, grinning like a banshee, jumping up and down ape, excited puppy peeing all over the place type guy.

    I made my first .deb package! - - - Standing on Crinos512's desk, just to pick someone, doing the victory dance!

    And of course you know it's Conky don't you, with these features:



    Read about it and get it at Conky Hardcore!

    One NOTE: It's for amd64

    Color me Happy!!!

    Have a GREAT day.
    Bruce
    Good going.

    Was the .deb made using checkinstall?
    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.’

  9. #7899
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by kaivalagi View Post
    And I thought you were going to say that your ISP had sorted out your internet connection issues.....

    Congratulations, nice to see all the steps for all to follow
    No, not quite, we go see their lawyers on Friday at the Consumer Defence Office.

    I plan on going looking like Rambo ready to make war!!!

    CHIMO!
    Bruce

  10. #7900
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by John.Michael.Kane View Post
    Good going.

    Was the .deb made using checkinstall?
    YES!

    checkinstall 1.6.1, Copyright 2002 Felipe Eduardo Sanchez Diaz Duran
    This software is released under the GNU GPL.

    The package documentation directory ./doc-pak does not exist.
    Should I create a default set of package docs? [y]: y

    Preparing package documentation…OK

    Please write a description for the package.
    End your description with an empty line or EOF.
    >> Conky v1.7.1.1 compiled by Bruce
    >>

    *****************************************
    **** Debian package creation selected ***
    *****************************************

    This package will be built according to these values:

    0 – Maintainer: [ root@bruloo ]
    1 – Summary: [ Conky v1.7.1.1 compiled by Bruce ]
    2 – Name: [ conky ]
    3 – Version: [ 1.7.1.1 ]
    4 – Release: [ 1 ]
    5 – License: [ GPL ]
    6 – Group: [ checkinstall ]
    7 – Architecture: [ amd64 ]
    8 – Source location: [ conky-1.7.1.1 ]
    9 – Alternate source location: [ ]
    10 – Requires: [ ]
    11 – Provides: [ conky ]

    Enter a number to change any of them or press ENTER to continue:

    Installing with make install…
    Have a nice day.
    Bruce
    Last edited by Bruce M.; July 6th, 2009 at 10:34 PM. Reason: added info

Page 790 of 2348 FirstFirst ... 29069074078078878979079179280084089012901790 ... 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
  •