Page 2307 of 2348 FirstFirst ... 13071807220722572297230523062307230823092317 ... LastLast
Results 23,061 to 23,070 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #23061
    Join Date
    Jan 2015
    Beans
    10

    Re: Post your .conkyrc files w/ screenshots

    I've created a simple Conky theme named Concise.

    concise.png

  2. #23062
    Join Date
    Aug 2014
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Post your .conkyrc files w/ screenshots

    Nice work.
    Different way of doing things with a ppa for a couple of conky configs and a .desktop file.

  3. #23063
    Join Date
    Apr 2015
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    This is my first post....ever. This community has always been helpful. This is a way for me to give something back. Hope you enjoy it.

    Black Ops 3 Conky

    This Conky is edited from many sources, given to me and edited more. Originally made for a laptop i had in the closet for many year. Then turn into "My new toy"
    This baby has a woping 400MHz and 256 Megs of RAM and a 40Gig drive. As you can see from the screenshot, But so much fun to program with as i am just learning Python.

    BO3 Screenshot
    BO3 Background
    BO3 Conky

    I hope this works

    Please check this out
    Last edited by kyd2; April 27th, 2015 at 02:10 AM.

  4. #23064
    Join Date
    Sep 2011
    Location
    Island in The Sun
    Beans
    293
    Distro
    Ubuntu Gnome Development Release

    Re: Post your .conkyrc files w/ screenshots

    kyd2,

    brilliant mate, works a treat on my old system

    Thank you

  5. #23065
    Join Date
    Sep 2011
    Location
    Island in The Sun
    Beans
    293
    Distro
    Ubuntu Gnome Development Release

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by b.w.2 View Post
    This isn't the first conky script that I've worked on; but it's the first one that I felt looked and worked well enough to upload it to the Internet. It's a modification of the conkyrc_seamod, by SeaJey. It works quite well on my quad-core laptop's screen, which has a resolution of 1600x900.

    Code:

    Code:
    #==============================================================================#                               conkyrc_glance
    #
    # Date: 11.February 2015
    # Author: BW
    #
    # License : Distributed under the terms of GNU GPL version 2 or later
    # 
    # This version is a modification of conkyrc_seamod, which is a modification of conkyrc_lunatico, which is in turn a modification of conkyrc_orange
    # 
    # conkyrc_orange: http://gnome-look.org/content/show.php?content=137503&forumpage=0
    # conkyrc_lunatico: http://gnome-look.org/content/show.php?content=142884
    # conkyrc_seamod: http://seajey.deviantart.com/art/Conky-Seamod-v0-1-283461046
    #==============================================================================
    
    
    background yes
    update_interval 1
    
    
    cpu_avg_samples 1
    net_avg_samples 2
    temperature_unit celsius
    
    
    double_buffer yes
    no_buffers yes
    text_buffer_size 2048
    
    
    gap_x 42
    gap_y 70
    minimum_size 300 900
    maximum_width 350
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_argb_visual yes
    own_window_type normal
    own_window_class conky-semi
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
    border_inner_margin 0
    border_outer_margin 0
    alignment tr
    
    
    
    
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    
    
    override_utf8_locale yes
    use_xft yes
    xftfont caviar dreams:size=10
    xftalpha 0.5
    uppercase no
    
    
    # Defining colors
    default_color FFFFFF
    # Shades of Gray
    color1 DDDDDD
    color2 AAAAAA
    color3 888888
    # Oranges
    color4 EF5A29
    color5 a2290d
    
    
    # Loading lua script for drawning rings
    lua_load /.glance_rings.lua
    lua_draw_hook_post main
    
    
    ## System information using conky capabilities
    
    
    # Header with time and date information
    TEXT
    ${font Ubuntu:size=10,weight:bold}${color a2290d}At a Glance ${hr 2}
    ${offset 15}${font Ubuntu:size=10,weight:bold}${color a2290d}${time %H:%M}${font :size=7,weight:normal}${time :%S}${font}
    ${offset 15}${font Ubuntu:size=10,weight:bold}${color a2290d}${time %Y : %d.%m : %u}
    ${offset 15}${font Ubuntu:size=8,weight:italic}${color a2290d}Week: ${time %W}  (Day: ${time %j} / 365)
    
    
    # Showing CPU Graph and Temperature
    ${voffset 5}
    ${offset 130}${font Ubuntu:size=10,weight:bold}${color5}CPU ${font Ubuntu:size=8,weight:normal} (core temperature: ${acpitemp}°C)
    ${offset 130}${voffset -11}${cpugraph 30,173 a2290d EF5A29}
    # Showing TOP 5 CPU-consumers
    ${offset 82}${font Ubuntu:size=10,weight:normal}${color4}${top name 1}${alignr}${top cpu 1}%
    ${offset 82}${font Ubuntu:size=10,weight:normal}${color1}${top name 2}${alignr}${top cpu 2}%
    ${offset 82}${font Ubuntu:size=10,weight:normal}${color2}${top name 3}${alignr}${top cpu 3}%
    ${offset 82}${font Ubuntu:size=10,weight:normal}${color3}${top name 4}${alignr}${top cpu 4}%
    ${offset 82}${font Ubuntu:size=10,weight:normal}${color3}${top name 5}${alignr}${top cpu 5}%
    
    
    #Showing TOP 5 Memory-consumers with Total Memory Used / Available
    ${voffset -5}
    ${offset 130}${voffset 10}${font Ubuntu:size=10,weight:bold}${color5}MEMORY 
    ${voffset -13}
    ${offset 130}${font Ubuntu:size=8,weight:normal}${mem} / ${memmax} currently used
    ${offset 82}${voffset 9}${font Ubuntu:size=10,weight:normal}${color4}${top_mem name 1}${alignr}${top_mem mem 1}%
    ${offset 82}${font Ubuntu:size=10,weight:normal}${color1}${top_mem name 2}${alignr}${top_mem mem 2}%
    ${offset 82}${font Ubuntu:size=10,weight:normal}${color2}${top_mem name 3}${alignr}${top_mem mem 3}%
    ${offset 82}${font Ubuntu:size=10,weight:normal}${color3}${top_mem name 4}${alignr}${top_mem mem 4}%
    ${offset 82}${font Ubuntu:size=10,weight:normal}${color3}${top_mem name 4}${alignr}${top_mem mem 5}%
    
    
    # Showing Disk Partitions (root, home and swap), Free and Available Space for Each, and IO Graph
    ${voffset 5}
    ${offset 130}${font Ubuntu:size=10,weight:bold}${color5}DISKS
    ${offset 134}${diskiograph 30,174 a2290d EF5A29}${voffset -30}
    ${voffset 60}
    ${offset 15}${font Ubuntu:size=9,weight:bold}${color AAAAAA}Free Space Root: ${font Ubuntu:size=9,weight:normal}${fs_free /}${font Ubuntu:size=9,weight:normal} (used: ${fs_used /})
    ${offset 15}${font Ubuntu:size=9,weight:bold}${color 888888}Free Space Home: ${font Ubuntu:size=9,weight:normal}${fs_free /home} (used: ${font Ubuntu:size=9,weight:normal}${fs_used /home})
    ${offset 15}${font Ubuntu:size=9,weight:bold}${color 666666}Free Space: ${font Ubuntu:size=9,weight:normal}${swapfree} (Used: ${font Ubuntu:size=9,weight:normal}${swap})
    
    
    # Showing Battery Charge and Status
    ${voffset 10}
    ${offset 130}${font Ubuntu:size=10,weight:bold}${color5}BATTERY 
    ${voffset 10}
    ${offset 82}${font Ubuntu:size=9,weight:bold}${color 888888}    Capacity:$alignr${execi 60 acpi | grep -Eo '[0-9]+%'}
    ${offset 82}${font Ubuntu:size=9,weight:bold}${color 666666}    Status:$alignr${execi 60 acpi | grep -Eo '\w+,' | grep -Eo '\w+'}
    #Showing System Uptime
    ${voffset 10}
    ${alignr}${font Ubuntu:size=9,weight:normal}${color5}system uptime: ${uptime}
    ${font weight:bold}${color5}${hr 2}
    .lua Code:
    Code:
    --==============================================================================--                              glance_rings.lua
    --
    --  Date: 11.February 2015
    --  Author: BW
    --
    --  License : Distributed under the terms of GNU GPL version 2 or later
    
    
    -- This version is a modification of seamod_rings.lua, which is a modification of lunatico_rings.lua, which is in turn a modification of conky_orange.lua
    --
    --  conky_orange.lua:    http://gnome-look.org/content/show.php?content=137503&forumpage=0
    --  lunatico_rings.lua:  http://gnome-look.org/content/show.php?content=142884
    --  seamod_rings.lua:    http://seajey.deviantart.com/art/Conky-Seamod-v0-1-283461046 ==============================================================================
    
    
    require 'cairo'
    
    
    
    
    --------------------------------------------------------------------------------
    --                                                                    gauge DATA
    gauge = {
    {
        name='cpu',                    arg='cpu0',                  max_value=100,
        x=70,                          y=150,
        graph_radius=54,
        graph_thickness=5,
        graph_start_angle=180,
        graph_unit_angle=2.7,          graph_unit_thickness=2.7,
        graph_bg_colour=0xffffff,      graph_bg_alpha=0.1,
        graph_fg_colour=0xFFFFFF,      graph_fg_alpha=0.3,
        hand_fg_colour=0xEF5A29,       hand_fg_alpha=1.0,
        txt_radius=64,
        txt_weight=0,                  txt_size=9.0,
        txt_fg_colour=0xEF5A29,        txt_fg_alpha=1.0,
        graduation_radius=28,
        graduation_thickness=0,        graduation_mark_thickness=1,
        graduation_unit_angle=27,
        graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
        caption='',
        caption_weight=1,              caption_size=9.0,
        caption_fg_colour=0xFFFFFF,    caption_fg_alpha=0.3,
    },
    {
        name='cpu',                    arg='cpu1',                  max_value=100,
        x=70,                          y=150,
        graph_radius=48,
        graph_thickness=5,
        graph_start_angle=180,
        graph_unit_angle=2.7,          graph_unit_thickness=2.7,
        graph_bg_colour=0xffffff,      graph_bg_alpha=0.1,
        graph_fg_colour=0xFFFFFF,      graph_fg_alpha=0.3,
        hand_fg_colour=0xEF5A29,       hand_fg_alpha=1.0,
        txt_radius=40,
        txt_weight=0,                  txt_size=9.0,
        txt_fg_colour=0xEF5A29,        txt_fg_alpha=1.0,
        graduation_radius=28,
        graduation_thickness=0,        graduation_mark_thickness=1,
        graduation_unit_angle=27,
        graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
        caption='',
        caption_weight=1,              caption_size=9.0,
        caption_fg_colour=0xFFFFFF,    caption_fg_alpha=0.3,
    },
    {
        name='cpu',                    arg='cpu2',                  max_value=100,
        x=70,                          y=150,
        graph_radius=20,
        graph_thickness=5,
        graph_start_angle=180,
        graph_unit_angle=2.7,          graph_unit_thickness=2.7,
        graph_bg_colour=0xffffff,      graph_bg_alpha=0.1,
        graph_fg_colour=0xFFFFFF,      graph_fg_alpha=0.3,
        hand_fg_colour=0xEF5A29,       hand_fg_alpha=1.0,
        txt_radius=30,
        txt_weight=0,                  txt_size=9.0,
        txt_fg_colour=0xEF5A29,        txt_fg_alpha=1.0,
        graduation_radius=28,
        graduation_thickness=0,        graduation_mark_thickness=1,
        graduation_unit_angle=27,
        graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
        caption='',
        caption_weight=1,              caption_size=9.0,
        caption_fg_colour=0xFFFFFF,    caption_fg_alpha=0.3,
    },
    {
        name='cpu',                    arg='cpu3',                  max_value=100,
        x=70,                          y=150,
        graph_radius=14,
        graph_thickness=5,
        graph_start_angle=180,
        graph_unit_angle=2.7,          graph_unit_thickness=2.7,
        graph_bg_colour=0xffffff,      graph_bg_alpha=0.1,
        graph_fg_colour=0xFFFFFF,      graph_fg_alpha=0.3,
        hand_fg_colour=0xEF5A29,       hand_fg_alpha=1.0,
        txt_radius=4,
        txt_weight=0,                  txt_size=9.0,
        txt_fg_colour=0xEF5A29,        txt_fg_alpha=1.0,
        graduation_radius=28,
        graduation_thickness=0,        graduation_mark_thickness=1,
        graduation_unit_angle=27,
        graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
        caption='',
        caption_weight=1,              caption_size=9.0,
        caption_fg_colour=0xFFFFFF,    caption_fg_alpha=0.3,
    },
    {
        name='memperc',                arg='',                      max_value=100,
        x=70,                          y=320,
        graph_radius=54,
        graph_thickness=7,
        graph_start_angle=180,
        graph_unit_angle=2.7,          graph_unit_thickness=2.7,
        graph_bg_colour=0xffffff,      graph_bg_alpha=0.1,
        graph_fg_colour=0xFFFFFF,      graph_fg_alpha=0.3,
        hand_fg_colour=0xEF5A29,       hand_fg_alpha=1.0,
        txt_radius=42,
        txt_weight=0,                  txt_size=9.0,
        txt_fg_colour=0xEF5A29,        txt_fg_alpha=1.0,
        graduation_radius=23,
        graduation_thickness=0,        graduation_mark_thickness=2,
        graduation_unit_angle=27,
        graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.5,
        caption='',
        caption_weight=1,              caption_size=10.0,
        caption_fg_colour=0xFFFFFF,    caption_fg_alpha=0.3,
    },
    {
        name='swapperc',           arg='',                     max_value=100,
        x=70,                          y=490,
        graph_radius=54,
        graph_thickness=7,
        graph_start_angle=180,
        graph_unit_angle=2.7,          graph_unit_thickness=2.7,
        graph_bg_colour=0xffffff,      graph_bg_alpha=0.1,
        graph_fg_colour=0xFFFFFF,      graph_fg_alpha=0.3,
        hand_fg_colour=0xEF5A29,       hand_fg_alpha=1.0,
        txt_radius=64,
        txt_weight=0,                  txt_size=9.0,
        txt_fg_colour=0xEF5A29,        txt_fg_alpha=1.0,
        graduation_radius=23,
        graduation_thickness=0,        graduation_mark_thickness=2,
        graduation_unit_angle=27,
        graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
        caption='Swap',
        caption_weight=1,              caption_size=12.0,
        caption_fg_colour=0xFFFFFF,    caption_fg_alpha=0.5,
    },
    {
        name='fs_used_perc',           arg='/home/',                     max_value=100,
        x=70,                          y=490,
        graph_radius=42,
        graph_thickness=7,
        graph_start_angle=180,
        graph_unit_angle=2.7,          graph_unit_thickness=2.7,
        graph_bg_colour=0xffffff,      graph_bg_alpha=0.1,
        graph_fg_colour=0xFFFFFF,      graph_fg_alpha=0.3,
        hand_fg_colour=0xEF5A29,       hand_fg_alpha=1.0,
        txt_radius=32,
        txt_weight=0,                  txt_size=9.0,
        txt_fg_colour=0xEF5A29,        txt_fg_alpha=1.0,
        graduation_radius=23,
        graduation_thickness=0,        graduation_mark_thickness=2,
        graduation_unit_angle=27,
        graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
        caption='Home',
        caption_weight=1,              caption_size=12.0,
        caption_fg_colour=0xFFFFFF,    caption_fg_alpha=0.5,
    },
    {
        name='fs_used_perc',           arg='/',                     max_value=100,
        x=70,                          y=490,
        graph_radius=30,
        graph_thickness=7,
        graph_start_angle=180,
        graph_unit_angle=2.7,          graph_unit_thickness=2.7,
        graph_bg_colour=0xffffff,      graph_bg_alpha=0.1,
        graph_fg_colour=0xFFFFFF,      graph_fg_alpha=0.3,
        hand_fg_colour=0xEF5A29,       hand_fg_alpha=1.0,
        txt_radius=22,
        txt_weight=0,                  txt_size=9.0,
        txt_fg_colour=0xEF5A29,        txt_fg_alpha=1.0,
        graduation_radius=23,
        graduation_thickness=0,        graduation_mark_thickness=2,
        graduation_unit_angle=27,
        graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.3,
        caption='Root',
        caption_weight=1,              caption_size=12.0,
        caption_fg_colour=0xFFFFFF,    caption_fg_alpha=0.5,
    },
    {
        name='battery_percent',                arg='BAT0',                      max_value=100,
        x=70,                          y=690,
        graph_radius=54,
        graph_thickness=7,
        graph_start_angle=180,
        graph_unit_angle=2.7,          graph_unit_thickness=2.7,
        graph_bg_colour=0xffffff,      graph_bg_alpha=0.1,
        graph_fg_colour=0xFFFFFF,      graph_fg_alpha=0.3,
        hand_fg_colour=0xEF5A29,       hand_fg_alpha=1.0,
        txt_radius=42,
        txt_weight=0,                  txt_size=9.0,
        txt_fg_colour=0xEF5A29,        txt_fg_alpha=1.0,
        graduation_radius=23,
        graduation_thickness=0,        graduation_mark_thickness=2,
        graduation_unit_angle=27,
        graduation_fg_colour=0xFFFFFF, graduation_fg_alpha=0.5,
        caption='',
        caption_weight=1,              caption_size=10.0,
        caption_fg_colour=0xFFFFFF,    caption_fg_alpha=0.3,
    },
    }
    
    
    -------------------------------------------------------------------------------
    --                                                                 rgb_to_r_g_b
    -- converts color in hexa to decimal
    --
    function rgb_to_r_g_b(colour, alpha)
        return ((colour / 0x10000) % 0x100) / 255., ((colour / 0x100) % 0x100) / 255., (colour % 0x100) / 255., alpha
    end
    
    
    -------------------------------------------------------------------------------
    --                                                            angle_to_position
    -- convert degree to rad and rotate (0 degree is top/north)
    --
    function angle_to_position(start_angle, current_angle)
        local pos = current_angle + start_angle
        return ( ( pos * (2 * math.pi / 360) ) - (math.pi / 2) )
    end
    
    
    
    
    -------------------------------------------------------------------------------
    --                                                              draw_gauge_ring
    -- displays gauges
    --
    function draw_gauge_ring(display, data, value)
        local max_value = data['max_value']
        local x, y = data['x'], data['y']
        local graph_radius = data['graph_radius']
        local graph_thickness, graph_unit_thickness = data['graph_thickness'], data['graph_unit_thickness']
        local graph_start_angle = data['graph_start_angle']
        local graph_unit_angle = data['graph_unit_angle']
        local graph_bg_colour, graph_bg_alpha = data['graph_bg_colour'], data['graph_bg_alpha']
        local graph_fg_colour, graph_fg_alpha = data['graph_fg_colour'], data['graph_fg_alpha']
        local hand_fg_colour, hand_fg_alpha = data['hand_fg_colour'], data['hand_fg_alpha']
        local graph_end_angle = (max_value * graph_unit_angle) % 360
    
    
        -- background ring
        cairo_arc(display, x, y, graph_radius, angle_to_position(graph_start_angle, 0), angle_to_position(graph_start_angle, graph_end_angle))
        cairo_set_source_rgba(display, rgb_to_r_g_b(graph_bg_colour, graph_bg_alpha))
        cairo_set_line_width(display, graph_thickness)
        cairo_stroke(display)
    
    
        -- arc of value
        local val = value % (max_value + 1)
        local start_arc = 0
        local stop_arc = 0
        local i = 1
        while i <= val do
            start_arc = (graph_unit_angle * i) - graph_unit_thickness
            stop_arc = (graph_unit_angle * i)
            cairo_arc(display, x, y, graph_radius, angle_to_position(graph_start_angle, start_arc), angle_to_position(graph_start_angle, stop_arc))
            cairo_set_source_rgba(display, rgb_to_r_g_b(graph_fg_colour, graph_fg_alpha))
            cairo_stroke(display)
            i = i + 1
        end
        local angle = start_arc
    
    
        -- hand
        start_arc = (graph_unit_angle * val) - (graph_unit_thickness * 2)
        stop_arc = (graph_unit_angle * val)
        cairo_arc(display, x, y, graph_radius, angle_to_position(graph_start_angle, start_arc), angle_to_position(graph_start_angle, stop_arc))
        cairo_set_source_rgba(display, rgb_to_r_g_b(hand_fg_colour, hand_fg_alpha))
        cairo_stroke(display)
    
    
        -- graduations marks
        local graduation_radius = data['graduation_radius']
        local graduation_thickness, graduation_mark_thickness = data['graduation_thickness'], data['graduation_mark_thickness']
        local graduation_unit_angle = data['graduation_unit_angle']
        local graduation_fg_colour, graduation_fg_alpha = data['graduation_fg_colour'], data['graduation_fg_alpha']
        if graduation_radius > 0 and graduation_thickness > 0 and graduation_unit_angle > 0 then
            local nb_graduation = graph_end_angle / graduation_unit_angle
            local i = 0
            while i < nb_graduation do
                cairo_set_line_width(display, graduation_thickness)
                start_arc = (graduation_unit_angle * i) - (graduation_mark_thickness / 2)
                stop_arc = (graduation_unit_angle * i) + (graduation_mark_thickness / 2)
                cairo_arc(display, x, y, graduation_radius, angle_to_position(graph_start_angle, start_arc), angle_to_position(graph_start_angle, stop_arc))
                cairo_set_source_rgba(display,rgb_to_r_g_b(graduation_fg_colour,graduation_fg_alpha))
                cairo_stroke(display)
                cairo_set_line_width(display, graph_thickness)
                i = i + 1
            end
        end
    
    
        -- text
        local txt_radius = data['txt_radius']
        local txt_weight, txt_size = data['txt_weight'], data['txt_size']
        local txt_fg_colour, txt_fg_alpha = data['txt_fg_colour'], data['txt_fg_alpha']
        local movex = txt_radius * math.cos(angle_to_position(graph_start_angle, angle))
        local movey = txt_radius * math.sin(angle_to_position(graph_start_angle, angle))
        cairo_select_font_face (display, "ubuntu", CAIRO_FONT_SLANT_NORMAL, txt_weight)
        cairo_set_font_size (display, txt_size)
        cairo_set_source_rgba (display, rgb_to_r_g_b(txt_fg_colour, txt_fg_alpha))
        cairo_move_to (display, x + movex - (txt_size / 2), y + movey + 3)
        cairo_show_text (display, value)
        cairo_stroke (display)
    
    
        -- caption
        local caption = data['caption']
        local caption_weight, caption_size = data['caption_weight'], data['caption_size']
        local caption_fg_colour, caption_fg_alpha = data['caption_fg_colour'], data['caption_fg_alpha']
        local tox = graph_radius * (math.cos((graph_start_angle * 2 * math.pi / 360)-(math.pi/2)))
        local toy = graph_radius * (math.sin((graph_start_angle * 2 * math.pi / 360)-(math.pi/2)))
        cairo_select_font_face (display, "ubuntu", CAIRO_FONT_SLANT_NORMAL, caption_weight);
        cairo_set_font_size (display, caption_size)
        cairo_set_source_rgba (display, rgb_to_r_g_b(caption_fg_colour, caption_fg_alpha))
        cairo_move_to (display, x + tox + 5, y + toy + 4)
        -- bad hack but not enough time !
        if graph_start_angle < 105 then
            cairo_move_to (display, x + tox - 30, y + toy + 1)
        end
        cairo_show_text (display, caption)
        cairo_stroke (display)
    end
    
    
    
    
    -------------------------------------------------------------------------------
    --                                                               go_gauge_rings
    -- loads data and displays gauges
    --
    function go_gauge_rings(display)
        local function load_gauge_rings(display, data)
            local str, value = '', 0
            str = string.format('${%s %s}',data['name'], data['arg'])
            str = conky_parse(str)
            value = tonumber(str)
            draw_gauge_ring(display, data, value)
        end
        
        for i in pairs(gauge) do
            load_gauge_rings(display, gauge[i])
        end
    end
    
    
    -------------------------------------------------------------------------------
    --                                                                         MAIN
    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)
        local display = cairo_create(cs)
        
        local updates = conky_parse('${updates}')
        update_num = tonumber(updates)
        
        if update_num > 5 then
            go_gauge_rings(display)
        end
    
    
        cairo_surface_destroy(cs)
        cairo_destroy(display)
    
    
    end
    How it all looks:

    I've tried working with this and I thank you for posting this up here, my problem is that I cannot get the graphs showing 'circle' things, I copied the lua file etc
    everything else works beautifully....any help appreciated, thank you

  6. #23066
    Join Date
    Aug 2014
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Hazzabin View Post
    I've tried working with this and I thank you for posting this up here, my problem is that I cannot get the graphs showing 'circle' things, I copied the lua file etc
    everything else works beautifully....any help appreciated, thank you
    Save the lua as glance_rings.lua and in the conky config, make sure your lua_load line points to this file.
    eg
    Code:
    # Loading lua script for drawning rings
    lua_load ~/conky/test/glance_rings.lua
    lua_draw_hook_post main
    Use your path to file
    Last edited by CantankRus; April 14th, 2015 at 11:18 PM.

  7. #23067
    Join Date
    Sep 2011
    Location
    Island in The Sun
    Beans
    293
    Distro
    Ubuntu Gnome Development Release

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by CantankRus View Post
    Save the lua as glance_rings.lua and in the conky config, make sure your lua_load line points to this file.
    eg
    Code:
    # Loading lua script for drawning rings
    lua_load ~/conky/test/glance_rings.lua
    lua_draw_hook_post main
    Use your path to file
    This what mine shows .conkyrc are just in Home folder 'hidden', and and glance_rings.lua just in "Home' I checked and double checked still can't get rings to show

    Knowing this old goat I'm doing something very obviously wrong

    Code:
    # Loading lua script for drawning rings
    lua_load ~/.conky/glance_rings.lua
    lua_draw_hook_post main
    Last edited by Hazzabin; April 15th, 2015 at 01:13 AM.

  8. #23068
    Join Date
    Aug 2014
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Hazzabin View Post
    This what mine shows and conkyrc and glance_rings.lua are just in Home folder 'hidden', I checked and double checked still can't get rings to show

    Knowing this old goat I'm doing something very obviously wrong

    Code:
    # Loading lua script for drawning rings
    lua_load ~/.conky/glance_rings.lua
    lua_draw_hook_post main
    Check it opens with gedit using that path.
    In terminal...
    Code:
    gedit ~/.conky/glance_rings.lua
    If that works, check you copied the entire lua file including the word "end" on the very last line.
    The lua rings work here.
    Last edited by CantankRus; April 15th, 2015 at 01:29 AM.

  9. #23069
    Join Date
    Sep 2011
    Location
    Island in The Sun
    Beans
    293
    Distro
    Ubuntu Gnome Development Release

    Re: Post your .conkyrc files w/ screenshots

    This is weird, I cannot open with gedit as you asked but can if I double click file it then opens in gedit, and when checking that it does have 'end'
    Last edited by Hazzabin; April 15th, 2015 at 01:49 AM.

  10. #23070
    Join Date
    Aug 2014
    Beans
    Hidden!
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Hazzabin View Post
    This is weird, I cannot open with gedit as you asked but can if I double click file it then opens in gedit, and when checking that it does have 'end'
    In terminal what does this give you...
    Code:
    ls -A  ~/.conky
    If you go to the file in you file browser, you can right click on glance_rings.lua and choose to copy.
    This will copy the path to your clipboard which can then be pasted into text files.
    I insert paths this way to avoid errors.

Page 2307 of 2348 FirstFirst ... 13071807220722572297230523062307230823092317 ... 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
  •