Page 1 of 1

Post Conky Scripts here.

Posted: Sat Jun 05, 2010 1:18 pm
by tinman
Hello guys... i'm new but if anyone is interested in sharing their conky scripts please do so... with attached pictures of it.
Here's the config file ... for those who dont know conky... get it and use it ..it's fun
use
sudo apt-get install conky-all
Now to use my script which hehh :) i borrowed u need to have a little more apps... bring up a terminal
wget http://gnome-look.org/content/download. ... n=71723512
sudo apt-get install hddtemp lm-sensors
Now for the conky config file
own_window yes
own_window_hints undecorated,below,skip_taskbar
background no
double_buffer yes
use_spacer right
use_xft yes
update_interval 2.0
minimum_size 400 5
maximum_width 260 300
#maximum_size 200 5
# Draw shades?
draw_shades yes
draw_outline yes # amplifies text if yes
draw_borders no
uppercase no # set to yes if you want all text to be in uppercase
stippled_borders 8

border_margin 4
border_width 1
default_color white
default_shade_color black
default_outline_color black
own_window_colour brown
own_window_transparent yes
alignment top_right
#alignment bottom_left
#alignment bottom_right
gap_x 10
gap_y 10
override_utf8_locale no
xftfont monospace:bold:size=8
xftalpha 0.8
TEXT
${offset 43}${font infected::size=36}${color slate grey}${alignc}tinman${font}

${offset 0}${color slate grey}OS: ${color }$sysname
${offset 0}${color slate grey}Distro: ${color }${exec cat /etc/issue |awk '{print $1}' |sed -n '1p'}
${offset 0}${color slate grey}Arch: ${color }${exec uname -m}
${offset 0}${color slate grey}User: ${color }${exec whoami}
${offset 0}${color slate grey}Host: ${color }$nodename
${offset 0}${color slate grey}Kernel: ${color }$kernel
${offset 0}${color slate grey}HDD Temp: ${color }${hddtemp /dev/sda}C
${offset 0}${color slate grey}CPU Temp: ${color }${exec /usr/bin/sensors |grep Core0 |awk '{print $3}' |sed 's/°C//'} C
${offset 0}${color slate grey}CPU Freq: ${color }$freq_g Ghz ($freq)
${offset 0}${color slate grey}CPU Usage ${color }$cpu%
#${offset 0}${cpugraph 35,250 000000 ffffff}
${offset 0}${color slate grey}Highest CPU:
${offset 0}${color ddaa00} ${top name 1} ${top cpu 1}
${offset 0}${color lightgrey} ${top name 2} ${top cpu 2}
${offset 0}${color lightgrey} ${top name 3} ${top cpu 3}
${offset 0}${color lightgrey} ${top name 4} ${top cpu 4}
${offset 0}${color lightgrey} ${top name 5} ${top cpu 5}

${offset 0}${color slate grey}Highest MEM:
${offset 0}${color ddaa00} ${top_mem name 1} ${top_mem mem 1}
${offset 0}${color lightgrey} ${top_mem name 2} ${top_mem mem 2}
${offset 0}${color lightgrey} ${top_mem name 3} ${top_mem mem 3}
${offset 0}${color lightgrey} ${top_mem name 4} ${top_mem mem 4}
${offset 0}${color lightgrey} ${top_mem name 5} ${top_mem mem 5}

${offset 0}${color slate grey}Mem: ${color } $memperc% $mem/ $memmax
${offset 0}${membar 4,250}
${offset 0}${color slate grey}Swap: ${color }$swapperc% $swap/ $swapmax
${offset 0}${swapbar 4,250}
${offset 0}${color slate grey}Root: (${fs_type /root}) ${color }${fs_free /} / ${fs_size /}
${offset 0}${fs_bar 4,250 /}
${offset 0}${color slate grey}Big: (${fs_type /media/Big}) ${color }${fs_free /media/Big} / ${fs_size /media/Big}
${offset 0}${fs_bar 4,250 /media/Big}
${offset 0}${color slate grey}HDD Read: ${color }${diskio_read sda}
${offset 0}${diskiograph_read sda 27,250 000000 ffffff}
${offset 0}${color slate grey}HDD Write: ${color }${diskio_write sda}
${offset 0}${diskiograph_write sda 27,250 000000 ffffff}
${offset 0}${color slate grey}Network Traffic: IP Address:
${offset 0}${color slate grey}Up: ${color }${upspeed eth0} ${addr eth0}
#${offset 0}${upspeedgraph wlan0 27,250 000000 ffffff}
#${offset 0}${color slate grey}Down: ${color }${downspeed wlan0}${color}
#${offset 0}${downspeedgraph wlan0 27,250 000000 ffffff
Now here's the product

Re: Post Conky Scripts here.

Posted: Sat Jun 05, 2010 1:25 pm
by vrkalak
How about adding your Conky Scripts to the existing Conky Scripts thread already in the Mint Forum?

http://forums.linuxmint.com/viewtopic.p ... ts#p242594

Better to do a 'search' ... than start a new thread.

Re: Post Conky Scripts here.

Posted: Sat Jun 05, 2010 1:34 pm
by tinman
sorry ....i tottally forgot about that......