Re: My Conky Config

I can't wait to start playing with Conky.

I am wondering how fabsh managed to get 103% battery though... hmm

Last edited by Foomandoonian (2008-12-18 23:45:32)

foomandoonian's tumblelog & twitter

Re: My Conky Config

Foomandoonian wrote:

I am wondering how fabsh managed to get 103% battery though... hmm

Do not forget, fabsh is an outlaw! He probably stole the extra 3% at gunpoint. lol

Re: My Conky Config

corenominal wrote:

If I remember correctly, I registered as being in the US and then modified my location in the conky weather configuration file. It worked for me, but obviously I cannot condone my behaviour. big_smile

Naughty boy! I accidentally did the same thing. Now I have registered I have noticed a couple of interesting things about locations at weather.com:

The list of UK locations on weather.com is much smaller than on Yahoo. There isn't a location on weather.com within 20 miles of here.

The codes for matching locations in weather.com and yahoo.com are the same eg. Snowdon is UKXX0295.

I wonder if Yahoo get their weather from weather.com and if weather.com don't expose their full list of locations in their xml feed. Time to do some digging.

Ian.

Re: My Conky Config

geekinthesticks wrote:

I wonder if Yahoo get their weather from weather.com and if weather.com don't expose their full list of locations in their xml feed. Time to do some digging.

Not wanting to get too far off topic, but I have always thought the locations were directly related, in the UK at least, to the physical location of the Met Office weather stations? Talking of which, I am lucky enough to have one such station within walking distance. big_smile Also, it would be interesting to know which service the Xfce weather panel applet uses as it uses the same location codes, but does not require the user to preregister?!

Re: My Conky Config

I finally got around to adding weather to my conky. Wife liked it so much I had to add it to her LinuxMint.
http://img257.imageshack.us/img257/1812/newconkysi1.jpg

-Bob- 
Ubuntu User #24005, Linux User #480025
identi.ca  friendfeed  facebook

Re: My Conky Config

^^Does seeing the temp in degrees Fahrenheit makes the day feel warmer for you than it does when displayed as Celsius? Here in the UK, we tend to refer to our weather in degrees Celsius, but seeing single digits displayed on my Conky always makes me feel colder than I actually am sad  Think I'm going to change my Conky to Fahrenheit and see if it makes a difference!

Politeness, Respect, Trust, Humility - forum etiquette I abide by!
identi.ca | My blog

Re: My Conky Config

^^Philip, how do I change my conky again? lol

Politeness, Respect, Trust, Humility - forum etiquette I abide by!
identi.ca | My blog

Re: My Conky Config

Trouble'n'strife wrote:

^^Philip, how do I change my conky again? lol

lol Really? I think you are pulling my leg!

Re: My Conky Config

NWAdawg, you couldn't please post your config could you? You have a lot of cool stuff going on there, and I want to play with my conky. cool

foomandoonian's tumblelog & twitter

Re: My Conky Config

Foomandoonian wrote:

NWAdawg, you couldn't please post your config could you? You have a lot of cool stuff going on there, and I want to play with my conky. cool

Sure. Have fun.

