Page 106 of 287 FirstFirst ... 65696104105106107108116156206 ... LastLast
Results 1,051 to 1,060 of 2865

Thread: HOWTO: VinDSL Conky Script

  1. #1051
    Join Date
    Jan 2008
    Beans
    130

    Re: HOWTO: VinDSL Conky Script

    Strange calendar alignment. Today is Wed July 3rd. How can I get all the columns to line up properly?

    Screenshot from 2013-07-03 15:42:51.png

    Code:
    ${voffset 30}${font DroidSansMono:size=7.55}${color3}${alignc 60}${time %A}${font}
    ${voffset -4}${font DroidSansFallback:bold:size=18}${if_match ${time %e}<=9}${color5}${alignc 65}${time %e}${font}${else}${if_match ${time %e}>=10}${color5}${alignc 60}${time %e}${endif}${endif}${font}
    ${voffset 0}${font DroidSansMono:size=7.55}${color3}${alignc 60}${time %B}${font}
    ${voffset 0}${font DroidSansMono:size=7.6}${color3}${alignc 60}${time %Y}${font}
    ${voffset -83}${font CutOutsFor3DFX:size=67}${color8}${alignc 99}2${font}
    ${voffset -64}${offset 100}${font DroidSansMono:size=7.55}${color3}${execpi 60 VinDSL_Cal_9=`date +%-d`; cal -h | sed -e 's/\r//g' -e 's/^/ /g' -e '1d' -e 's/\<'"$VinDSL_Cal_9"'\>/${color4}&${color3}/'}

  2. #1052
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: HOWTO: VinDSL Conky Script

    Quote Originally Posted by davesbrain View Post
    Strange calendar alignment. Today is Wed July 3rd. How can I get all the columns to line up properly?
    Don't know what's going on there, but you might want to try this...

    Code:
    ${voffset 30}${font DroidSansMono:size=7.55}${color3}${alignc 60}${time %A}${font}
    ${voffset -4}${font DroidSansFallback:bold:size=18}${if_match ${time %e}<=9}${color5}${alignc 65}${time %e}${font}${else}${if_match ${time %e}>=10}${color5}${alignc 60}${time %e}${endif}${endif}${font}
    ${voffset 0}${font DroidSansMono:size=7.55}${color3}${alignc 60}${time %B}${font}
    ${voffset 0}${font DroidSansMono:size=7.6}${color3}${alignc 60}${time %Y}${font}
    ${voffset -80}${font CutOutsFor3DFX:size=67}${color8}${alignc 99}2${font}
    ${if_match "${time %b %G}"=="Jun 2013"}${voffset -76}${else}${if_match "${time %b %G}"=="Mar 2014"}${voffset -76}${else}${if_match "${time %b %G}"=="Aug 2014"}${voffset -76}${else}${if_match "${time %b %G}"=="Nov 2014"}${voffset -76}${else}${voffset -70}${endif}${endif}${endif}${endif}${font DroidSansMono:size=7.55}${color3}${execpi 60 VinDSL_Cal_9=`date +%-d`; cal -h | sed -e 's/\r//g' -e 's/^/ /g' -e '1d' -e s/^/"\$\{offset 100"\}/ -e 's/\<'"$VinDSL_Cal_9"'\>/${color4}&${color3}/'}
    Works on this machine.
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  3. #1053
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: HOWTO: VinDSL Conky Script

    BTW, I tweaked the Time/Calendar sections a while back.

    Here's what I'm currently using...

    Code:
    ##################################
    ##           TIME               ##
    ##################################
    ${voffset -9}${font DroidSans:bold:size=8}${color4}TIME${offset 8}${color6}${voffset -2}${hr 1}${font}
    ${voffset -5}${font RadioSpace:size=32}${color3}${if_match ${time %l}<=9}${alignc 7}${time %l:%M}${offset 3}${time %p}${else}${if_match ${time %l}>=10}${alignc -1}${time %l:%M}${offset 3}${time %p}${endif}${endif}${font}
    ##################################
    ##         CALENDAR             ##
    ##################################
    ${voffset 4}${font DroidSans:bold:size=8}${color4}DATE${offset 8}${color6}${voffset -2}${hr 1}${font}
    ${voffset 18}${font DroidSansMono:size=7.55}${color2}${alignc 60}${time %A}${font}
    ${voffset -4}${font DroidSansFallback:bold:size=18}${if_match ${time %e}<=9}${color3}${alignc 65}${time %e}${font}${else}${if_match ${time %e}>=10}${color3}${alignc 60}${time %e}${endif}${endif}${font}
    ${voffset 0}${font DroidSansMono:size=7.55}${color2}${alignc 60}${time %B}${font}
    ${voffset 0}${font DroidSansMono:size=7.6}${color2}${alignc 60}${time %Y}${font}
    ${voffset -80}${font CutOutsFor3DFX:size=67}${color7}${alignc 99}2${font}
    ####
    ## Uncomment for "SUNDAY = First Day-of-the-Week" valid Jun.2013 - Dec.2014 (use mono fonts only)
    ## Tweaked for proper alignment of annoying months with six calendar weeks.
    ${if_match "${time %b %G}"=="Jun 2013"}${voffset -76}${else}${if_match "${time %b %G}"=="Mar 2014"}${voffset -76}${else}${if_match "${time %b %G}"=="Aug 2014"}${voffset -76}${else}${if_match "${time %b %G}"=="Nov 2014"}${voffset -76}${else}${voffset -70}${endif}${endif}${endif}${endif}${font DroidSansMono:size=7.55}${color3}${execpi 60 VinDSL_Cal_9=`date +%-d`; cal -h | sed -e 's/\r//g' -e 's/^/ /g' -e '1d' -e s/^/"\$\{offset 100"\}/ -e 's/\<'"$VinDSL_Cal_9"'\>/${color4}&${color3}/'}
    ####
    ## Uncomment for "MONDAY = First Day-of-the-Week" valid Jun.2013 - Dec.2014 (use mono fonts only)
    ## Tweaked for proper alignment of annoying months with six calendar weeks.
    # ${if_match "${time %b %G}"=="Sep 2013"}${voffset -76}${else}${if_match "${time %b %G}"=="Dec 2013"}${voffset -76}${else}${if_match "${time %b %G}"=="Mar 2014"}${voffset -76}${else}${voffset -70}${endif}${endif}${endif}${font DroidSansMono:size=7.55}${color3}${execpi 60 VinDSL_Cal_9=`date +%-d`; ncal -M -C -h | sed -e 's/\r//g' -e 's/^/ /g' -e '1d' -e s/^/"\$\{offset 100"\}/ -e 's/\<'"$VinDSL_Cal_9"'\>/${color4}&${color3}/'}
    Last edited by VinDSL; July 3rd, 2013 at 11:47 PM. Reason: Addendum
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  4. #1054
    Join Date
    Jan 2008
    Beans
    130

    Re: HOWTO: VinDSL Conky Script

    Well, that gives me this...

    Screenshot from 2013-07-03 20:32:26.png

    Using 12.04 LTS and Conky 1.9.0 (precise-backports). Should I go back to 1.8.1?

  5. #1055
    Join Date
    Nov 2008
    Location
    Magdalena,New Mexico,USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: VinDSL Conky Script

    CONKYWX putting extra characters...see attached
    screenshot

    extra ! and extra number 4 in "Present Conditions" field
    between Moon and "Clear"

    Tommy
    Registered Linux User # 529389
    Arch Linux, MX 18.3 Linux
    my personal web page http://users.gilanet.com/~tfrost
    "If you're not living on the edge, you're taking up too much space"--Unknown

  6. #1056

    Cool Re: HOWTO: VinDSL Conky Script

    Quote Originally Posted by NM5TF View Post
    CONKYWX putting extra characters...see attached
    screenshot

    extra ! and extra number 4 in "Present Conditions" field
    between Moon and "Clear"

    Tommy

    Please refer to the documentation wiki at https://bitbucket.org/plikhari/conkywx_pub/wiki/Home and the image link http://en.zimagez.com/zimage/conkywxalerts03.php

    You have a local copy of this wiki - if you type conkywx at the command prompt you will see the option to read the wiki.

    You are looking at weather alert - you have 4 alerts.

    cheers

  7. #1057
    Join Date
    Nov 2008
    Location
    Magdalena,New Mexico,USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: VinDSL Conky Script

    Quote Originally Posted by paramvir View Post
    Please refer to the documentation wiki at https://bitbucket.org/plikhari/conkywx_pub/wiki/Home and the image link http://en.zimagez.com/zimage/conkywxalerts03.php

    You have a local copy of this wiki - if you type conkywx at the command prompt you will see the option to read the wiki.

    You are looking at weather alert - you have 4 alerts.

    cheers
    RTFM!!!

    I should have known..

    Thanks for help Paramvir

    Tommy
    Registered Linux User # 529389
    Arch Linux, MX 18.3 Linux
    my personal web page http://users.gilanet.com/~tfrost
    "If you're not living on the edge, you're taking up too much space"--Unknown

  8. #1058
    Join Date
    Oct 2009
    Beans
    18

    Re: HOWTO: VinDSL Conky Script

    Hi,

    @VinDSL. Do have you your latest conky configs uploaded somewhere? If you have, please share the link.

    I have been trying to make it work since yesterday. Everything's fine except for the conkywx weather part.

    Tahnk you very much!

  9. #1059
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: HOWTO: VinDSL Conky Script

    I am getting this error for some reason:
    Code:
    cavsfan@cavsfan-MS-7529:~$ conky -c /home/cavsfan/.conkyrc.vindsl &
    [1] 2967
    cavsfan@cavsfan-MS-7529:~$ Conky: forked to background, pid is 3013
    
    Conky: desktop window (2800006) is subwindow of root window (26e)
    Conky: window type - normal
    Conky: drawing to created window (0x2c00002)
    Conky: drawing to double buffer
    Argument "NA" isn't numeric in sprintf at /usr/share/conkywx/lib/parsewxdata.pl line 489.
    Not sure what to make of it.



    Could it be the Moonset? It displays A.A.H.

  10. #1060

    Cool Re: HOWTO: VinDSL Conky Script

    Quote Originally Posted by Cavsfan View Post
    I am getting this error for some reason:
    Code:
    cavsfan@cavsfan-MS-7529:~$ conky -c /home/cavsfan/.conkyrc.vindsl &
    [1] 2967
    cavsfan@cavsfan-MS-7529:~$ Conky: forked to background, pid is 3013
    
    Conky: desktop window (2800006) is subwindow of root window (26e)
    Conky: window type - normal
    Conky: drawing to created window (0x2c00002)
    Conky: drawing to double buffer
    Argument "NA" isn't numeric in sprintf at /usr/share/conkywx/lib/parsewxdata.pl line 489.
    Not sure what to make of it.
    Could it be the Moonset? It displays A.A.H.
    Helloooo

    I had noticed this error some moons back during my daily check of wx around the planet - I had noticed that the 10th day low temp forecast was NA. I keep one conky display on world weather - Please confirm if you are still getting this message then can you send me the currdata.html from the conkywx temp directory under the /tmp. thanks

    It does not affect the output but the warning is a good thing.

    I have made changes to the new version. I have been working on the new version for some time - time is a major challenge some times lol

    Also need to work on the wiki - have started but lets see

    cheers

Page 106 of 287 FirstFirst ... 65696104105106107108116156206 ... 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
  •