Page 2111 of 2348 FirstFirst ... 1111161120112061210121092110211121122113212121612211 ... LastLast
Results 21,101 to 21,110 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #21101
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by FrankenCub View Post
    edit....By the way, I was perusing your Conky PitStop looking for different steps to do my astronomy feed and see that the link for the Conky Wiki goes to a video site.
    I say that because I did some reading on curl | wget a little while back. Read what I read and make your choice.

    Can't buy a (cell) phone that's just a phone today ... nooooooooooo gotta be one of those super-duper eye-pad computerized Windowed Android thingies that just so happens to have a capability to make a phone call as the 23rd of 86 separate functions.

    What's wrong with pick it up, dial a number - ring ring - not some hip-hop/razzle-me-daz/philharmonic/Starwars theme/St Valentine's day Massacre NOISE - just a simple "ring ring" "hey, there Frank, how are ya?" type phone? Some of the "ring tones" I hear on the buses - unreal. One guy was texting - and he had the beep-boob-boop-ding-dong-clank of the keypress noises turned up to volumn 10. I'm sure I'm not the only one that what thinking: Grab it and toss it out a window.

    For that reason we've kept our OLD Motorola - although it does have text messaging and speed dial. No camera, no mp3 player, no touchscreen just a nice simple phone.

    Conky-Wiki link updated. Thanks ... I recall the old one was flooded with spam!!!!!

  2. #21102
    Join Date
    Jun 2012
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots


  3. #21103
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by ragamatrix View Post
    Nice!!!!!!

  4. #21104
    Join Date
    Oct 2009
    Location
    Under a rock
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by ragamatrix View Post
    I have doubts of leaks with others lua scripts...I have taken many lua scripts of Mr Peachy, you and the conky dream-team !
    Can I use these 5 lines of modification in any of them ?
    Code:
     cr = cairo_create(cs)
    local extents=cairo_text_extents_t:create()
    tolua.takeownership(extents)
    -- ########################################################
    -- SETTINGS AREA
    the lines above are not a cure all for memory leaks only if the script has this code in it already:
    Code:
    local extents=cairo_text_extents_t:create()
    particularly if there is more than one instance of the above

    in the chronograph lua i had also broken my own advice of moving everything possible out of a for loop

  5. #21105
    Join Date
    Dec 2008
    Location
    The Desert
    Beans
    281
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    Yup, followed the same guide at Conky PitStop for medit and Conky, works great, I renamed the original and popped it in:

    Code:
    /usr/share/medit-1/language-specs/conkyrc.lang
    /usr/share/medit-1/language-specs/lua.lang
    /usr/share/medit-1/language-specs/lua.lang_orig
    Left: conkyrc.lang - Right: lua.lang

    Thanks DK75!!!
    huh never got it to work. I did the same thing as well but no dice
    Quote Originally Posted by Sector11 View Post
    I say that because I did some reading on curl | wget a little while back. Read what I read and make your choice.

    Can't buy a (cell) phone that's just a phone today ... nooooooooooo gotta be one of those super-duper eye-pad computerized Windowed Android thingies that just so happens to have a capability to make a phone call as the 23rd of 86 separate functions.

    What's wrong with pick it up, dial a number - ring ring - not some hip-hop/razzle-me-daz/philharmonic/Starwars theme/St Valentine's day Massacre NOISE - just a simple "ring ring" "hey, there Frank, how are ya?" type phone? Some of the "ring tones" I hear on the buses - unreal. One guy was texting - and he had the beep-boob-boop-ding-dong-clank of the keypress noises turned up to volumn 10. I'm sure I'm not the only one that what thinking: Grab it and toss it out a window.

    For that reason we've kept our OLD Motorola - although it does have text messaging and speed dial. No camera, no mp3 player, no touchscreen just a nice simple phone.

    Conky-Wiki link updated. Thanks ... I recall the old one was flooded with spam!!!!!
    hahaha but when you can use conky on your cell phone its a whole other level
    I'm a super power user

  6. #21106
    Join Date
    Dec 2008
    Location
    The Desert
    Beans
    281
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Does anybody happen to have the lua file from mrpeachy for just a normal down the side conky. I couldn't find it
    I'm a super power user

  7. #21107
    Join Date
    Jun 2012
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    @Sector11 and Mr Peachy

    Is it possible to change "feet" by "meters" for the ceilling ?
    I put this in the script to have current wind gusts; is it correct lines ?
    Code:
     out({c=0xFAFAEC,a=1,x=180,y=300,txt="Raf.Max:"})
       out({c=0x00ffff,x=230,y=300,txt=now["wind_gusts_km"]})
    Sorry again...But what mean "NA" when there's no wind ?
    Thanks
    Last edited by ragamatrix; November 15th, 2012 at 11:46 AM.

  8. #21108
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by ragamatrix View Post
    @Sector11 and Mr Peachy

    Is it possible to change "feet" by "meters" for the ceilling ?
    I put this in the script to have current wind gusts; is it correct lines ?
    Code:
     out({c=0xFAFAEC,a=1,x=180,y=300,txt="Raf.Max:"})
       out({c=0x00ffff,x=230,y=300,txt=now["wind_gusts_km"]})
    Sorry again...But what mean "NA" when there's no wind ?
    Thanks
    According to the v9000.lua script there is no meters for ceiling.

    line 108:
    Code:
    local ceiling_unit=settings_table[10]
    Lines 691-695
    Code:
    local s,f,t=string.find(nowweather,">Ceiling: </a></td>%s*<td>([%a%d]*)</td>")
    if t~="Unl" then
    local s,f,t=string.find(t,"([%d%p]*)")
    tc=t..ceiling_unit
    else
    However, someone that know LUA might be able to convert it and create a way to do it. Unfortunately I don't.

    Yes, now["wind_gusts_km"] is correct:
    lines 781-798
    Code:
    local s,f,t=string.find(nowweather,">Gusts: </a></td>%s*<td>([%d%a]*)</td>")
    if t~="NA" then
    local s,f,t=string.find(t,"(%d*)")
    tg=t..wind_mph_unit
    tgkm=round(tonumber(t)*1.609)..wind_km_unit
    tgkts=round(tonumber(t)*0.869)..wind_kts_unit
    else
    	if translate==1 then naset=additional.NA else naset="NA" end
    tg=naset
    tgkm=naset
    tgkts=naset
    end
    now["wind_gusts"]=tg
    now["wind_gusts_caps"]=string.upper(tg)
    now["wind_gusts_km"]=tgkm
    now["wind_gusts_km_caps"]=string.upper(tgkm)
    now["wind_gusts_kts"]=tgkts
    now["wind_gusts_kts_caps"]=string.upper(tgkts)
    N/A . or n/a in English means a few things:
    • Not applicable
    • Not available <<--- here it means this (non disponible)
    • No answer
    • No assignment
    • Nothing added
    • Non-assessable


    From the looks of it you "might" be able to change this line:
    Code:
    	if translate==1 then naset=additional.NA else naset="NA" end
    to
    Code:
    	if translate==1 then naset=additional.NA else naset="ND" end
    Last edited by Sector11; November 15th, 2012 at 12:59 PM.

  9. #21109
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by djyoung4 View Post
    Does anybody happen to have the lua file from mrpeachy for just a normal down the side conky. I couldn't find it
    Do you mean this one:
    - third one down on the right: mrpeachy (tar.gz)

  10. #21110
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by djyoung4 View Post
    huh never got it to work. I did the same thing as well but no dice
    Strange - did you at least get the "conky" one to work? Needs to have "*conky*" in the file name for it to work "automatically" that's why my conkys end with "somename.conky"

    Quote Originally Posted by djyoung4 View Post
    hahaha but when you can use conky on your cell phone its a whole other level
    It works on Android? Now that's nice!

Page 2111 of 2348 FirstFirst ... 1111161120112061210121092110211121122113212121612211 ... 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
  •