# set to yes if you want Conky to be forked in the background
    background yes
    use_xft yes
    xftfont HandelGotD:size=7
    xftalpha 0.5
    update_interval 4.0
    total_run_times 0
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 250 5
    maximum_width 250
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders yes
   
    default_color green
    default_shade_color red
    default_outline_color grey
    alignment top_right
    gap_x 12
    gap_y 48
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    override_utf8_locale yes

    TEXT
    Date & Time ${hr 2}
    ${font Arial Black:size:36}${alignc} ${time %H:%M}${font}
    ${alignc}${Time %a %b %d %Y}
    System ${hr 2}
    Distro ${alignr}#! CrunchBang 8.10.01
    Kernel ${alignr}$sysname $kernel on $machine
    Hostname $alignr $nodename
    Uptime $alignr $uptime
    CPU Temp${alignr}${acpitempf}F
    Athlon64 +3800 @ ${freq}MHz Max:2.4Ghz
    CPU $alignr ${cpu cpu0}%
    ${cpugraph cpu0 ffcc00 ff0000}

    MEM $alignc $mem / $memmax $alignr $memperc%
    ${color 48a0d2}${membar}${color}
    
    File System ${hr 2}
    Swap $alignc $swap / $swapmax $alignr $swapperc%
    ${color f17f17}${swapbar}${color}

    Root $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_free_perc /}%
    ${color ff0000}${fs_bar /}${color}
    
    Media $alignc ${fs_used /media/disk} / ${fs_size /media/disk} $alignr ${fs_free_perc /media/disk}%
    ${color ff0000}${fs_bar /media/disk}${color}
    
    Processes ${hr 2}
    $processes processes ($running_processes running)
    Load Average${alignr}$loadavg
    NAME $alignr PID   CPU   MEM
    ${top name 1} $alignr ${top pid 1} ${top cpu 1} ${top mem 1}
    ${top name 2} $alignr ${top pid 2} ${top cpu 2} ${top mem 2}
    ${top name 3} $alignr ${top pid 3} ${top cpu 3} ${top mem 3}
    ${top name 4} $alignr ${top pid 4} ${top cpu 4} ${top mem 4}
    ${top name 5} $alignr ${top pid 5} ${top cpu 5} ${top mem 5}
    Network ${hr 2}
    ${alignc}  eth0 ${addr eth0}
    Inbound $alignr ${downspeed eth0} kb/s
    ${downspeedgraph eth0 33ffcc 000099}
    Outbound $alignr ${upspeed eth0} kb/s
    ${upspeedgraph eth0 ffcc00 ff0000}
    Upload: ${alignr}${totalup eth0}
    Download: ${alignr}${totaldown eth0}

    WEATHER ${hr 2}
    ${if_existing /proc/net/route eth0}
    ${voffset -8}${font ConkyWeather:size=36}${execi 500 /usr/bin/conkyForecast --location=USAR0047 --datatype=WF}${font}
    ${voffset -52}${font ConkyWeather:size=40}           ${font}${voffset -40}${font sans:size=26}${execi 500 /usr/bin/conkyForecast --location=USAR0047 --datatype=HT --imperial}${font}
    ${voffset 0}${font}Barometer Tendency: ${alignr}${execi 500 /usr/bin/conkyForecast --location=USAR0047 --datatype=BD}
    ${voffset 0}Humidity: ${alignr}${execi 500 /usr/bin/conkyForecast --location=USAR0047 --datatype=HM}
    ${voffset 0}${font}Wind Speed: ${alignr}${execi 500 /usr/bin/conkyForecast --location=USAR0047 --hideunits --datatype=WS} mph ${execi 500 /usr/bin/conkyForecast --location=USAR0047 --hideunits --datatype=WD}
    ${voffset 0}Daylight: ${alignr}${execi 500 /usr/bin/conkyForecast --location=USAR0047 --datatype=SR} - ${execi 500 /usr/bin/conkyForecast --location=USAR0047 --datatype=SS}
    ${voffset 0}Moon Phase: ${alignr}${execi 500 conkyForecast --location=USAR0047 --datatype=MP}
    
    Keyboard Shortcuts ${hr 2}
    Alt+F2$alignr Run Dialog
    Alt+F3$alignr Alt Menu
    Super+space$alignr Menu
    Super+t$alignr Terminal
    Super+f$alignr Thunar
    Super+n$alignr Nautilus
    Super+e$alignr Gedit
    Super+g$alignr Gimp
    PrtSc$alignr Screenshot
-Bob- 
Ubuntu User #24005, Linux User #480025
identi.ca  friendfeed  facebook

Re: My Conky Config

