Show Off Your Conky!!

Associate
Joined
12 Mar 2011
Posts
1,913
Location
Alicante, Es / Wales
Show Off or Share Conky and Settings!!

screenshotfcq.png


Code:
######################
# - Conky settings - #
######################
update_interval 1
total_run_times 0
net_avg_samples 1
cpu_avg_samples 1

imlib_cache_size 0
double_buffer yes
no_buffers yes

#####################
# - Text settings - #
#####################
use_xft yes
xftfont sans:size=7
override_utf8_locale yes
text_buffer_size 2048

#############################
# - Window specifications - #
#############################
own_window_class Conky
own_window yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

alignment top_right
gap_x 5
gap_y 40
maximum_width 180
minimum_size 850


default_bar_size 60 8

#########################
# - Graphics settings - #
#########################
draw_shades no

default_color efefef
default_shade_color 1d1d1d
color0 555555
color1 FCAF3E
color2 56789B
color3 a82553

#lua_load ~/.conky/conkybg.lua
#lua_draw_hook_pre conky_draw_bg


TEXT
${color2}${goto 10}
${voffset -20}${color2}${font led:size=10}SYSTEM ${font}$hr
${color}${nodename} 
${color}${sysname} Kernel: ${alignr}$kernel
${color}Uptime: ${alignr}$uptime

${voffset -10}${color2}${font led:size=10}CPU ${font}$hr
${color}Core 1:  ${cpu cpu1}% $alignr ${freq_g (1)} GHz / ${exec sensors | grep "Core 0" | cut --bytes=14-21}
${color}Core 2:  ${cpu cpu2}% $alignr ${freq_g (2)} GHz / ${exec sensors | grep "Core 1" | cut --bytes=14-21}

${voffset -6}${color2}${font led:size=10}MEMORY / HDD ${font}$hr
${color}Ram: ${mem} / ${memmax} ${alignr} ${memperc}%
${color}Swap: ${swap} / ${swapmax} ${alignr} ${swapperc}%
${color}HDD: ${fs_used /} / ${fs_size /} ${alignr} ${fs_used_perc /}%
${color}Ext HDD: ${fs_used /media/WD-Media-Drive/} / ${fs_size /media/WD-Media-Drive/} ${alignr} ${fs_used_perc /media/WD-Media-Drive/}%

${voffset -10}${color2}${font led:size=10}WIFI ${font}$hr
${color}gateway IP: ${alignr}${gw_ip}
${color}local IP: $alignr${addr wlan0}
${voffset 5}${color2}${goto 10}${font pizzadude bullets:size=16}O${font}${color}${voffset -12}${goto 40}Down: ${downspeed wlan0} ${color}
${goto 40}Day: ${totaldown wlan0}${voffset -12}${alignr}${downspeedgraph wlan0 25,50 56789B 56789B}
${color2}${goto 10}${font pizzadude bullets:size=16}U${font}$color${voffset -12}${goto 40}Up: ${upspeed wlan0}${color}
${goto 40}Day: ${totalup wlan0}${voffset -12}${alignr}${upspeedgraph wlan0 25,50 56789B 56789B}
${voffset -10}${color}${font}${alignc}$alignr${wireless_essid wlan0}
${if_running rhythmbox} ${voffset -6}${color2}${font led:size=10}Now Playing ${font}$hr
${font}Rhythmbox:$alignr$color${exec conkyRhythmbox --datatype=ST}
${font}Artist:$alignr$color${exec conkyRhythmbox --datatype=AR}
${font}Title:$alignr$color${exec conkyRhythmbox --datatype=TI}
${font}Album:$alignr$color${exec conkyRhythmbox --datatype=AL}
${font}Position:${color}${alignr}${exec conkyRhythmbox --datatype=PT}/${exec conkyRhythmbox --datatype=LE} - ${exec conkyRhythmbox --datatype=PP}%$color$font
${color2}${execibar 1 conkyRhythmbox --datatype=PP}
${execi 4 cp "`conkyRhythmbox --datatype=CA | sed -e 's/\\\//g'`" ~/.album}${image ~/.album -p 150,350-s 30x30 -n}$endif
${if_existing /proc/net/route wlan0}${font led:size=10}${color2}FACEBOOK: ${font}$hr
${voffset -2}${font}${color}${execi 60 ~/scripts/facebook}${color}
${endif}

