Conky Update

Written by Darius

Topics: Conky, General

Hey Guys,

I was looking over some of the search results for the blog at the moment and a lot of people are looking for conky. So my current setup looks like this.

Current Conky Setup

Current Conky Setup

I’m currently running two conkys on my main machine, one is for the machine I’m using and the other is for another machine in my home that I keep on 24/7. I did update it this morning when I got up so you now all know it takes me ~ 4 minutes to get from my bed to my computer in the morning. There isn’t anything special here, the servers online thing is just little script that pings and parses. You can get some useful conky scripts on the Ubuntu Forums (http://ubuntuforums.org/showpost.php?p=3222199&postcount=523).

Read more for the code!

Thanks

Darius

default_color		white
default_shade_color	black
default_outline_color	black
alignment		bottom_right
gap_x			10
gap_y			49
#gap_y			10
no_buffers		yes
TEXT
${color white}System: ${nodename}
${hr}${color white}
${color #F09000}CPU1${color #707070}:${color white} ${cpubar cpu1}
${color #F09000}CPU2${color #707070}:${color white} ${cpubar cpu2}
${color #F09000}MEM${color #707070} :${color white} ${membar}
${color #F09000}SWP${color #707070} :${color white} ${swapbar}
${color #F09000}Memory${color #707070}:${color white} ${memperc}% ${mem}${color #707070}/${color white}${memmax}
${color #F09000}CPU${color #707070}:${color white} ${cpu}% ${color #F09000}CPU1${color #707070}:${color white} ${cpu cpu1}% ${color #F09000}CPU2${color #707070}:${color white} ${cpu cpu2}%
${color #F09000}Uptime${color #707070}:${color white}${uptime}
Networking${alignr}${color #707070}(${color white}speed down${color #707070}/${color white}up${color #707070})${color white} ${color #707070}[${color white}total down${color #707070}/${color white}up${color #707070}]
${color white}${hr}
${color #F09000}wlan0${color #707070}:${color white} ${addr wlan0}${alignr}${color #707070}(${color white}${downspeed wlan0}k${color #707070}/${color white}${upspeed wlan0}k${color #707070})${color white} ${color #707070}[${color white}${totaldown wlan0}${color #707070}/${color white}${totalup wlan0}${color #707070}]
${color #F09000}wlan1${color #707070}:${color white} ${addr wlan1}${alignr}${color #707070}(${color white}${downspeed wlan1}k${color #707070}/${color white}${upspeed wlan1}k${color #707070})${color white} ${color #707070}[${color white}${totaldown wlan1}${color #707070}/${color white}${totalup wlan1}${color #707070}]
${color #F09000}Public IP${color #707070}:${color white} ${execi 180 ~/scripts/displayip.sh}
${color white}Online
${hr}
${color #F09000}Email${color #707070}:${alignr}${color white} ${execi 60 conkyEmail} new messages
${color white}Servers
${hr}
${color #F09000}Gaius ${color #707070}: ${alignr}${color white}${texeci 30 silentping.sh gaius "Online" "Offline"
${color #F09000}WednesdayMorning ${color #707070}: ${alignr}${color white}${texeci 30 silentping.sh wednesdaymorning.co.uk "Online" "Offline"}

Leave a Comment Here's Your Chance to Be Heard!