Re: December 2011 Conky Thread

VastOne wrote:

@Sector11 -

Enjoy

OH YEA!  That I gotta try!

Re: December 2011 Conky Thread

Point Release #!
Xfce 4.8
Tint2 top panel
Tint2 bottom panel with combined Launchers/Tasks
System Info/Resources Top Conky
GMail/Google Reader Conky
GMusicBrowser jamming Pink Floyd - The Gunners Dream
SlicknesS Gtk2 theme
Omns wall tweaked with Hal

http://www.zimagez.com/miniature/screenshot-12302011-105212pm.php

Re: December 2011 Conky Thread

My current conky. The font can be found here.

http://ompldr.org/vYzAxZA

# Create own window instead of using desktop
#avoid flicker
double_buffer yes

#own window to run simultanious 2 or more conkys
own_window  yes
own_window_transparent yes
#own_window_colour D3D3D3
own_window_type desktop
own_window_argb_visual yes

own_window_hints undecorate,sticky,skip_taskbar,skip_pager 

#borders
draw_borders no
draw_graph_borders no
border_margin 10

#shades
draw_shades no

#position
gap_x 40
gap_y 25
alignment top_left

#behaviour
update_interval 1
short_units yes

#colour
default_color  black
default_shade_color black
#own_window_colour 262626

#font
use_xft yes
xftfont cure:pixelsize=8

#to prevent window from moving
use_spacer none
minimum_size 100 100

#mpd
#mpd_host localhost
#mpd_port 6600

cpu_avg_samples 2

TEXT
${voffset 10} ${time %a %d %b %Y %Z}
${voffset -10}${font FreeSans:bold:size=35}${time %T}${font}

#CPU: ${cpu}% RAM: ${memperc}% TEMP: ${acpitemp}c BAT: ${battery_percent}% MAIL: ${execpi 60 python /home/xenull/bin/gmail.py}
 >>> CPU1  ${cpubar 5, 100 cpu0} ${cpu cpu0}%
 
 >>> CPU2  ${cpubar 5, 100 cpu1} ${cpu cpu1}%

 >>> RAM  ${membar 5, 100} ${memperc}%

 >>> ROOT ${fs_bar 5,100 /} ${fs_used_perc /}%
 
 >>> HOME ${fs_bar 5,100 /home/xenull/} ${fs_used_perc /home/xenull/}%
 
 >>> MAIL: ${execpi 60 python /home/xenull/bin/gmail.py} BAT: ${battery_percent}% TEMP: ${acpitemp}c  
 
 IO ${diskiograph 15,150}

 ${if_up wlan0}UP ${upspeedgraph 15,140}${upspeedf wlan0}
 DOWN ${downspeedgraph 15,130}${downspeedf wlan0}${endif}
${if_mpd_playing} ${voffset -5}${font FreeSans:bold:size=30}${mpd_title}${font}
 ${font FreeSans:size=25}${mpd_artist}${font}
 ${font FreeSans:size=15}${mpd_album}${font}

 ${mpd_status} ${mpd_bar 5,75} ${mpd_elapsed}/${mpd_length} 
${endif}

Last edited by xeNULL (2011-12-31 18:09:47)

:: AKA xenjii on #crunchbang :: Archlinux.WMFS2 :: EVERYTHING HERE @ Blogger
:: .dotshare :: 1 1 0 1 0 1 0 0 0 ::

Re: December 2011 Conky Thread

mrpeachy, I'm working on the conky right now. The one you modified from VinDSL. On the Processors, Is that a quad core CPU? What I am trying to do is show both cores and a cpu total. Also the calendar isn't showing in the code.

Re: December 2011 Conky Thread

Dodge ram wrote:

mrpeachy, I'm working on the conky right now. The one you modified from VinDSL. On the Processors, Is that a quad core CPU? What I am trying to do is show both cores and a cpu total. Also the calendar isn't showing in the code.

re processors
yes, my main computer has 4 cores
${cpu cpu0} = average cpu % (of any/all cores)
${cpu cpu1} = % core 1 or processor 1 or whatever (${cpu cpu2} = core 2 etc etc)

so you can just delete core 3 and 4 from the config
you will have to edit the lua script to reposition the bars, but probably best to do that at the end as other things might change

re the calendar
that calendar is gcal, so make sure you have it installed
type gcal into a terminal

if not install it smile
then kill and restart and see if its showing up

It's hard to find something if you don't know what you're looking for.
I have a blog, it's mostly about conky and lua stuff... go here.

Re: December 2011 Conky Thread

Ok. I did loose my weather.com feed.

Last edited by Dodge ram (2011-12-31 21:16:15)

Re: December 2011 Conky Thread

Dodge ram wrote:

Ok. I did loose my weather.com feed.

        TeoBigusGeekus has a new weather.com script to use you can find it here

                 http://ubuntuforums.org/showthread.php?t=1156383

     in the first post it says download scripts [which is all his weather scripts] then choose the one you want..

     his weather.com script is big I had to split it to fit my screen

Give a man a truth and he will think for a day.
Teach a man to reason and he will think for a lifetime!

Re: December 2011 Conky Thread

^ If this doesn't rely on the API...

while ( ! ( succeed = try() ) );

Re: December 2011 Conky Thread

At the risk of cutting off this discussion mid-subthread, I'm closing this thread at this time.  Please continue in the January 2012 Conky Thread.

while ( ! ( succeed = try() ) );