Hold on just a minute im a little confused with all this weather scripting.  i am using a script i found that displays info from NATIONAL WEATHER SERVICE, I want it to display the little jpg icons for current weather.  in the xml there is a url for all the icons they use.  but in what file do i put the information in?  and what code do i use to display them.  they also have a zip file of the icons so if i need to i can put them on my computer.  ok, well thanks in advance for the help.

EDIT:
NEVERMIND, I FOUND OUT ITS NOT POSSIBLE..

Last edited by earle79 (2008-12-21 05:10:34)

Re: My Conky Config

Trouble'n'strife wrote:

Here in the UK, we tend to refer to our weather in degrees Celsius, but seeing single digits displayed on my Conky always makes me feel colder than I actually am sad  Think I'm going to change my Conky to Fahrenheit and see if it makes a difference!

Pah, the younger generation! Us grumpy old gits still use Fahrenheit, acres roods and perches, etc. Now that will be half a crown please:)

Ian.

88

Re: My Conky Config

Here is my present .conkyrc http://crunchbanglinux.org/pastebin/46 acc. to http://tamihania.deviantart.com/art/My- … 3-79418468 and good tips from forum.

Desktop picture http://www.flickr.com/photos/lotjak/3128230047/.

Addition: rhythmbox-client gives nicely us a simple way to show in conky which is now playing.
For example:

${color #5b6dad}Now Playing: ${color}${exec /usr/bin/rhythmbox-client --print-playing}

Last edited by al (2009-01-03 17:45:32)

Registered Linux User #483227 (better late than never).
From my other hobby: "If you can't buy it, you can make it!"

Re: My Conky Config

Just wanted to say thanks to all the posters on here, after lots of reading (and eventually font installing, who knew it would be so difficult to install fonts!) I now have a modified conky working, still want to put some colour into it and then I'll try and post it here.
Loving Crunchbang so far, works a treat on my pimp'd EEE 701.

Next up trying to get the touchscreen working.

thanks again big_smile

Tailzer

Re: My Conky Config

Hi all I'm new to !# and conky just figured out how to get weather working but still a problem i can't fix with the temp reading the weird 'A' dunno why thats there any help?
Here's a screenshot:-

http://img181.imageshack.us/img181/8701/2008122512302462561280xnm4.png

Re: My Conky Config

@ etherealeclipse, hi smile
you have to check if the default font you use can insert this "°" symbol.
some fonts don't take spécial caracters. you can check it with gnome-specimen.

arpbook is dead - arpinux is born, and became a deviant.

Re: My Conky Config

Not sure but would this be the line for that part of the setup?

${voffset -52}${font Weather:size=40}y${font}   ${voffset -38}${font Trebuchet MS:size=26}${execi 600 conkyForecast --location=UKXX0133

Using gnome-specimen when i put a '°' in 'Trebuchet MS' it works fine only showing a '°'. Also tried the 'weather' font and it worked fine.

Re: My Conky Config

I change "override_utf8_locale no" to yes on mine to get rid of caracters.

-Bob- 
Ubuntu User #24005, Linux User #480025
identi.ca  friendfeed  facebook

Re: My Conky Config

Thanks NWAdawg that worked perfectly smile. Time to get back to playing with the rest of the conky setup.

Last edited by etherealeclipse (2008-12-26 00:05:56)

Re: My Conky Config

fabsh wrote:

Thanks for all the great inspiration! big_smile


http://fabsh.smugmug.com/photos/428833138_7dJJD-O.png

My conky doesn't show the cloud icon at the forecast. How can I make it to show?

Re: My Conky Config

hello

so, i made antoher minimalistic conky. cuz i dont need any other infos from conky.. smile

http://picasaweb.google.ch/lh/photo/XqN … directlink

Re: My Conky Config

http://img237.imageshack.us/img237/5308 … nieqr4.png

based on a lot of whats been posted here, thanks guys smile

Re: My Conky Config

Hi all. I found my way here from the Linuxoutlaws site, and thought you might be interested in my Conky set-up

http://i39.tinypic.com/2v3lnjn.jpg

Note the first line, 'new mail'. Conky is reading from my inbox in Seamonkey mail to let me know when new mail arrives. Seamonkey is running in the background, and set to periodically check for new mail, but I often miss the allerts. I set it as first line so that the number displays top right on my screen, an area rarely covered by a window. It is possible to set Conky to actually check for new mail direct from the mail server. Here is my relevant section from conkyrc

TEXT
${color grey}New Mail:${color red}                       ${new_mails /root/.mozilla/default/r3y1skkw.slt/Mail/pop.freeuk.com/Inbox}
${color grey}Networking:
${color grey}IP: ${color} ${addr wlan0} ${color grey}wifi signal: ${color green} ${wireless_link_qual_perc wlan0} 
${color grey}Down:$color ${downspeed wlan0} k/s -       ${color grey}Up:$color ${upspeed wlan0} k/s
${color #888888}${downspeedgraph wlan0 25,100 ff0000 0000ff}      ${color #888888}${upspeedgraph wlan0 25,100 0000ff ff0000}
${color blue}$hr
${color grey}Processes:$color $processes
${color grey}CPU Usage:$color $cpu%
         ${color grey}${cpubar 3}
${color grey}RAM Usage:$color $mem/$memmax - $memperc% 
         ${color grey}${membar 3}
${color grey}Swap Used:$color $swap/$swapmax - $swapperc% 
         ${color grey}${swapbar 3}
${color grey}File systems:
/          $color${fs_free /}/${fs_size /}   
         ${color grey}${fs_bar 3 /}
${color red}$hr
${color grey}Uptime:   $color $uptime
${color #ddd}Battery:  $color ${battery}
${color green}$hr$color
$sysname $kernel on $machine
${color yellow}$hr 

Great site, and Crunchbang looks like a really exciting project.

Re: My Conky Config

Thanks for sharing your conky DaveS. Welcome to the forums smile

100

Re: My Conky Config

I put to the pastebin one of my .conkyrc files. http://crunchbanglinux.org/pastebin/55. Nothing new or fancy there. The conky is a little bit narrower (maybe better on mini pc's screen) and tells a few basic infos and rhythmbox details if it's working. A command ${if_running process} is nice for that. If Rhythmbox is not working all it's infos disappear from the conky. The basic conky idea from here http://gnome-look.org/content/show.php/ … tent=81894. I just added those all conkys together and changed the colors etc..

System updates: http://ubuntuforums.org/archive/index.p … 12974.html

Email and Rhytmbox details: http://www.kaivalagi.com/node/1

Weather: Acc. to Hanna's example and here http://gnome-look.org/content/show.php/ … tent=94467. To get weather info working curl has to be installed (package manager) and you have to go to http://www.accuweather.com/us-city-list … p;zipcode=. Enter your location and when it's on the screen look from the end of http://-address what is the code. In my location it is "EUR|FI|FI002|LAHTI" (line 123 in .conkyrc). Ie. I searched for Lahti, Finland on international locations.

I just put the info here what I had to digg up before got everything working. If there is anything usefull, I'm glad. smile If there are mistakes, feel free to correct me. Oh, and here is conky pic... http://www.flickr.com/photos/lotjak/3201435141/.

EDIT: Line 121: ${color A0A0A0}${exec conkyRhythmbox --datatype=PT} / ${execi 1800 conkyRhythmbox --datatype=LE}
better to be : ${color A0A0A0}${exec conkyRhythmbox --datatype=PT} / ${exec conkyRhythmbox --datatype=LE}

Ie. songs's length (${execi 1800 conkyRhythmbox --datatype=LE}) is updating now in 1800 seconds, no good. With ${exec conkyRhythmbox --datatype=LE} it is updating immediately.

Last edited by al (2009-01-16 20:04:18)

Registered Linux User #483227 (better late than never).
From my other hobby: "If you can't buy it, you can make it!"