the facebbok bit is just an rss feed im setting up for something else but havnt got around to it yet
 
Last edited:
Associate
OP
Joined
12 Mar 2011
Posts
1,913
Location
Alicante, Es / Wales
OK, noticed a few mistakes in there and had a little time today to make some changes.

1MU2yjE.jpg

Still need to sort out the CPU temps properly :p

Code:
Code:
 # WINDOW SETTINGS
#----------------------------------------------------------------------------------------------------------------------------------------
#						BATT 
#----------------------------------------------------------------------------------------------------------------------------------------

$color${font}${color 0ABFFF}${font caviar dreams:size=8}

${color}Battery

${color #0ABFFF}${battery BAT0} $color ${battery_time BAT0} ${battery_bar BAT0}

#----------------------------------------------------------------------------------------------------------------------------------------
#					           CPU usage 
#----------------------------------------------------------------------------------------------------------------------------------------

${color}CPU:
	
${color #0ABFFF}Core 1 $color ${cpu cpu0}% $alignr ${exec awk '/cpu MHz/{i++}i==1{printf "%.f",$4; exit}' /proc/cpuinfo} MHz $alignr ${cpubar cpu0 8,60} ${platform coretemp.0 temp 1}°C
${color #0ABFFF}Core 2 $color ${cpu cpu1}% $alignr ${exec awk '/cpu MHz/{i++}i==2{printf "%.f",$4; exit}' /proc/cpuinfo} MHz $alignr ${cpubar cpu1 8,60} ${platform coretemp.0 temp 2}°C
${color #0ABFFF}Core 3 $color ${cpu cpu2}% $alignr ${exec awk '/cpu MHz/{i++}i==3{printf "%.f",$4; exit}' /proc/cpuinfo} MHz $alignr ${cpubar cpu2 8,60} ${platform coretemp.0 temp 3}°C
${color #0ABFFF}Core 4 $color ${cpu cpu3}% $alignr ${exec awk '/cpu MHz/{i++}i==4{printf "%.f",$4; exit}' /proc/cpuinfo} MHz $alignr ${cpubar cpu3 8,60} ${platform coretemp.0 temp 1}°C

#----------------------------------------------------------------------------------------------------------------------------------------
#					DISK/RAM/SWAP usage
#----------------------------------------------------------------------------------------------------------------------------------------

${color}Memory / HDD:


${color #0ABFFF}RAM: ${alignr}$color ${mem} / ${memperc /}%
${color #0ABFFF}RAM Total: ${alignr}$color ${memmax}

${color #0ABFFF}HDD Space Used: ${alignr}$color ${fs_used /} / ${fs_used_perc /}%
${color #0ABFFF}HDD Total Drive Size: ${alignr}$color ${fs_size /}
${color #0ABFFF}HDD Read Speed: ${alignr}$color ${diskio_read sda}
${color #0ABFFF}HDD Write Speed: ${alignr}$color ${diskio_write sda}

#----------------------------------------------------------------------------------------------------------------------------------------
#						Network
#----------------------------------------------------------------------------------------------------------------------------------------

${color}Internet


${color 0ABFFF}Current Connection Speed $color${alignr}${execi 10 /sbin/iwconfig wlan0|grep Rate|cut -d"M" -f1|cut -b20-24} Mbits/sec
${color 0ABFFF}Connection quality: ${alignr}$color ${wireless_link_qual_perc wlan0}%

${color 0ABFFF}Wifi Source: ${alignr}$color ${wireless_essid wlan0}
${color 0ABFFF}Gateway IP: ${alignr}$color ${gw_ip}
${color 0ABFFF}Local IP: $alignr$color ${addr wlan0}

${color #0ABFFF}Down: ${alignr}$color${downspeed wlan0} 
${color #0ABFFF}Total Down:${alignr}$color ${totaldown wlan0}

${color #0ABFFF}Up:${alignr}$color ${upspeed wlan0}
${color #0ABFFF}Total Up:${alignr}$color ${totalup wlan0}
 
Last edited:
Back
Top Bottom