Page 2063 of 2348 FirstFirst ... 1063156319632013205320612062206320642065207321132163 ... LastLast
Results 20,621 to 20,630 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #20621
    Join Date
    Aug 2011
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by AndyOpie150 View Post
    Lots of good info from everyone, thanks for all the help guys.
    I don't mind doing things the hard way, that's one of the best way to learn.
    I'm going to take it real slow on editing to re-size, making sure I have all the info in front of me before jumping in.
    Making mistakes is another way I learn, just hoping to keep it to a minimum.

    When I get this all accomplished I'll post a "This is what this newb had to do to get this to work on a little 1024x768 screen" and how to change the color of the script (proper credit going where it should of course). Screen shot of how everything turns out as well.

    Edit: Just put the chartreuse Green hex code into an rgb converter and came out with the same rgb triplet code as what Sector11 posted (thanks again Sector11)
    Where to change colors and font is in the readme.
    Code:
    Customization    
        Font, Fonts, and Font Color can be changed by editing these lines in the lua script (conkyWeather_arclance.lua)
            
            color0_R,color0_G,color0_B,color0_A = (204/255),(153/255),0,1 -- Yellow #CC9900
            color1_R,color1_G,color1_B,color1_A = (238/255),(118/255),0,1 -- Orange #EE7600
            color3_R,color3_G,color3_B,color3_A = (139/255),0,0,1 -- Shade Color #8B0000
            font = "DejaVu Sans Mono"
            fSize = 13
            bfSize = 12
    Building Conky | iCalendar Conky | Weather Script | Background List
    Intel Core i7-2600K - 3.40GHz | Asus P8Z68-V LE | 8GB RAM - 1866 MHz | Nvidia GeForce GTX 560 Ti

  2. #20622
    Join Date
    Aug 2012
    Location
    Florida
    Beans
    185
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Outstanding! Just what I was looking for. I'll tackle this right after I edit the color on the Conky Lua.

    EDIT: These are the colors I have to use to allow me to see the Conky Lua in most all the backgrounds (still ended up having to use pink).



    Uploaded with ImageShack.us

    With the Conky Lua I just needed the Hex color codes.
    As much as I tried and I still couldn't figure out how to change the clock hands to chartreuse green. Every time I tried I would loose the clock.

    All in all the colors do seem to go together really good.

    Question: How do I unhide the .conky folder and the .conkyrc text file I put in the /home/ directory so I can edit them. I ended up having to download the Conky Lua again and editing everything all over again (instead of just the colors), then changing their names and moving to the /home/ directory (in the popup I selected replace). EDIT: Just needed to tap the H key instead of pressing the H key while holding the Ctrl key. Dooh! I'm thinking a Deepskyblue 1 might work better for the clock hands.
    Last edited by AndyOpie150; September 26th, 2012 at 04:16 AM. Reason: fix typo's

  3. #20623
    Join Date
    Sep 2012
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by humanisfood View Post
    my screen resolution is 1920x1080

    Code:
    background yes
    use_xft yes
    xftfont 123:size=8
    xftalpha 0.1
    update_interval 0.5
    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 400
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color gray
    default_shade_color red
    default_outline_color green
    alignment top_right
    gap_x 10
    gap_y 10
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 1
    override_utf8_locale yes
    use_spacer right
    text_buffer_size 256
    
    TEXT
    
    ${font Arial:size=28}${color Tan1}UBUNTU${color Ivory}12.10${font Arial:size=12}
    $alignr${color DimGray}BETA1
    
    
    ${voffset -90}
    ${color DimGray}
    ${font}
    ${font Arial:bold:size=10}${color Tan1}SYSTEM ${color Ivory} ${hr 1}
    $font${color DimGray}$sysname $kernel $alignr $machine
    AMD Phenom(tm) II X4 955 $alignr 3.20Ghz
    NVIDIA Graphics $alignr GeForce GT430
    Display Device $alignr Acer H275HL
    Uptime $alignr${uptime}
    
    ${font Arial:bold:size=10}${color Tan1}PROCESSORS ${color Ivory}${hr 1}
    $font${color DimGray}CPU1  ${cpu cpu1}% ${cpubar cpu1}
    CPU2  ${cpu cpu2}% ${cpubar cpu2}
    CPU3  ${cpu cpu3}% ${cpubar cpu3}
    CPU4  ${cpu cpu4}% ${cpubar cpu4}
    
    GPU1  ${cpu nvidia gpufreq}% ${cpubar nvidia gpufreq}
    
    $font${color DimGray}${alignc}CPU TEMP     ${execpi 5 sensors | grep temp1 | awk '{print $2}' | cut -c2-3}°C   |   $font${color DimGray}GPU TEMP     ${execi 60 nvidia-settings -query GPUCoreTemp | perl -ne 'print $1 if /GPUCoreTemp.*?: (\d+)./;'}°C
    
    ${font Arial:bold:size=10}${color Tan1}MEMORY ${color Ivory}${hr 1}
    $font${color DimGray}RAM $alignc $mem / $memmax $alignr $memperc%
    $membar
    
    ${font Arial:bold:size=10}${color Tan1}STORAGE ${color Ivory}${hr 1}
    $font${color DimGray}/home $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_used_perc /home}%
    ${fs_bar /home}
    /DATA $alignc ${fs_used /media/damien/DATA1} / ${fs_size /media/damien/DATA1} $alignr ${fs_used_perc /media/damien/DATA1}%
    ${fs_bar /media/damien/DATA1}
    
    ${font Arial:bold:size=10}${color Tan1}TOP PROCESSES ${color Ivory}${hr 1}
    ${color DimGray}$font${top_mem name 2}${alignr}${top mem 2} %
    $font${top_mem name 3}${alignr}${top mem 3} %
    $font${top_mem name 4}${alignr}${top mem 4} %
    $font${top_mem name 5}${alignr}${top mem 5} %
    
    ${font Arial:bold:size=10}${color Tan2}NETWORK ${color Ivory}${hr 1}
    $font${color DimGray}Downloading $alignr ${downspeed wlan0}
    Uploading $alignr ${upspeed wlan0}
    
    ${font Arial:bold:size=10}${color Tan2}WEATHER ${color Ivory}${hr 1}
    $font${color DimGray}Raleigh, NC$alignr${execi 300 ~/.weather.sh "27601"}F
    weather script is
    Code:
    #!/bin/sh
    #AccuWeather (r) RSS weather tool for conky
    #
    #USAGE: weather.sh <locationcode>
    #
    #(c) Michael Seiler 2007
    
    METRIC=0 #Should be 0 or 1; 0 for F, 1 for C
    
    if [ -z $1 ]; then
        echo
        echo "USAGE: weather.sh <locationcode>"
        echo
        exit 0;
    fi
    
    curl --connect-timeout 30 -s http://rss.accuweather.com/rss/liveweather_rss.asp\?metric\=${METRIC}\&locCode\=$1 \
    | sed -n '/Currently:/ s/.*: \(.*\): \([-0-9]*\)\([CF]\).*/\1 \2°/p' | sed 's/A°/°/'
    ------------------



    THANK YOU very much humanisfood! I've struggled a little bit, but it's done. I've got my first .conkyrc (kinda similar to yours, hehe).

    Here it is

    Code:
    background yes
    use_xft yes
    xftfont 123:size=8
    xftalpha 0.1
    update_interval 0.5
    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 400
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color gray
    default_shade_color red
    default_outline_color green
    alignment top_right
    gap_x 10
    gap_y 10
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 1
    override_utf8_locale yes
    use_spacer right
    text_buffer_size 256
    
    TEXT
    
    ${font Arial:size=28}${color Tan1}UBUNTU${color Ivory}12.04${font Arial:size=12}
    
    
    ${voffset -90}
    ${color DimGray}
    ${font}
    ${font Arial:bold:size=10}${color Tan1}SISTEMA ${color Ivory} ${hr 1}
    $font${color DimGray}$sysname $kernel $alignr $machine
    Tiempo en actividad $alignr${uptime}
    
    
    ${font Arial:bold:size=10}${color Tan1}PROCESADOR ${color Ivory}${hr 1}
    $font${color DimGray}Intel Core i5 2515M $alignr 3.20Ghz
    $font${color DimGray}CPU1  ${cpu cpu1}% ${cpubar cpu1}
    CPU2  ${cpu cpu2}% ${cpubar cpu2}
    
    $font${color DimGray}${alignc}CPU TEMP: ${execpi 1 sensors | grep temp1 | awk '{print $2}' | cut -c2-3}.00 Cº   
    
    ${font Arial:bold:size=10}${color Tan1}PLACA DE VIDEO ${color Ivory}${hr 1}
    $font${color DimGray}GPU ATI Mobility Radeon 7470M
    
    $font${color DimGray}${alignc}GPU TEMP: ${execpi 1 aticonfig --odgt | sed -n 's/.*- //;p' | grep -i "C"}º
    
    ${font Arial:bold:size=10}${color Tan1}MEMORIA ${color Ivory}${hr 1}
    $font${color DimGray}RAM $alignc $mem / $memmax $alignr $memperc%
    $membar
    
    ${font Arial:bold:size=10}${color Tan1}ALMACENAMIENTO ${color Ivory}${hr 1}
    $font${color DimGray}/home $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_used_perc /home}%
    ${fs_bar /home}
    /DATA $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_used_perc /}%
    ${fs_bar /home/dario}
    
    ${font Arial:bold:size=10}${color Tan1}PROCESOS ${color Ivory}${hr 1}
    ${color DimGray}$font${top_mem name 2}${alignr}${top mem 2} %
    $font${top_mem name 3}${alignr}${top mem 3} %
    $font${top_mem name 4}${alignr}${top mem 4} %
    $font${top_mem name 5}${alignr}${top mem 5} %
    
    ${font Arial:bold:size=10}${color Tan2}RED ${color Ivory}${hr 1}
    $font${color DimGray}IP: $alignr ${addr wlan0}
    $font${color DimGray}Descargando $alignr ${downspeed wlan0}
    Subiendo $alignr ${upspeed wlan0}
    
    ${font Arial:bold:size=10}${color Tan2}BATERIA ${color Ivory}${hr 1}
    $font${color DimGray}Estado: $alignr ${battery}
    $font${color DimGray}Tiempo (aprox): $alignr ${battery_time}
    $battery_bar
    Attached Images Attached Images

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

    Re: Post your .conkyrc files w/ screenshots

    new 12.04 install. So many possibilities...
    I'm a super power user

  5. #20625
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by AndyOpie150 View Post
    With the Conky Lua I just needed the Hex color codes.
    As much as I tried and I still couldn't figure out how to change the clock hands to chartreuse green. Every time I tried I would loose the clock
    Can you post the conky and the LUA script for the clock-circles, please

  6. #20626
    Join Date
    Aug 2012
    Location
    Florida
    Beans
    185
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Code:
    settings_table = {
        {
            -- Edit this table to customise your rings.
            -- You can create more rings simply by adding more elements to settings_table.
            -- "name" is the type of stat to display; you can choose from 'cpu', 'memperc', 'fs_used_perc', 'battery_used_perc'.
            name='time',
            -- "arg" is the argument to the stat type, e.g. if in Conky you would write ${cpu cpu0}, 'cpu0' would be the argument. If you would not use an argument in the Conky variable, use ''.
            arg='%I.%M',
            -- "max" is the maximum value of the ring. If the Conky variable outputs a percentage, use 100.
            max=12,
            -- "bg_colour" is the colour of the base ring.
            bg_colour=0x7FFF00,
            -- "bg_alpha" is the alpha value of the base ring.
            bg_alpha=0.1,
            -- "fg_colour" is the colour of the indicator part of the ring.
            fg_colour=0xCD3278,
            -- "fg_alpha" is the alpha value of the indicator part of the ring.
            fg_alpha=0.2,
            -- "x" and "y" are the x and y coordinates of the centre of the ring, relative to the top left corner of the Conky window.
            x=100, y=150,
            -- "radius" is the radius of the ring.
            radius=50,
            -- "thickness" is the thickness of the ring, centred around the radius.
            thickness=5,
            -- "start_angle" is the starting angle of the ring, in degrees, clockwise from top. Value can be either positive or negative.
            start_angle=0,
            -- "end_angle" is the ending angle of the ring, in degrees, clockwise from top. Value can be either positive or negative, but must be larger than start_angle.
            end_angle=360
        },
        {
            name='time',
            arg='%M.%S',
            max=60,
            bg_colour=0x7FFF00,
            bg_alpha=0.1,
            fg_colour=0xCD3278,
            fg_alpha=0.4,
            x=100, y=150,
            radius=56,
            thickness=5,
            start_angle=0,
            end_angle=360
        },
        {
            name='time',
            arg='%S',
            max=60,
            bg_colour=0x7FFF00,
            bg_alpha=0.1,
            fg_colour=0xCD3278,
            fg_alpha=0.6,
            x=100, y=150,
            radius=62,
            thickness=5,
            start_angle=0,
            end_angle=360
        },
        {
            name='time',
            arg='%d',
            max=31,
            bg_colour=0x7FFF00,
            bg_alpha=0.1,
            fg_colour=0xCD3278,
            fg_alpha=0.8,
            x=100, y=150,
            radius=70,
            thickness=5,
            start_angle=-90,
            end_angle=90
        },
        {
            name='time',
            arg='%m',
            max=12,
            bg_colour=0x7FFF00,
            bg_alpha=0.1,
            fg_colour=0xCD3278,
            fg_alpha=1,
            x=100, y=150,
            radius=76,
            thickness=5,
            start_angle=-90,
            end_angle=90
        },
        {
            name='cpu',
            arg='cpu0',
            max=100,
            bg_colour=0xCD3278,
            bg_alpha=0.2,
            fg_colour=0x7FFF00,
            fg_alpha=0.8,
            x=50, y=300,
            radius=25,
            thickness=5,
            start_angle=-90,
            end_angle=180
        },
        {
            name='memperc',
            arg='',
            max=100,
            bg_colour=0x7FFF00,
            bg_alpha=0.2,
            fg_colour=0xCD3278,
            fg_alpha=0.8,
            x=75, y=350,
            radius=25,
            thickness=5,
            start_angle=-90,
            end_angle=180
        },
        {
            name='swapperc',
            arg='',
            max=100,
            bg_colour=0xCD3278,
            bg_alpha=0.2,
            fg_colour=0x7FFF00,
            fg_alpha=0.8,
            x=100, y=400,
            radius=25,
            thickness=5,
            start_angle=-90,
            end_angle=180
        },
        {
            name='fs_used_perc',
            arg='/',
            max=100,
            bg_colour=0x7FFF00,
            bg_alpha=0.2,
            fg_colour=0xCD3278,
            fg_alpha=0.8,
            x=125, y=450,
            radius=25,
            thickness=5,
            start_angle=-90,
            end_angle=180
        },
            {
            name='downspeedf',
            arg='wlan0',
            max=100,
            bg_colour=0xCD3278,
            bg_alpha=0.2,
            fg_colour=0x7FFF00,
            fg_alpha=0.8,
            x=150, y=500,
            radius=25,
            thickness=4,
            start_angle=-90,
            end_angle=180
        },
            {
            name='upspeedf',
            arg='wlan0',
            max=100,
            bg_colour=0xCD3278,
            bg_alpha=0.2,
            fg_colour=0x7FFF00,
            fg_alpha=0.8,
            x=150, y=500,
            radius=20,
            thickness=4,
            start_angle=-90,
            end_angle=180
        },
    }
    
    -- Use these settings to define the origin and extent of your clock.
    
    clock_r=65
    
    -- "clock_x" and "clock_y" are the coordinates of the centre of the clock, in pixels, from the top left of the Conky window.
    
    clock_x=100
    clock_y=150
    
    show_seconds=true
    
    require 'cairo'
    
    function rgb_to_r_g_b(colour,alpha)
        return ((colour / 0x10000) % 0x100) / 255., ((colour / 0x100) % 0x100) / 255., (colour % 0x100) / 255., alpha
    end
    
    function draw_ring(cr,t,pt)
        local w,h=conky_window.width,conky_window.height
        
        local xc,yc,ring_r,ring_w,sa,ea=pt['x'],pt['y'],pt['radius'],pt['thickness'],pt['start_angle'],pt['end_angle']
        local bgc, bga, fgc, fga=pt['bg_colour'], pt['bg_alpha'], pt['fg_colour'], pt['fg_alpha']
    
        local angle_0=sa*(2*math.pi/360)-math.pi/2
        local angle_f=ea*(2*math.pi/360)-math.pi/2
        local t_arc=t*(angle_f-angle_0)
    
        -- Draw background ring
    
        cairo_arc(cr,xc,yc,ring_r,angle_0,angle_f)
        cairo_set_source_rgba(cr,rgb_to_r_g_b(bgc,bga))
        cairo_set_line_width(cr,ring_w)
        cairo_stroke(cr)
        
        -- Draw indicator ring
    
        cairo_arc(cr,xc,yc,ring_r,angle_0,angle_0+t_arc)
        cairo_set_source_rgba(cr,rgb_to_r_g_b(fgc,fga))
        cairo_stroke(cr)        
    end
    
    function draw_clock_hands(cr,xc,yc)
        local secs,mins,hours,secs_arc,mins_arc,hours_arc
        local xh,yh,xm,ym,xs,ys
        
        secs=os.date("%S")    
        mins=os.date("%M")
        hours=os.date("%I")
            
        secs_arc=(2*math.pi/60)*secs
        mins_arc=(2*math.pi/60)*mins+secs_arc/60
        hours_arc=(2*math.pi/12)*hours+mins_arc/12
            
        -- Draw hour hand
        
        xh=xc+0.7*clock_r*math.sin(hours_arc)
        yh=yc-0.7*clock_r*math.cos(hours_arc)
        cairo_move_to(cr,xc,yc)
        cairo_line_to(cr,xh,yh)
        
        cairo_set_line_cap(cr,CAIRO_LINE_CAP_ROUND)
        cairo_set_line_width(cr,5)
        cairo_set_source_rgba(cr,1.0,1.0,1.0,1.0)
        cairo_stroke(cr)
        
        -- Draw minute hand
        
        xm=xc+clock_r*math.sin(mins_arc)
        ym=yc-clock_r*math.cos(mins_arc)
        cairo_move_to(cr,xc,yc)
        cairo_line_to(cr,xm,ym)
        
        cairo_set_line_width(cr,3)
        cairo_stroke(cr)
        
        -- Draw seconds hand
        
        if show_seconds then
            xs=xc+clock_r*math.sin(secs_arc)
            ys=yc-clock_r*math.cos(secs_arc)
            cairo_move_to(cr,xc,yc)
            cairo_line_to(cr,xs,ys)
        
            cairo_set_line_width(cr,1)
            cairo_stroke(cr)
        end
    end
    
    function conky_clock_rings()
        local function setup_rings(cr,pt)
            local str=''
            local value=0
            
            str=string.format('${%s %s}',pt['name'],pt['arg'])
            str=conky_parse(str)
            
            value=tonumber(str)
            pct=value/pt['max']
            
            draw_ring(cr,pct,pt)
        end
        
        -- Check that Conky has been running for at least 5s
    
        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)
        
        local cr=cairo_create(cs)    
        
        local updates=conky_parse('${updates}')
        update_num=tonumber(updates)
        
        if update_num>5 then
            for i in pairs(settings_table) do
                setup_rings(cr,settings_table[i])
            end
        end
        
        draw_clock_hands(cr,clock_x,clock_y)
    end
    I thought I needed to edit the value's I highlighted in red, but that didn't work.


    function rgb_to_r_g_b(colour,alpha)
    return ((colour / 0x10000) % 0x100) / 255., ((colour / 0x100) % 0x100) / 255., (colour % 0x100) / 255., alpha

    Tried to figure out how to edit this one :
    cairo_set_source_rgba(cr,1.0,1.0,1.0,1.0) , but was coming up blank on the info.
    (I was just trying to edit anything with a color value at that point, hoping something might work)
    Last edited by AndyOpie150; September 26th, 2012 at 07:37 PM.

  7. #20627
    Join Date
    Aug 2011
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    @ AndyOpie150
    Those colors look good.
    I will let you know when I have a more compact version of my weather script available.
    I don't know when that will be, I might not have time to do that for a while.
    Building Conky | iCalendar Conky | Weather Script | Background List
    Intel Core i7-2600K - 3.40GHz | Asus P8Z68-V LE | 8GB RAM - 1866 MHz | Nvidia GeForce GTX 560 Ti

  8. #20628
    Join Date
    Oct 2009
    Location
    Under a rock
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by AndyOpie150 View Post
    cairo_set_source_rgba(cr,1.0,1.0,1.0,1.0)
    that is the line to edit

    if you know your color open gimp click on the foreground color box type in the hex code for your color in the box
    above that it will give you rgb values out of 255

    take those values and put them into the code like so

    Code:
    cairo_set_source_rgba(cr, red/255 ,green/255 ,blue/255 ,1)
    where red,gree, blue are the numbers from gimp

    if you want to use the color conversion function

    Code:
    cairo_set_source_rgba(cr, rgb_to_r_g_b(hex_color,alpha))
    where hex color looks like this : 0x00ff00 and alpha is a number between 0 (full trnsparent) and 1 (full opaque)
    Last edited by mrpeachy; September 26th, 2012 at 08:36 PM.

  9. #20629
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by mrpeachy View Post
    that is the line to edit

    if you know your color open gimp click on the foreground color box type in the hex code for your color in the box
    above that it will give you rgb values out of 255

    take those values and put them into the code like so

    Code:
    cairo_set_source_rgba(cr, red/255 ,green/255 ,blue/255 ,1)
    where red,gree, blue are the numbers from gimp

    if you want to use the color conversion function

    Code:
    cairo_set_source_rgba(cr, rgb_to_r_g_b(hex_color,alpha))
    where hex color looks like this : 0x00ff00 and alpha is a number between 0 (full trnsparent) and 1 (full opaque)
    Or from the list I posted:

    Code:
    7FFF00 	127 255   0	Chartreuse
    Which make the Chartreuse this:
    Code:
    cairo_set_source_rgba(cr, 127/255 ,255/255 ,0/255 ,1)
    or (I think it would be like this; not sure about the 0x part):
    Code:
    cairo_set_source_rgba(cr, rgb_to_r_g_b(0x7FFF00,1))

  10. #20630
    Join Date
    Aug 2012
    Location
    Florida
    Beans
    185
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by arclance View Post
    @ AndyOpie150
    Those colors look good.
    I will let you know when I have a more compact version of my weather script available.
    I don't know when that will be, I might not have time to do that for a while.
    Cool, I can wait. At least now you know my screen demeinsions and have a better idea of the area I have left over for the conkyWeather.

    Thanks mrpeachy and Sector11. For some reason my brain was having a hard time wrapping around how to edit that line. Now I'm straight. Will post screen shot and full script to the Clock_rings.lua and conkyrc when done.
    Last edited by AndyOpie150; September 26th, 2012 at 10:59 PM.

Page 2063 of 2348 FirstFirst ... 1063156319632013205320612062206320642065207321132163 ... 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
  •