Page 2110 of 2348 FirstFirst ... 1110161020102060210021082109211021112112212021602210 ... LastLast
Results 21,091 to 21,100 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #21091
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by ragamatrix View Post
    @Sector11Thank-you very much, it's running for few hours to see for the leak; THANKS to Mr Peachy too for cleaning the code !!
    Have nice day
    Yea, it's a nice fix. I had to apply the fix to a few files:
    1. /media/5/Conky/LUA/chrono.lua
    2. /media/5/Conky/LUA/Chronograph.lua
    3. /media/5/Conky/LUA/Chronograph_2.lua
    4. /media/5/Conky/LUA/Chronograph-2.lua
    5. /media/5/Conky/LUA/Chronograph_fr.lua
    6. /media/5/Conky/LUA/Chronograph_full.lua
    7. /media/5/Conky/LUA/chrono_mix.lua

  2. #21092
    Join Date
    Oct 2009
    Location
    Under a rock
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    ^ glad that fix worked
    picked it up from arclance

  3. #21093
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by mrpeachy View Post
    ^ glad that fix worked
    picked it up from arclance
    Haven't seen him in a while ... Thank you arclance!

  4. #21094
    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
    OH! I gotta try that with medit as well.
    Thanks dk75 ....
    Did you get it working with medit. I could not
    I'm a super power user

  5. #21095
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by djyoung4 View Post
    Did you get it working with medit. I could not
    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!!!
    Attached Images Attached Images

  6. #21096
    Join Date
    Oct 2010
    Location
    Whitney Point, NY
    Beans
    93

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    Opinion: curl
    Opinion: The only iPhone

    So it stands to reason: MY iPad! Arrrrrgh eyePad
    That's what I thought would be the best bet, but wanted reassurance I guess. I still feel like I'm playing with 3 thumbs working with this stuff lol. What would the differences be between the xml and json feeds from that site ?

    lol that i phone I remember using those dial phones, showed one to my step daughter and she couldn't figure out how to use it rofl
    I actually wish I bought the iPhone instead of the Droid Razr, I could use the same astronomy software that way without extra cost. It already cost me $35 for my iPad and I can use it on up to 5 devices of the same platform. The Razr is a great phone but battery life SUCKS.

    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.
    Last edited by FrankenCub; November 14th, 2012 at 05:44 AM. Reason: failing memory

  7. #21097
    Join Date
    Oct 2010
    Location
    Whitney Point, NY
    Beans
    93

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by ragamatrix View Post
    Looks nice Is your background animated with the Earth spinning ? That would be pretty sweet. Have you posted your conky for your radar yet ?
    I was working on a radar last year but put it aside cause I was having issues with it and it was low on the priority scale.

  8. #21098
    Join Date
    Aug 2011
    Beans
    32

    Re: Post your .conkyrc files w/ screenshots

    @ Sector11 & ragamatrix

    Cheers guys for the help, I will see what I can put to use.

  9. #21099
    Join Date
    Jun 2012
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by FrankenCub View Post
    Looks nice Is your background animated with the Earth spinning ? That would be pretty sweet. Have you posted your conky for your radar yet ?
    I was working on a radar last year but put it aside cause I was having issues with it and it was low on the priority scale.
    HI!;
    for the background I'm using the good old xplanet soft.
    I can give you the conky for the radar but it's with an Euro map; you'll have to change the wget adresse in the script an then modify the place and size of it...
    I'm not really good in knowledge of "convert bash script" I got a little error when it's launched...A little help on the forum will be apreciate
    Here's the SatPack
    https://dl.dropbox.com/u/63154177/ConkySatMap.zip
    Enjoy and feed-back !

  10. #21100
    Join Date
    Jun 2012
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    There were 5 lines throughout the script:
    Code:
    local extents=cairo_text_extents_t:create()
    mrpeachy came up with the fix to add two lines at the beginning and delete all of the other lines. Please thank him, not me:

    Code:
    cr = cairo_create(cs)
    local extents=cairo_text_extents_t:create()
    tolua.takeownership(extents)
    -- ########################################################
    -- SETTINGS AREA
    Here's the complete fix:
    Chronograph_min.lua---->
    Code:
     --[[ multiple analogue clocks by mrpeachy - 18 Jun 2012
     21 Jun 2012 - Chronograph modifications by Sector11
     22 Jun 2012 - again with mrpeachy's help day names, numbers and month names
     02 Nov 2012 - edited by McLovin to add the outside rings, and minute numbers
    use in conkyrc
    
    lua_load /path/Chronograph.lua
    lua_draw_hook_pre main
    TEXT
    
    
    -- INDEX (use find with):
    
    -- ###### 12 OR 24 CLOCK FACE
    -- SET BORDER OPTIONS ######  ALL CLOCKS
    
    -- ### START CLOCK A ######################################
    -- MARKS AROUND CLOCK A -- Large Main 24 HR Clock
    -- CLOCK A HOUR HAND
    -- CLOCK A MINUTE HAND SETUP
    -- CLOCK A SECOND HAND SETUP
    -- CLOCK A ###### 24 HR TIME
    
    -- ### START DIAL B ### Top - Week Day Names Dial #########
    -- ### START DIAL C ### Right - Month Names Dial ##########
    -- ### START DIAL D ### Left - Day Numbers Dial ###########
    
    -- ### START CLOCK E ######################################
    -- MARKS AROUND CLOCK E -- Bottom - 12 HR Clock
    -- CLOCK E HOUR HAND
    -- CLOCK E MINUTE HAND SETUP
    -- CLOCK E SECOND HAND SETUP
    -- CLOCK E ###### 12 HR TIME
    
    NOTE:  Putting ### CLOCK A ### last insures that it's functions are written
           over the other dials.
    ]]
    
    require 'cairo'
    
    function conky_main()
    if conky_window == nil then return end
    local cs = cairo_xlib_surface_create(conky_window.display, conky_window.drawable, conky_window.visual, conky_window.width, conky_window.height)
    cr = cairo_create(cs)
    local extents=cairo_text_extents_t:create()
    tolua.takeownership(extents)
    -- ########################################################
    -- SETTINGS AREA
    -- local cpu=conky_parse("${cpu}")
    -- local red-1=conky_parse("${image ~/Conky/images/red_1.png -p 0,0 -s 35x35}")
    
    -- ###### 12 OR 24 CLOCK FACE #############################
    local clock_type_A=12 -- Large Main 24 HR Clock
    local clock_type_E=12 -- Bottom - 12 HR Clock
    
    -- ###### CLOCK SETTINGS ##################################
    -- SET BORDER OPTIONS FOR "CLOCKS" ########################
    local clock_border_width=0
    -- set color and alpha for clock border
    local cbr,cbg,cbb,cba=1,1,1,1  -- full opaque white
    -- gap from clock border to minute marks
    local b_to_m=1
    
    -- ########################################################
    -- ### START DIAL B ### Top - Week Day Names Dial #########
    -- DIAL POSITION FOR TEXT
    local center_x=175
    local center_y=150
    local radius=50
    -- FONT
    cairo_select_font_face (cr, "Digital-7", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL);
    cairo_set_font_size (cr, 12)
    cairo_set_source_rgba (cr,145/255,255/255,194/255,1) --(cr,194/255,204/255,255/255,1)252, 124, 0    -- (cr,1,1,1,1)
    -- TABLE OF TEXT -- in order
    text_days={"DIM","LUN","MAR","MER","JEU","VEN","SAM",}
    -- text_days={"DOM","LUN","MAR","MIE","JUE","VIE","SAB",}
    for i=1,7 do
    -- work out points
    local point=(math.pi/180)*((360/7)*(i-1))
    local x=0+radius*(math.sin(point))
    local y=0-radius*(math.cos(point))
    -- CALCULATE CENTRE OF TEXT
    local text=text_days[i]--gets text from table
    cairo_text_extents(cr,text,extents)
    local width=extents.width
    local height=extents.height
    cairo_move_to(cr,center_x+x-(width/2),center_y+y+(height/2))
    cairo_show_text (cr, text)
    cairo_stroke (cr)
    end
    -- INNER POINTS POSITION, radius smaller than text circle
    local radius=35
    for i=1,7 do
    local point=(math.pi/180)*((360/7)*(i-1))
    local x=0+radius*(math.sin(point))
    local y=0-radius*(math.cos(point))
    cairo_arc (cr,center_x+x,center_y+y,1,0,2*math.pi)
    cairo_stroke (cr)
    end
    -- DRAW HAND -- snaps to current day of week
    local hand_length=30
    local day_number=tonumber(os.date("%w"))
    local point=(math.pi/180)*((360/7)*(day_number))
    local x=0+hand_length*(math.sin(point))
    local y=0-hand_length*(math.cos(point))
    local hand_width=2
    cairo_move_to (cr,center_x,center_y)
    cairo_line_to (cr,center_x+x,center_y+y)
    cairo_stroke (cr)
    -- ### END DIAL B #########################################
    
    -- ########################################################
    -- ### START DIAL C ### Right - Month Names Dial ##########
    -- DIAL POSITION FOR TEXT
    local center_x=260
    local center_y=235
    local radius=45
    -- FONT
    cairo_select_font_face (cr, "Digital-7", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL);
    cairo_set_font_size (cr, 12)
    cairo_set_source_rgba (cr,196/255,187/255,175/255,1) --(cr,194/255,204/255,255/255,1)    -- (cr,1,1,1,1)
    -- TABLE OF TEXT -- in order
    text_days={"JAN","FEV","MAR","AVR","MAI","JUI","JUI","AOU","SEP","OCT","NOV","DEC",}
    -- text_days={"ENE","FEB","MAR","ABR","MAY","JUN","JUL","AGO","SEP","OCT","NOV","DIC",}
    for i=1,12 do
    -- OUTTER POINTS POSTION FOR TEXT
    local point=(math.pi/180)*((360/12)*(i-1))
    local x=0+radius*(math.sin(point))
    local y=0-radius*(math.cos(point))
    -- CALCULATE CENTRE OF TEXT
    local text=text_days[i]--gets text from table
    cairo_text_extents(cr,text,extents)
    local width=extents.width
    local height=extents.height
    cairo_move_to(cr,center_x+x-(width/2),center_y+y+(height/2))
    cairo_show_text (cr, text)
    cairo_stroke (cr)
    end
    -- INNER POINTS POSITION, radius smaller than text circle
    local radius=32
    for i=1,12 do
    local point=(math.pi/180)*((360/12)*(i-1))
    local x=0+radius*(math.sin(point))
    local y=0-radius*(math.cos(point))
    cairo_arc (cr,center_x+x,center_y+y,1,0,2*math.pi)
    cairo_stroke (cr)
    end
    -- DRAW HAND -- snaps to current month
    local this_month=tonumber(os.date("%m"))
    local hand_length=28 --radius for this calculation
    local point=(math.pi/180)*((360/12)*(this_month-1))
    local x=0+hand_length*(math.sin(point))
    local y=0-hand_length*(math.cos(point))
    cairo_move_to (cr,center_x,center_y)
    cairo_line_to (cr,center_x+x,center_y+y)
    cairo_stroke (cr)
    
    -- ### END CLOCK C ########################################
    
    -- ########################################################
    -- ### START DIAL D ### Left - Day Numbers Dial ###########
    -- GET NUMBER OF DAYS IN CURRENT MONTH
    -- calculate Feb, then set up table
    year4num=os.date("%Y")
    t1=os.time({year=year4num,month=03,day=01,hour=00,min=0,sec=0});
    t2=os.time({year=year4num,month=02,day=01,hour=00,min=0,sec=0});
    febdaynum=tonumber((os.difftime(t1,t2))/(24*60*60))
    -- MONTH TABLE
    monthdays={31,febdaynum,31,30,31,30,31,31,30,31,30,31}
    this_month=tonumber(os.date("%m"))
    number_days=monthdays[this_month]
    -- TEXT positioning ##points et un sur 2##
    local center_x=95
    local center_y=235
    local radius=50
    cairo_select_font_face (cr, "Mono", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL);
    cairo_set_font_size (cr, 8)
    cairo_set_source_rgba (cr,245/255,242/255,143/255,1) --(cr,194/255,204/255,255/255,1)    -- (cr,1,1,1,1)
    for i=1,number_days do
    -- OUTTER POINTS POSTION FOR TEXT
    local point=(math.pi/180)*((360/number_days)*(i-1))
    local x=0+radius*(math.sin(point))
    local y=0-radius*(math.cos(point))
    -- CALCULATE CENTRE OF TEXT
    --only print even numbers
    if math.mod(i, 2) == 0 then
    --set text when even
    text=string.format("%02d",i) --formats numbers to double digits
    else
    --set text when odd
    text=""
    end--odd even matching
    cairo_text_extents(cr,text,extents)
    local width=extents.width
    local height=extents.height
    cairo_move_to(cr,center_x+x-(width/2),center_y+y+(height/2))
    cairo_show_text (cr, text)
    cairo_stroke (cr)
    end
    -- INNER POINTS POSITION, radius smaller than text circle
    local radius=40
    for i=1,number_days do
    local point=(math.pi/180)*((360/number_days)*(i-1))
    local x=0+radius*(math.sin(point))
    local y=0-radius*(math.cos(point))
    cairo_arc (cr,center_x+x,center_y+y,1,0,2*math.pi)
    cairo_stroke (cr)
    end
    -- DRAW HAND -- snaps to current DAY
    local this_day=tonumber(os.date("%d"))
    local hand_length=35--radius for this calculation
    local point=(math.pi/180)*((360/number_days)*(this_day-1))
    local x=0+hand_length*(math.sin(point))
    local y=0-hand_length*(math.cos(point))
    cairo_move_to (cr,center_x,center_y)
    cairo_line_to (cr,center_x+x,center_y+y)
    cairo_stroke (cr)
    -- ### END CLOCK D ########################################
    
    -- ########################################################
    -- ### START CLOCK E ######################################
    -- MARKS AROUND CLOCK E -- Bottom - 12 HR Clock
    local number_marks_E=12
    -- set mark length
    local m_length_E=0
    -- set mark width
    local m_width_E=0
    -- set mark line cap type
    local m_cap=CAIRO_LINE_CAP_ROUND
    -- set mark color and alpha,red blue green alpha
    local mr,mg,mb,ma=1,1,0,1-- opaque white
    -- SETUP HOUR HANDS #######################################
    -- CLOCK E HOUR HAND
    -- set length of hour hand
    hh_length_E=25
    -- set hour hand width
    hh_width_E=2
    -- set hour hand line cap
    hh_cap=CAIRO_LINE_CAP_ROUND
    -- set hour hand color
    hhr,hhg,hhb,hha=1,1,0,1-- fully opaque white
    -- SETUP MINUTE HANDS #####################################
    -- CLOCK E MINUTE HAND SETUP
    -- set length of minute hand
    mh_length_E=35
    -- set minute hand width
    mh_width_E=2
    -- set minute hand line cap
    mh_cap=CAIRO_LINE_CAP_ROUND
    -- set minute hand color
    mhr,mhg,mhb,mha=1,1,0,1-- fully opaque white
    -- SETUP SECOND HANDS #####################################
    -- CLOCK E SECOND HAND SETUP
    -- set length of seconds hand
    sh_length_E=32
    -- set hour hand width
    sh_width_E=1
    -- set hour hand line cap
    sh_cap=CAIRO_LINE_CAP_ROUND
    -- set seconds hand color
    shr,shg,shb,sha=1,0,0,1-- fully opaque red
    -- CLOCK E ###### 12 HR TIME ##############################
    -- CLOCK SETTINGS
    clock_radius=45
    clock_centerx=175
    clock_centery=260
    -- DRAWING CODE
    -- DRAW BORDER
    cairo_set_source_rgba (cr,cbr,cbg,cbb,cba)
    cairo_set_line_width (cr,clock_border_width)
    cairo_arc (cr,clock_centerx,clock_centery,clock_radius,0,2*math.pi)
    cairo_stroke (cr)
    -- DRAW MARKS
    -- stuff that can be moved outside of the loop, needs only be set once
    -- calculate end and start radius for marks
    m_end_rad=clock_radius-b_to_m
    m_start_rad=m_end_rad-m_length_E
    -- set line cap type
    cairo_set_line_cap  (cr, m_cap)
    -- set line width
    cairo_set_line_width (cr,m_width_E)
    -- set color and alpha for marks
    cairo_set_source_rgba (cr,mr,mg,mb,ma)
    -- START LOOP FOR SECOND MARKS
    for i=1,number_marks_E do
    -- drawing code using the value of i to calculate degrees
    -- calculate start point for 12/24 hour mark
    radius=m_start_rad
    point=(math.pi/180)*((i-1)*(360/number_marks_E))
    x=0+radius*(math.sin(point))
    y=0-radius*(math.cos(point))
    -- set start point for line
    cairo_move_to (cr,clock_centerx+x,clock_centery+y)
    -- calculate end point for 12/24 hour mark
    radius=m_end_rad
    point=(math.pi/180)*((i-1)*(360/number_marks_E))
    x=0+radius*(math.sin(point))
    y=0-radius*(math.cos(point))
    -- set path for line
    cairo_line_to (cr,clock_centerx+x,clock_centery+y)
    -- draw the line
    cairo_stroke (cr)
    end-- of for loop
    --[[ TIME CALCULATIONS CLOCK E
    if clock_type_E==12 then
    hours=tonumber(os.date("%I"))
    -- convert hours to seconds
    h_to_s=hours*60*60
    elseif clock_type_E==24 then
    hours=tonumber(os.date("%H"))
    -- convert hours to seconds
    h_to_s=hours*60*60
    end
    minutes=tonumber(os.date("%M"))
    -- convert minutes to seconds
    m_to_s=minutes*60
    -- get current seconds
    seconds=tonumber(os.date("%S"))
    -- DRAW HOUR HAND
    -- get hours minutes seconds as just seconds and draw it
    hsecs=h_to_s+m_to_s+seconds
    -- calculate degrees for each second
    hsec_degs=hsecs*(360/(60*60*clock_type_E))-- use equation ~ eliminate decimals
    -- set radius to calculate hand points
    radius=hh_length_E
    -- set start line coordinates, the center of the circle
    cairo_move_to (cr,clock_centerx,clock_centery)
    -- calculate coordinates for end of minute hand
    point=(math.pi/180)*hsec_degs
    x=0+radius*(math.sin(point))
    y=0-radius*(math.cos(point))
    -- describe the line we will draw
    cairo_line_to (cr,clock_centerx+x,clock_centery+y)
    -- set up line attributes and draw line
    cairo_set_line_width (cr,hh_width_E)
    cairo_set_source_rgba (cr,hhr,hhg,hhb,hha)
    cairo_set_line_cap  (cr, hh_cap)
    cairo_stroke (cr)
    -- DRAW MINUTE HAND
    -- get minutes and seconds as seconds
    msecs=m_to_s+seconds
    -- calculate degrees for each second
    msec_degs=msecs*0.1
    -- set radius to calculate hand points
    radius=mh_length_E
    -- set start line coordinates, the center of the circle
    cairo_move_to (cr,clock_centerx,clock_centery)
    -- calculate coordinates for end of minute hand
    point=(math.pi/180)*msec_degs
    x=0+radius*(math.sin(point))
    y=0-radius*(math.cos(point))
    -- describe the line we will draw
    cairo_line_to (cr,clock_centerx+x,clock_centery+y)
    -- set up line attributes and draw line
    cairo_set_line_width (cr,mh_width_E)
    cairo_set_source_rgba (cr,mhr,mhg,mhb,mha)
    cairo_set_line_cap  (cr, mh_cap)
    cairo_stroke (cr)
    -- DRAW SECOND HAND
    -- calculate degrees for each second
    sec_degs=seconds*6
    -- set radius to calculate hand points
    radius=sh_length_E
    -- set start line coordinates, the center of the circle
    cairo_move_to (cr,clock_centerx,clock_centery)
    -- calculate coordinates for end of seconds hand
    point=(math.pi/180)*sec_degs
    x=0+radius*(math.sin(point))
    y=0-radius*(math.cos(point))
    -- describe the line we will draw
    cairo_line_to (cr,clock_centerx+x,clock_centery+y)
    -- set up line attributes
    cairo_set_line_width (cr,sh_width_E)
    cairo_set_source_rgba (cr,shr,shg,shb,sha)
    cairo_set_line_cap  (cr, sh_cap)
    cairo_stroke (cr)
    
    
    -- POSITION FOR TEXT HOUR NUMBERS
    local center_x=175
    local center_y=260
    local radius=45
    -- FONT
    cairo_select_font_face (cr, "Santana", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL);
    cairo_set_font_size (cr, 12)
    cairo_set_source_rgba (cr,194/255,204/255,255/255,1)    -- (cr,1,1,1,1)
    -- TABLE OF TEXT -- in order
    --text_days={"12","01","02","03","04","05","06","07","08","09","10","11",}
    -- FOR A 12 HOUR CLOCK WITH THE NUMBERS 13-00
    text_days={"00","13","14","15","16","17","18","19","20","21","22","23",}
    for i=1,12 do
    -- OUTTER POINTS POSTION FOR TEXT
    local point=(math.pi/180)*((360/12)*(i-1))
    local x=0+radius*(math.sin(point))
    local y=0-radius*(math.cos(point))
    -- CALCULATE CENTRE OF TEXT
    local text=text_days[i]--gets text from table
    cairo_text_extents(cr,text,extents)
    local width=extents.width
    local height=extents.height
    cairo_move_to(cr,center_x+x-(width/2),center_y+y+(height/2))
    cairo_show_text (cr, text)
    cairo_stroke (cr)
    end
    -- INNER POINTS POSITION, radius smaller than text circle
    local radius=32
    for i=1,12 do
    local point=(math.pi/180)*((360/12)*(i-1))
    local x=0+radius*(math.sin(point))
    local y=0-radius*(math.cos(point))
    cairo_arc (cr,center_x+x,center_y+y,1,0,2*math.pi)
    cairo_stroke (cr)
    end ]]
    
    -- ### END CLOCK E ########################################
    
    -- ########################################################
    -- ### START CLOCK A ######################################
    -- SET MARKS ##############################################
    -- MARKS AROUND CLOCK A -- Large Main 24 HR Clock
    local number_marks_A=12
    -- set mark length
    local m_length_A=0
    -- set mark width
    local m_width_A=0
    -- set mark line cap type
    local m_cap=CAIRO_LINE_CAP_ROUND
    -- set mark color and alpha,red blue green alpha
    local mr,mg,mb,ma=1,1,1,1-- opaque white
    -- SETUP HOUR HANDS #######################################
    -- CLOCK A HOUR HAND
    -- set length of hour hand
    hh_length_A=130
    -- set hour hand width
    hh_width_A=3
    -- set hour hand line cap
    hh_cap=CAIRO_LINE_CAP_ROUND
    -- set hour hand color
    hhr,hhg,hhb,hha=1,1,1,.5-- fully opaque white
    -- SETUP MINUTE HANDS #####################################
    -- CLOCK A MINUTE HAND SETUP
    -- set length of minute hand
    mh_length_A=145
    -- set minute hand width
    mh_width_A=2
    -- set minute hand line cap
    mh_cap=CAIRO_LINE_CAP_ROUND
    -- set minute hand color
    mhr,mhg,mhb,mha=1,1,1,.5-- fully opaque white
    -- SETUP SECOND HANDS #####################################
    -- CLOCK A SECOND HAND SETUP
    -- set length of seconds hand
    sh_length_A=150
    -- set hour hand width
    sh_width_A=2
    -- set hour hand line cap
    sh_cap=CAIRO_LINE_CAP_ROUND
    -- set seconds hand color
    shr,shg,shb,sha=1,0,0,1-- fully opaque red
    -- CLOCK A ###### 12 HR TIME ##############################
    -- CLOCK SETTINGS
    clock_radius=200
    clock_centerx=175
    clock_centery=235
    -- DRAWING CODE
    -- DRAW BORDER
    cairo_set_source_rgba (cr,cbr,cbg,cbb,cba)
    cairo_set_line_width (cr,clock_border_width)
    cairo_arc (cr,clock_centerx,clock_centery,clock_radius,0,2*math.pi)
    cairo_stroke (cr)
    -- DRAW MARKS
    -- stuff that can be moved outside of the loop, needs only be set once
    -- calculate end and start radius for marks
    m_end_rad=clock_radius-b_to_m
    m_start_rad=m_end_rad-m_length_A
    -- set line cap type
    cairo_set_line_cap  (cr, m_cap)
    -- set line width
    cairo_set_line_width (cr,m_width_A)
    -- set color and alpha for marks
    cairo_set_source_rgba (cr,mr,mg,mb,ma)
    -- START LOOP FOR HOUR MARKS
    for i=1,number_marks_A do
    -- drawing code using the value of i to calculate degrees
    -- calculate start point for 12/24 hour mark
    radius=m_start_rad
    point=(math.pi/180)*((i-1)*(360/number_marks_A))
    x=0+radius*(math.sin(point))
    y=0-radius*(math.cos(point))
    -- set start point for line
    cairo_move_to (cr,clock_centerx+x,clock_centery+y)
    -- calculate end point for 12/24 hour mark
    radius=m_end_rad
    point=(math.pi/180)*((i-1)*(360/number_marks_A))
    x=0+radius*(math.sin(point))
    y=0-radius*(math.cos(point))
    -- set path for line
    cairo_line_to (cr,clock_centerx+x,clock_centery+y)
    -- draw the line
    cairo_stroke (cr)
    end-- of for loop
    -- HOUR MARKS
    -- TIME CALCULATIONS CLOCK A
    if clock_type_A==12 then
    hours=tonumber(os.date("%I"))
    -- convert hours to seconds
    h_to_s=hours*60*60
    elseif clock_type_A==24 then
    hours=tonumber(os.date("%H"))
    -- convert hours to seconds
    h_to_s=hours*60*60
    end
    minutes=tonumber(os.date("%M"))
    -- convert minutes to seconds
    m_to_s=minutes*60
    -- get current seconds
    seconds=tonumber(os.date("%S"))
    -- DRAW HOUR HAND
    -- get hours minutes seconds as just seconds
    hsecs=h_to_s+m_to_s+seconds
    -- calculate degrees for each second
    hsec_degs=hsecs*(360/(60*60*clock_type_A))-- use equation ~ eliminate decimals
    -- set radius to calculate hand points
    radius=hh_length_A
    -- set start line coordinates, the center of the circle
    cairo_move_to (cr,clock_centerx,clock_centery)
    -- calculate coordinates for end of hour hand
    point=(math.pi/180)*hsec_degs
    x=0+radius*(math.sin(point))
    y=0-radius*(math.cos(point))
    -- describe the line we will draw
    cairo_line_to (cr,clock_centerx+x,clock_centery+y)
    -- set up line attributes and draw line
    cairo_set_line_width (cr,hh_width_A)
    cairo_set_source_rgba (cr,hhr,hhg,hhb,hha)
    cairo_set_line_cap  (cr, hh_cap)
    cairo_stroke (cr)
    -- DRAW MINUTE HAND
    -- get minutes and seconds just as seconds
    msecs=m_to_s+seconds
    -- calculate degrees for each second
    msec_degs=msecs*0.1
    -- set radius to calculate hand points
    radius=mh_length_A
    -- set start line coordinates, the center of the circle
    cairo_move_to (cr,clock_centerx,clock_centery)
    -- calculate coordinates for end of minute hand
    point=(math.pi/180)*msec_degs
    x=0+radius*(math.sin(point))
    y=0-radius*(math.cos(point))
    -- describe the line we will draw
    cairo_line_to (cr,clock_centerx+x,clock_centery+y)
    -- set up line attributes and draw line
    cairo_set_line_width (cr,mh_width_A)
    cairo_set_source_rgba (cr,mhr,mhg,mhb,mha)
    cairo_set_line_cap  (cr, mh_cap)
    cairo_stroke (cr)
    -- DRAW SECOND HAND
    --[[
    -- calculate degrees for each second
    sec_degs=seconds*6
    -- set radius to calculate hand points
    radius=sh_length_A
    -- set start line coordinates, the center of the circle
    cairo_move_to (cr,clock_centerx,clock_centery)
    -- calculate coordinates for end of seconds hand
    point=(math.pi/180)*sec_degs
    x=0+radius*(math.sin(point))
    y=0-radius*(math.cos(point))
    -- describe the line we will draw
    cairo_line_to (cr,clock_centerx+x,clock_centery+y)
    -- set up line attributes
    cairo_set_line_width (cr,sh_width_A)
    cairo_set_source_rgba (cr,shr,shg,shb,sha)
    cairo_set_line_cap  (cr, sh_cap)
    cairo_stroke (cr)
    ]]
    -- ####################################################################
    -- part of a second hand
    
    --position
    local center_x=175
    local center_y=235
    --get seconds value
    local seconds=tonumber(os.date("%S"))
    --calculate rotation of second hand in degrees
    local arc=(math.pi/180)*((360/60)*seconds)
    --calculate point 1
    local radius1=100
    local x1=0+radius1*math.sin(arc)
    local y1=0-radius1*math.cos(arc)
    --calculate point 2
    local radius2=151
    local x2=0+radius2*math.sin(arc)
    local y2=0-radius2*math.cos(arc)
    --draw line connecting points
    cairo_move_to (cr, center_x+x1,center_y+y1)
    cairo_line_to (cr, center_x+x2, center_y+y2)
    cairo_set_source_rgba (cr,255/255,0/255,0/255,1)
    cairo_stroke (cr)
    -- ####################################################################
    
    -- POSITION FOR TEXT HOUR NUMBERS
    local center_x=175
    local center_y=235
    local radius=165
    -- FONT
    cairo_select_font_face (cr, "Santana", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_BOLD);
    cairo_set_font_size (cr, 16)
    cairo_set_source_rgba (cr,1,1,1,1) --(cr,194/255,204/255,255/255,1)    -- (cr,1,1,1,1)
    -- TABLE OF TEXT -- in order
    text_days={"12","01","02","03","04","05","06","07","08","09","10","11","12","13","14","15","16","17","18","19","20","21","22","23",}
    for i=1,12 do
    -- OUTTER POINTS POSTION FOR TEXT
    local point=(math.pi/180)*((360/12)*(i-1))
    local x=0+radius*(math.sin(point))
    local y=0-radius*(math.cos(point))
    -- CALCULATE CENTRE OF TEXT
    local text=text_days[i]--gets text from table
    cairo_text_extents(cr,text,extents)
    local width=extents.width
    local height=extents.height
    cairo_move_to(cr,center_x+x-(width/2),center_y+y+(height/2))
    cairo_show_text (cr, text)
    cairo_stroke (cr)
    end
    
    -- POSITION FOR TEXT HOUR NUMBERS
    local center_x=175
    local center_y=235
    local radius=160
    -- FONT
    cairo_select_font_face (cr, "Santana", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL);
    cairo_set_font_size (cr, 12)
    cairo_set_source_rgba (cr,1,1,1,1) --(cr,194/255,204/255,255/255,1)    -- (cr,1,1,1,1)
    -- TABLE OF TEXT -- in order
    text_days={"","1","2","3","4","","6","7","8","9","","11","12","13","14","","16","17","18","19","","21","22","23","24","","26","27","28","29","","31","32","33","34","","36","37","38","39","","41","42","43","44","","46","47","48","49","","51","52","53","54","","56","57","58","59","",}
    for i=1,60 do
    -- OUTTER POINTS POSTION FOR TEXT
    local point=(math.pi/180)*((360/60)*(i-1))
    local x=0+radius*(math.sin(point))
    local y=0-radius*(math.cos(point))
    -- CALCULATE CENTRE OF TEXT
    local text=text_days[i]--gets text from table
    cairo_text_extents(cr,text,extents)
    local width=extents.width
    local height=extents.height
    cairo_move_to(cr,center_x+x-(width/2),center_y+y+(height/2))
    cairo_show_text (cr, text)
    cairo_stroke (cr)
    end
    
    -- INNER POINTS POSITION, radius smaller than text circle
    local radius=150
    for i=1,60 do
    local point=(math.pi/180)*((360/60)*(i-1))
    local x=0+radius*(math.sin(point))
    local y=0-radius*(math.cos(point))
    cairo_arc (cr,center_x+x,center_y+y,1,0,2*math.pi)
    cairo_stroke (cr)
    end
    --[[ HOUR POINTS CIRCLES,  ##########Uncoment section to draw rings around numbers
    local radius=162
    for i=1,60 do
    local point=(math.pi/180)*((360/12)*(i-1))
    local x=0+radius*(math.sin(point))
    local y=0-radius*(math.cos(point))
    cairo_arc (cr,center_x+x,center_y+y,12,0,2*math.pi)
    cairo_stroke (cr)
    end]]
    -- ### END CLOCK A ########################################
    
    -- ########################################################
    cairo_destroy(cr)
    cairo_surface_destroy(cs)
    cr=nil
    end-- end main function
    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
    For example in the isometric_bars.lua I did it (I have no errors):
    #start modif at line 161
    Code:
     --[[ the post: http://crunchbanglinux.org/forums/post/55927/#p55927
    this one was easy (or i thought it was going to be)
    http://omploader.org/tM2x0bg
    Going to be a work in progress until i set up all the variables properly... and get my titles right smile
    UPDATE- now you can change line thickness without messing it up.  Getting the lines right has made things alot less easy smile
    also you can set font, font size and title position
        -- end the post
    isometric bars by mrpeachy (2012)
    updated by mrpeachy 15 Oct 2012
    --]]
    
    require 'cairo'
    
    function bar3d(conkyobject, linethick, width, barheight, linered, linegreen, lineblue, linealpha, facered, facegreen, faceblue, facealpha, across, down, title, framelines, font, fontsize, txtacross, txtdown, txtred, txtblue, txtgreen, txtalpha, direction)
    --line 1 settings end
    local a_num1=tonumber(conkyobject) or 0
    local a_num=(height/100)*a_num1
    --indicator
    if direction==nil then direction="r" end
    if direction=="r" then
    isoadjust=width*-0.5
    elseif direction=="l" then
    isoadjust=width*0.5
    end
    --point 1 - bottom left
    x1,y1=0,0
    --point 2 - bottom right
    x2,y2=x1+width,y1
    --point 3 - middle left
    x3,y3=x1,-a_num
    --point 4 - middle right
    x4,y4=x2,y3
    --point 5 - iso left
    x5,y5=x1+isoadjust,y1+(width*-0.5)
    --point 6 - iso right
    x6,y6=x5+width,y5
    --point 7 - top left
    x7,y7=x5,y5-a_num
    --point 8 - top right
    x8,y8=x7+width,y7
    --##################################
    cairo_set_line_cap  (cr, CAIRO_LINE_CAP_ROUND);
    cairo_set_line_join (cr, CAIRO_LINE_JOIN_ROUND);
    cairo_set_line_width (cr,linethick)
    if framelines == 1 then
    --back lines
    cairo_set_source_rgba (cr, linered, linegreen, lineblue, linealpha);
    cairo_save(cr)
    cairo_translate (cr, across, down)
    cairo_move_to (cr,x5,y5)
    cairo_line_to (cr,x5,y5-height)
    cairo_line_to (cr,x6,y6-height)
    cairo_line_to (cr,x6,y6)
    cairo_close_path (cr)
    cairo_stroke (cr)
    cairo_restore (cr)
    end
    cairo_save (cr)
    cairo_translate (cr, across, down)
    --bottom
    cairo_move_to (cr,x1,y1)
    cairo_line_to (cr,x2,y2)
    cairo_line_to (cr,x6,y6)
    cairo_line_to (cr,x5,y5)
    cairo_close_path (cr)
    cairo_set_source_rgba (cr, facered, facegreen, faceblue, facealpha);
    cairo_fill_preserve (cr)
    cairo_set_source_rgba (cr, linered, linegreen, lineblue, linealpha);
    cairo_stroke (cr)
    --back
    cairo_move_to (cr,x7,y7)
    cairo_line_to (cr,x5,y5)
    cairo_line_to (cr,x6,y6)
    cairo_line_to (cr,x8,y8)
    cairo_close_path (cr)
    cairo_set_source_rgba (cr, facered, facegreen, faceblue, facealpha);
    cairo_fill_preserve (cr)
    cairo_set_source_rgba (cr, linered, linegreen, lineblue, linealpha);
    cairo_stroke (cr)
    --iso side left
    cairo_move_to (cr,x7,y7)
    cairo_line_to (cr,x3,y3)
    cairo_line_to (cr,x1,y1)
    cairo_line_to (cr,x5,y5)
    cairo_close_path (cr)
    cairo_set_source_rgba (cr, facered, facegreen, faceblue, facealpha);
    cairo_fill_preserve (cr)
    cairo_set_source_rgba (cr, linered, linegreen, lineblue, linealpha);
    cairo_stroke (cr)
    --iso side right
    cairo_move_to (cr,x8,y8)
    cairo_line_to (cr,x4,y4)
    cairo_line_to (cr,x2,y2)
    cairo_line_to (cr,x6,y6)
    cairo_close_path (cr)
    cairo_set_source_rgba (cr, facered, facegreen, faceblue, facealpha);
    cairo_fill_preserve (cr)
    cairo_set_source_rgba (cr, linered, linegreen, lineblue, linealpha);
    cairo_stroke (cr)
    --top
    cairo_move_to (cr,x3,y3)
    cairo_line_to (cr,x7,y7)
    cairo_line_to (cr,x8,y8)
    cairo_line_to (cr,x4,y4)
    cairo_close_path (cr)
    cairo_set_source_rgba (cr, facered, facegreen, faceblue, facealpha);
    cairo_fill_preserve (cr)
    cairo_set_source_rgba (cr, linered, linegreen, lineblue, linealpha);
    cairo_stroke (cr)
    --front
    cairo_move_to (cr,x1,y1)
    cairo_line_to (cr,x2,y2)
    cairo_line_to (cr,x4,y4)
    cairo_line_to (cr,x3,y3)
    cairo_close_path (cr)
    cairo_set_source_rgba (cr, facered, facegreen, faceblue, facealpha);
    cairo_fill_preserve (cr)
    cairo_set_source_rgba (cr, linered, linegreen, lineblue, linealpha);
    cairo_stroke (cr)
    cairo_restore (cr)
    
    if framelines == 1 then
    --frame lines
    cairo_save (cr)
    cairo_translate (cr, across, down)
    cairo_set_source_rgba (cr, linered, linegreen, lineblue, linealpha);
    --front
    cairo_move_to (cr,x1,y1)
    cairo_line_to (cr,x1,y1-height)
    cairo_line_to (cr,x2,y2-height)
    cairo_line_to (cr,x2,y2)
    cairo_close_path (cr)
    cairo_stroke (cr)
    --top
    cairo_move_to (cr,x1,y1-height)
    cairo_line_to (cr,x5,y5-height)
    cairo_line_to (cr,x6,y6-height)
    cairo_line_to (cr,x2,y2-height)
    cairo_close_path (cr)
    cairo_stroke (cr)
    cairo_restore (cr)
    end--if framelines
    --title
    cairo_select_font_face (cr, font, CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL);
    cairo_set_font_size (cr, fontsize);
    cairo_set_source_rgba (cr, (txtred or linered),(txtgreen or linegreen),(txtblue or lineblue),(txtalpha or linealpha));
    cairo_move_to (cr, txtacross, txtdown)
    cairo_show_text (cr, title)
    cairo_stroke (cr)
    end--isometric drawing function
    
    function conky_draw_shape ()
    local updates=conky_parse('${updates}')
    update_num=tonumber(updates)
    if update_num > 5 then
    if conky_window==nil then return end
    local w=conky_window.width
    local h=conky_window.height
    local cs=cairo_xlib_surface_create(conky_window.display, conky_window.drawable, conky_window.visual, w, h)
    cr=cairo_create(cs)
    local extents=cairo_text_extents_t:create()
    tolua.takeownership(extents)
    -- ROOT
    --conkyobject=conky_parse('${fs_used_perc /}')
    --linethick=0.5 --1.25  --1.5
    --width=20
    --height=140
    --linered=1.0
    --linegreen=0.0
    --lineblue=0.0
    --linealpha=1.0
    --facered=0.0
    --facegreen=0.0
    --faceblue=1.0
    --facealpha=0.3
    --across=50
    --down=200
    --text formatting
    --title="Root"
    --font="White Rabbit"
    --fontsize=14
    --txtred=0.5
    --txtgreen=1.0
    --txtblue=0.0
    --txtalpha=1.0
    --txtacross=50
    --txtdown=220
    --1 for framelines, 0 for none
    --framelines=1
    --face direction "r" or "l"
    --direction="r"
    --bar3d(conkyobject, linethick, width, height, linered, linegreen, lineblue, linealpha, facered, facegreen, faceblue, facealpha, across, down, title, framelines, font, --fontsize, txtacross, txtdown, txtred, txtblue, txtgreen, txtalpha, direction)
    
    -- HOME
    conkyobject=conky_parse('${fs_used_perc /home}')
    linethick=0.5 --1.25  --1.5
    width=20
    height=140
    linered=1.0
    linegreen=0.0
    lineblue=0.0
    linealpha=1.0
    facered=0.0
    facegreen=0.0
    faceblue=1.0
    facealpha=0.3
    across=50
    down=200
    --text formatting
    title="Home"
    font="Kimberley"
    fontsize=14
    fontsize=14
    txtred=1
    txtgreen=1
    txtblue=0
    txtalpha=1
    txtacross=50
    txtdown=220
    --1 for framelines, 0 for none
    framelines=1
    --face direction "r" or "l"
    direction="l"
    bar3d(conkyobject, linethick, width, height, linered, linegreen, lineblue, linealpha, facered, facegreen, faceblue, facealpha, across, down, title, framelines, font, fontsize, txtacross, txtdown, txtred, txtblue, txtgreen, txtalpha, direction)
    
    -- MEDIA/5
    --conkyobject=conky_parse('${fs_used_perc /home}')
    --linethick=0.25
    --width=40
    --height=150
    --linered=1.0
    --linegreen=1.0
    --lineblue=1.0
    --linealpha=0.5
    --facered=0.5
    --facegreen=0.5
    --faceblue=0.5
    --facealpha=1.0
    --across=190
    --down=200
    --text formatting
    --title="HOME"
    --font="White Rabbit"
    --fontsize=14
    --txtred=1
    --txtgreen=1
    --txtblue=0
    --txtalpha=1
    --txtacross=190
    --txtdown=220
    --1 for framelines, 0 for none
    --framelines=1
    --face direction "r" or "l"
    --direction="l"
    --bar3d(conkyobject, linethick, width, height, linered, linegreen, lineblue, linealpha, facered, facegreen, faceblue, facealpha, across, down, title, framelines, font, --fontsize, txtacross, txtdown, txtred, txtblue, txtgreen, txtalpha, direction)
    
    -- MEMORY
    conkyobject=conky_parse('${memperc}')
    linethick=0.5 --1.25  --1.5
    width=20
    height=140
    linered=0.1
    linegreen=1.0
    lineblue=0.1
    linealpha=1.0
    facered=0.9
    facegreen=0.5
    faceblue=0.0
    facealpha=0.3
    across=400
    down=200
    --text formatting
    title="Ram"
    font="Kimberley"
    fontsize=12
    txtred=1
    txtgreen=1
    txtblue=0
    txtalpha=1
    txtacross=400
    txtdown=220
    --1 for framelines, 0 for none
    framelines=1
    --face direction "r" or "l"
    direction="l"
    bar3d(conkyobject, linethick, width, height, linered, linegreen, lineblue, linealpha, facered, facegreen, faceblue, facealpha, across, down, title, framelines, font, fontsize, txtacross, txtdown, txtred, txtblue, txtgreen, txtalpha, direction)
    
    -- CPU O (Average of all)
    conkyobject=conky_parse('${cpu cpu0}')
    linethick=0.5
    width=20
    height=140
    linered=0.0
    linegreen=0.0
    lineblue=1.0
    linealpha=1
    facered=0.7
    facegreen=0.2
    faceblue=0.6
    facealpha=1.0
    across=345
    down=200
    --text formatting
    title="CPU 1 + 2"
    font="Kimberley"
    fontsize=10
    txtred=1
    txtgreen=1
    txtblue=0
    txtalpha=1
    txtacross=345
    txtdown=220
    --1 for framelines, 0 for none
    framelines=1
    --face direction "r" or "l"
    direction="l"
    bar3d(conkyobject, linethick, width, height, linered, linegreen, lineblue, linealpha, facered, facegreen, faceblue, facealpha, across, down, title, framelines, font, fontsize, txtacross, txtdown, txtred, txtblue, txtgreen, txtalpha, direction)
    
    -- CPU 1
    conkyobject=conky_parse('${cpu cpu1}')
    linethick=0.5 --1.25  --1.5
    width=20
    height=140
    linered=0.1
    linegreen=1.0
    lineblue=0.1
    linealpha=1
    facered=1.0
    facegreen=0.0
    faceblue=0.0
    facealpha=0.3
    across=120
    down=200
    --text formatting
    title="CPU1"
    font="Kimberley"
    fontsize=12
    txtred=1
    txtgreen=1
    txtblue=0
    txtalpha=1
    txtacross=120
    txtdown=220
    --1 for framelines, 0 for none
    framelines=1
    --face direction "r" or "l"
    direction="l"
    bar3d(conkyobject, linethick, width, height, linered, linegreen, lineblue, linealpha, facered, facegreen, faceblue, facealpha, across, down, title, framelines, font, fontsize, txtacross, txtdown, txtred, txtblue, txtgreen, txtalpha, direction)
    
    -- CPU 2
    conkyobject=conky_parse('${cpu cpu2}')
    linethick=0.5 --1.25  --1.5
    width=20
    height=140
    linered=0.1
    linegreen=1.0
    lineblue=0.1
    linealpha=1
    facered=1.0
    facegreen=0.0
    faceblue=0.0
    facealpha=0.3
    across=290
    down=200
    --text formatting
    title="CPU2"
    font="Kimberley"
    fontsize=12
    txtred=1
    txtgreen=1
    txtblue=0
    txtalpha=1
    txtacross=290
    txtdown=220
    --1 for framelines, 0 for none
    framelines=1
    --face direction "r" or "l"
    direction="l"
    bar3d(conkyobject, linethick, width, height, linered, linegreen, lineblue, linealpha, facered, facegreen, faceblue, facealpha, across, down, title, framelines, font, fontsize, txtacross, txtdown, txtred, txtblue, txtgreen, txtalpha, direction)
    
    -- CPU 3
    --conkyobject=conky_parse('${cpu cpu3}')
    --linethick=0.5 --1.25  --1.5
    --width=40
    --height=150
    --linered=0.1
    --linegreen=0.1
    --lineblue=0.1
    --linealpha=1.0
    --facered=1.0
    --facegreen=0.0
    --faceblue=0.0
    --facealpha=1.0
    --across=260
    --down=400
    --text formatting
    --title="CPU3"
    --font="White Rabbit"
    --fontsize=14
    --txtred=1
    --txtgreen=1
    --txtblue=0
    --txtalpha=1
    --txtacross=260
    --txtdown=420
    --1 for framelines, 0 for none
    --framelines=1
    --face direction "r" or "l"
    --direction="l"
    --bar3d(conkyobject, linethick, width, height, linered, linegreen, lineblue, linealpha, facered, facegreen, faceblue, facealpha, across, down, title, framelines, font, --fontsize, txtacross, txtdown, txtred, txtblue, txtgreen, txtalpha, direction)
    
    end
    cairo_surface_destroy(cs)
    cairo_destroy(display)
    end
    Last edited by ragamatrix; November 14th, 2012 at 12:25 PM.

Page 2110 of 2348 FirstFirst ... 1110161020102060210021082109211021112112212021602210 ... 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
  •