Page 402 of 2348 FirstFirst ... 3023523924004014024034044124525029021402 ... LastLast
Results 4,011 to 4,020 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #4011
    Join Date
    Aug 2007
    Location
    Melburn
    Beans
    158
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by zephyrus17 View Post
    Code:
    ${font ConkyWeather:size=20}${execi 3600 /home/gary/scripts/conkyforecast-1.18/conkyForecast --location=ASXX0001 --datatype=WF --startday=0 --endday=0}${font} ${font pizzadude bullets:size=17}r$font ${font pizzadude bullets:size=17}r$font ${font pizzadude bullets:size=17}r$font
    my current conditions line is:
    Code:
    ${font Conkyweather:size=30}${execi 1800 conkyForecast --night --location=ASXX0075 --startday=0 --datatype=WF --refetch}
    perhaps add the --refetch, and remove the --endday
    as for the bullets dropping, i think
    Code:
    ${voffset -##}
    before each bullet point, where ## is plus or minus pixel height.. I use -10 to get degrees and uv sitting vertically centred compared to the weather icon.

    oh yeah, and try --night like mine too, I used to get N/A for the weather icon after 6pm or so, --night fixed that!
    Last edited by epidemiks; October 15th, 2008 at 01:14 PM. Reason: forgot --night
    AMD Athlon 2100+ | 2GB | 300GB | 7600GS | Hardy
    HP DV5 1139TX | Core2Duo T9400 | 4GB | 400GB | 9600M GS | Ibex
    Registered Linux User #478917
    music | flickr | tumblr

  2. #4012
    Join Date
    Oct 2007
    Beans
    139

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by epidemiks View Post
    my current conditions line is:
    Code:
    ${font Conkyweather:size=30}${execi 1800 conkyForecast --night --location=ASXX0075 --startday=0 --datatype=WF --refetch}
    perhaps add the --refetch, and remove the --endday
    as for the bullets dropping, i think
    Code:
    ${voffset -##}
    before each bullet point, where ## is plus or minus pixel height.. I use -10 to get degrees and uv sitting vertically centred compared to the weather icon.

    oh yeah, and try --night like mine too, I used to get N/A for the weather icon after 6pm or so, --night fixed that!
    And in the day it'll switch to normal day stuff?

  3. #4013
    Join Date
    Aug 2007
    Location
    Melburn
    Beans
    158
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by zephyrus17 View Post
    And in the day it'll switch to normal day stuff?
    yep, at least mine does without any fuss
    AMD Athlon 2100+ | 2GB | 300GB | 7600GS | Hardy
    HP DV5 1139TX | Core2Duo T9400 | 4GB | 400GB | 9600M GS | Ibex
    Registered Linux User #478917
    music | flickr | tumblr

  4. #4014
    Join Date
    Oct 2007
    Beans
    139

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by epidemiks View Post
    yep, at least mine does without any fuss
    Thanks. I'll give it a tweak tomorrow.

    Another thing. Why is that when I put WD (for wind direction), two fonts come out? What do each represent?
    Last edited by zephyrus17; October 15th, 2008 at 02:41 PM.

  5. #4015
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by zephyrus17 View Post
    Thanks. I'll give it a tweak tomorrow.

    Another thing. Why is that when I put WD (for wind direction), two fonts come out? What do each represent?
    There should only be one.

    Please show your coding and a screenshot of just that area where you see the double font showing.

    Chimo!
    Bruce.

  6. #4016
    Join Date
    Aug 2007
    Location
    Belgium
    Beans
    176
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by kaivalagi View Post
    Got the solution

    Create 2 script files, one to start and another to stop your conky...

    to start:

    Code:
    #!/bin/bash
    conky -c .conkyrcmpdbig &
    pid=$!
    echo $pid > /tmp/conkyrcmpdbig.pid
    and to stop:

    Code:
    #!/bin/bash
    if [[ -s  /tmp/conkyrcmpdbig.pid ]] ;then	
    	until ! read conkypid
    		do
    		kill "${conkypid}"
    		done < /tmp/conkyrcmpdbig.pid
    		rm -f /tmp/conkyrcmpdbig.pid			
    fi
    Had thought of the pid, but didn't know how to catch/store it.
    Very nice... I'll place that in my right-clic menu...

    Quote Originally Posted by Bruce M. View Post
    Or one script with an icon on the panel, I call mine cia.sh (conky in action):

    </snip>
    Quote Originally Posted by Crinos512 View Post
    I use 1 script, toggle-conky.sh mapped to a button on my AWN dock.

    </snip>
    Thanks to both for showing your copyists talents lol but the "killall conky" is the annoying part here (aside of the fact I don't use shortcuts in the panels anymore or awn)

    Quote Originally Posted by kaivalagi View Post
    There is one problem, El_Belgicano has several conky instances, but wants to only hook into one of them (the mpd orientated one). He wants the ability to stop and start that single conky, whilst the other instances are unaffected. killall conky will close all his conky instances...
    I could not even explain it better myself...
    El Belgicano
    -----------------
    Laptop: 5 years old Asus M6N (ATI9600/9700 graphics, 512Mb RAM, Intel Mobile 1.66GHz, 60Gb HDD) running 10.04-Lucid Lynx pretty nicely.

  7. #4017
    Join Date
    Feb 2008
    Location
    52°38'41.6"N/1°19'43.6"E
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by zephyrus17 View Post
    Thanks. I'll give it a tweak tomorrow.

    Another thing. Why is that when I put WD (for wind direction), two fonts come out? What do each represent?
    WD outputs compass heading for the wind, and so can be one character e.g. "N" or 2 characters e.g. "NE" or 3 characters e.g. "NNE"

    If you want something to use for an arrow related font such as ConkyCompass, use the BF output (bearing font) or BS (bearing font with wind speed).

    Both WD and BS outputs are used in the example that comes with the conkyForecast install...try it by running:

    Code:
    conky -c /usr/share/conkyforecast/example/conkyrc
    And look at the conkyrc and conkyForecast.template files in the example directory for ideas

    Hope that helps

  8. #4018
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by El_Belgicano View Post
    Thanks to both for showing your copyists talents lol but the "killall conky" is the annoying part here (aside of the fact I don't use shortcuts in the panels anymore or awn)

    I could not even explain it better myself...
    Oh. I didn't know.
    Yea, I guess K's scripts are better than cia.sh unless you could put that into a bashrc alias. That should work too (maybe, - what do I know!)

    Chimo!
    Bruce

  9. #4019
    Join Date
    Aug 2007
    Location
    Belgium
    Beans
    176
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    Oh. I didn't know.
    Yea, I guess K's scripts are better than cia.sh unless you could put that into a bashrc alias. That should work too (maybe, - what do I know!)

    Chimo!
    Bruce
    Don't worry, that's Linux: 1 problem, 3 solutions you know about, choose which one best fit...

    Saludos.
    El Belgicano
    -----------------
    Laptop: 5 years old Asus M6N (ATI9600/9700 graphics, 512Mb RAM, Intel Mobile 1.66GHz, 60Gb HDD) running 10.04-Lucid Lynx pretty nicely.

  10. #4020
    Join Date
    Aug 2007
    Location
    Belgium
    Beans
    176
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by kaivalagi View Post
    Yep, once installed, use the .pot file found in /usr/share/conkyforecast/

    I have a translation guide on my website which is probably better though, you can find it here: http://www.kaivalagi.com/node/6 Just scroll down to the section "Producing a Language Specific .po and .mo File".
    I'll have a look this weekend, seems I don't have the repo version (thus no /usr/bin/conkyforecast/), and when updating, I got a dependency problem with python-central (got 5.1 and it requires 6.7).
    Still using Gutsy, so it might be the problem...
    I'll see if I can update python-central without too much tweaks...
    El Belgicano
    -----------------
    Laptop: 5 years old Asus M6N (ATI9600/9700 graphics, 512Mb RAM, Intel Mobile 1.66GHz, 60Gb HDD) running 10.04-Lucid Lynx pretty nicely.

Page 402 of 2348 FirstFirst ... 3023523924004014024034044124525029021402 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •