Page 1216 of 2348 FirstFirst ... 2167161116116612061214121512161217121812261266131617162216 ... LastLast
Results 12,151 to 12,160 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #12151
    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 proxess View Post
    Love the wallpaper! Where'd you get it?!?!
    http://mi9.com/c2p2g82f1i1209/fire-rose/

    \/ thanks
    Last edited by djyoung4; March 1st, 2010 at 06:25 PM.
    I'm a super power user

  2. #12152
    Join Date
    Mar 2009
    Location
    Mammoth Lakes, CA
    Beans
    552
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by djyoung4 View Post
    Conky on the rose:
    .conkyrc:
    Code:
    # Conky sample configuration
    #
    # the list of variables has been removed from this file in favour
    # of keeping the documentation more maintainable.
    # Check http://conky.sf.net for an up-to-date-list.
    
    # set to yes if you want Conky to be forked in the background
    background yes
    
    # X font when Xft is disabled, you can pick one with program xfontsel
    #font 5x7
    #font 6x10
    #font 7x13
    #font 8x13
    #font 9x15
    #font *mintsmild.se*
    #font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
    
    # Use Xft?
    use_xft yes
    
    # Xft font when Xft is enabled
    xftfont Bitstream Vera Sans Mono:size=8
    
    # Text alpha when using Xft
    xftalpha 0.8
    
    # Print everything to stdout?
    # out_to_console no
    
    # MPD host/port
    # mpd_host localhost
    # mpd_port 6600
    # mpd_password tinker_bell
    
    # Print everything to console?
    # out_to_console no
    
    # mail spool
    mail_spool $MAIL
    
    # Update interval in seconds
    update_interval 5.0
    
    # This is the number of times Conky will update before quitting.
    # Set to zero to run forever.
    total_run_times 0
    
    # Create own window instead of using desktop (required in nautilus)
    own_window no
    
    # If own_window is yes, you may use type normal, desktop or override
    own_window_type desktop
    
    # Use pseudo transparency with own_window?
    own_window_transparent yes
    
    # If own_window_transparent is set to no, you can set the background colour here
    own_window_colour black
    
    # If own_window is yes, these window manager hints may be used
    #own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    minimum_size 280 5
    
    # Maximum width
    maximum_width 10
    
    # Draw shades?
    draw_shades yes
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Draw borders around graphs
    draw_graph_borders no
    
    # Stippled borders?
    stippled_borders 8
    
    # border margins
    border_inner_margin 4
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color white
    default_shade_color black
    default_outline_color black
    
    # Text alignment, other possible values are commented
    alignment top_left
    #alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    #alignment top_middle
    #alignment bottom_middle
    #alignment none
    
    # Gap between borders of screen and text
    # same thing as passing -x at command line
    gap_x 1
    gap_y 1
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # number of cpu samples to average
    # set to 1 to disable averaging
    cpu_avg_samples 2
    
    # number of net samples to average
    # set to 1 to disable averaging
    net_avg_samples 2
    
    # Force UTF8? note that UTF8 support required XFT
    override_utf8_locale yes
    
    # Add spaces to keep things from moving about?  This only affects certain objects.
    use_spacer none
    
    # Shows the maximum value in scaled graphs.
    show_graph_scale no
    
    # Shows the time range covered by a graph.
    show_graph_range no
    
    # Allow each port monitor to track at most this many connections (if 0 or not set, default is 256)
    #max_port_monitor_connections 256
    
    # Maximum number of special things, e.g. fonts, offsets, aligns, etc.
    #max_specials 512
    
    # Maximum size of buffer for user text, i.e. below TEXT line.
    #max_user_text 16384
    
    # Timing interval for music player thread, e.g. mpd, audacious
    #music_player_interval (update_interval is default)
    
    # Strictness of if_up. One of: up, link or address. The later ones imply the further ones.
    # Defaults to up.
    #if_up_strictness address
      #-d DATATYPE, --datatype=DATATYPE
                            #[default: HT] The data type options are: DW (Day of
                            #Week), WF (Weather Font output), WI (Weather Icon
                            #Path), LT (Forecast:Low Temp,Current:Feels Like Temp),
                            #HT (Forecast:High Temp,Current:Current Temp), CC
                            #(Current Conditions), CT (Conditions Text), PC
                            #(Precipitation Chance), HM (Humidity), VI
                            #(Visibility), WD (Wind Direction), WA (Wind Angle - in
                            #degrees), WS (Wind Speed), WG (Wind Gusts), BF
                            #(Bearing Font), BI (Bearing Icon Path), BS (Bearing
                            #font with Speed), CN (City Name), CO (Country), OB
                            #(Observatory), SR (SunRise), SS (SunSet), DL
                            #(DayLight), MP (Moon Phase), MF (Moon Font), MI (Moon
                            #Icon Path), BR (Barometer Reading), BD (Barometer
                            #Description), UI (UV Index), UT (UV Text), DP (Dew
                            #Point), LU (Last Update at weather.com), LF (Last
                            #Fetch from weather.com). Not applicable at command
                            #line when using templates.
    
    
    # variable is given either in format $variable or in ${variable}. Latter
    # allows characters right after the variable and must be used in network
    # stuff because of an argument
    
    # stuff after 'TEXT' will be formatted on screen
    # -- Lua Load -- #
    lua_load ~/Documents/code/luarings
    lua_draw_hook_pre load_widgets
    
    TEXT
    ${goto 320}${voffset 500}
    luarings:
    Code:
    --[[
    Conky Widgets by londonali1010 (2009)
    
    Call this script in Conky using the following before TEXT (assuming you save this script to ~/scripts/conky_widgets.lua):
        lua_load ~/Scripts/conky_widgets.lua
        lua_draw_hook_pre load_widgets ]]
    
    require 'cairo'
    function draw_atext()
        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)
    
        
            
    -- Font
    cairo_select_font_face (cr, "Dejavu Sans", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL);
    
    -- font size
    cairo_set_font_size (cr, 20.0);
    
    --font color
    cairo_set_source_rgba (cr, 0.9, 0.4, 0.3, 0.6);
    
    cairo_translate (cr, 128.0, 128.0);
    -- angle
    cairo_rotate(cr,0.4);
    
    -- text position
    cairo_move_to (cr, 270.0, 295.0);
    
    -- shown text
    cairo_show_text (cr, conky_parse('${time %H:%M}'))
    
    
    cairo_rotate(cr,-0.9);
    cairo_set_font_size (cr, 12.0);
    cairo_move_to (cr, -97.0, 520.0);
    cairo_show_text (cr, conky_parse('${time %A}'))
    
    cairo_rotate(cr,0.0);
    cairo_set_font_size (cr, 14.0);
    cairo_move_to (cr, -115.0, 568.0);
    cairo_show_text (cr, conky_parse('${time  %h %d}'))
    
    cairo_rotate(cr,0.3);
    cairo_set_font_size (cr, 10.0);
    cairo_move_to (cr, 360, 490);
     cairo_show_text (cr, conky_parse('Gmail: ${execi 600 conkyEmail --servertype=IMAP --servername=imap.googlemail.com --username=xyz --password=xyz --ssl}'))
    
    cairo_rotate(cr,0.3);
    cairo_set_font_size (cr, 10.0);
    cairo_move_to (cr, 140, 187);
    cairo_show_text (cr, conky_parse('${if_match ${acpitemp} > 60}${color red}${acpitemp}$color$else${acpitemp}$endif°C'))
    
    cairo_rotate(cr,0.05);
    cairo_set_font_size (cr, 10.0);
    cairo_move_to (cr, 405, 190);
    cairo_show_text (cr, conky_parse('${if_match ${execi 5 ~/Documents/code/hddmonit.sh} > 60}${color red}${execi 5 ~/Documents/code/hddmonit.sh}$color$else${execi 5 ~/Documents/code/hddmonit.sh}$endif°C'))
    
    cairo_stroke (cr);
    
    
    
    
    end
    
    
    --[[
    Ring Meters by londonali1010 (2009)
     
    This script draws percentage meters as rings. It is fully customisable; all options are described in the script.
     
    IMPORTANT: if you are using the 'cpu' function, it will cause a segmentation fault if it tries to draw a ring straight away. The if statement on line 145 uses a delay to make sure that this doesn't happen. It calculates the length of the delay by the number of updates since Conky started. Generally, a value of 5s is long enough, so if you update Conky every 1s, use update_num > 5 in that if statement (the default). If you only update Conky every 2s, you should change it to update_num > 3; conversely if you update Conky every 0.5s, you should use update_num > 10. ALSO, if you change your Conky, is it best to use "killall conky; conky" to update it, otherwise the update_num will not be reset and you will get an error.
     
    To call this script in Conky, use the following (assuming that you save this script to ~/scripts/rings.lua):
        lua_load ~/scripts/rings-v1.2.1.lua
        lua_draw_hook_pre ring_stats
     
    Changelog:
    + v1.2.1 -- Fixed minor bug that caused script to crash if conky_parse() returns a nil value (20.10.2009)
    + v1.2 -- Added option for the ending angle of the rings (07.10.2009)
    + v1.1 -- Added options for the starting angle of the rings, and added the "max" variable, to allow for variables that output a numerical value rather than a percentage (29.09.2009)
    + v1.0 -- Original release (28.09.2009)
    ]]
     
    settings_table = {
        {
            name='cpu',
            arg='cpu1',
            max=100,
            bg_colour=0xff0000,
            bg_alpha=0.2,
            fg_colour=0xff0000,
            fg_alpha=0.6,
            x=1125, y=150,
            radius=900,
            thickness=11,
            start_angle=224,
            end_angle=230.5
        },
        {
            name='cpu',
            arg='cpu2',
            max=100,
            bg_colour=0xff0000,
            bg_alpha=0.2,
            fg_colour=0xff0000,
            fg_alpha=0.6,
            x=492, y=685,
            radius=70,
            thickness=10,
            start_angle=239,
            end_angle=298
        },
        	{
    		name='battery_percent',
    		arg='BAT0',
    		max=100,
    		bg_colour=0xff0000,
    		bg_alpha=0.2,
    		fg_colour=0xff0000,
    		fg_alpha=0.6,
    		x=-1500, y=-400,
    		radius=2200,
    		thickness=9,
    		start_angle=115.3,
    		end_angle=118.5
    	},
    
        {
            name='fs_free_perc',
            arg='/',
            max=100,
            bg_colour=0xff0000,
            bg_alpha=0.2,
            fg_colour=0xff0000,
            fg_alpha=0.6,
            x=398, y=513,
            radius=95,
            thickness=8,
            start_angle=45,
            end_angle=105
        },
        {
            name='memperc',
            arg='',
            max=100,
            bg_colour=0xff0000,
            bg_alpha=0.2,
            fg_colour=0xff0000,
            fg_alpha=0.6,
            x=-1300, y=2490,
            radius=2700,
            thickness=5,
            start_angle=39,
            end_angle=40.75
        },
        {
            name='swap',
            arg='',
            max=100,
            bg_colour=0xff0000,
            bg_alpha=0.2,
            fg_colour=0xff0000,
            fg_alpha=0.6,
            x=472, y=334,
            radius=90,
            thickness=6,
            start_angle=234,
            end_angle=303
        },
    }
     
    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 conky_ring_stats()
        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)
            if value == nil then value = 0 end
            pct=value/pt['max']
     
            draw_ring(cr,pct,pt)
        end
     
        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
    end
    
    function conky_load_widgets()
     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
           draw_atext()
           conky_ring_stats()
        end
    end
    That is awesome!!!
    ------------------------------------------------------

  3. #12153
    Join Date
    Oct 2009
    Location
    Under a rock
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    @ dewint - that wallpaper is supercool, could you share the source?

    @djyoung4 -very nice. I have written a lua function to set text and conky outputs to curves - http://crunchbanglinux.org/forums/post/55708/#p55708
    should go well with your curvy conky

  4. #12154
    Join Date
    Jul 2005
    Location
    The Netherlands
    Beans
    209
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by djyoung4 View Post
    I was just picking on you. Just fun.
    Laptop: i7 4930MX @3.9GHz undervolted; 32GB 4x8GB Kingston HyperX Impact 1600MHz; Nvidia 780M 4GB; Samsung 840 EVO mSATA 250GB; Ubuntu 16.04 and Windows 10 Pro.
    Ubuntu #8076 / Linux #429448

  5. #12155
    Join Date
    Jan 2009
    Location
    Europe-Austria
    Beans
    1,047
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    NEED HELP:
    i described my problem here:
    http://ubuntuforums.org/showthread.php?t=1419300

    So, my conky keeps freezing all the time. I thought that download/upload lines are causing that problem-so i made for them one separat conky-it works perfect, but main conky still freezes.

    It happens almost all the time as soon as torrent is activated.

    Is it possible to fix it?
    Code:
    # Use Xft?
    use_xft yes
    xftfont Andale Mono:size=7
    xftalpha 0.8
    text_buffer_size 2048
    
    # Update interval in seconds
    update_interval 1
    
    # This is the number of times Conky will update before quitting.
    # Set to zero to run forever.
    total_run_times 0
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_transparent yes
    own_window_type override
    #own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    minimum_size 160 0
    maximum_width 180 0
    0 0
    
    # Draw shades?
    draw_shades no
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders 0
    
    # border margins
    border_margin 5
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color white
    #default_shade_color black
    #default_outline_color white
    own_window_colour white
    
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    
    # Gap between borders of screen and text
    # same thing as passing -x at command line
    gap_x 3
    gap_y 23
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # number of cpu samples to average
    # set to 1 to disable averaging
    cpu_avg_samples 2
    
    # number of net samples to average
    # set to 1 to disable averaging
    net_avg_samples 2
    
    # Force UTF8? note that UTF8 support required XFT
    override_utf8_locale yes
    
    # Add spaces to keep things from moving about?  This only affects certain objects.
    use_spacer none
    
    # Network Options
    if_up_strictness address
    
    TEXT
    ${font :size=24}${alignc}${time %H:%M:%S}${font}
    ${voffset 4}${font :size=8}${alignc}${time %A - %d - %B - %Y}${font}
    ${hr 1}
    ${voffset 6}${color ffffff}${execpi 600 DJS=`date +%_d`; cal | sed '1d' | sed '/./!d' | sed 's/$/                     /' | fold -w 21 | sed -n '/^.\{21\}/p' | sed 's/^/${alignc} /' | sed /" $DJS "/s/" $DJS "/" "'${color red}'"$DJS"'${color ffffff}'" "/}
    ${voffset -4}SYSTEM ${hr 1}
    kernel: ${alignr}$kernel
    uptime: ${alignr}$uptime
    ${color #3E3E3E}${cpugraph 000000 ffffff}${color}
    ${voffset -6}cpu: ${cpu}% ${alignr 1} ${alignr}${freq}MHz   ${acpitemp} °C
    ${voffset 0}hd:  $fs_free_perc%  ${voffset 0}${fs_free /home}/${fs_size /home} ${alignr}${hddtemp /dev/sda localhost 7634} °C
    ${voffset 0}ram: $memperc% ${alignc} $mem${alignr 7} ${membar 6,50}
    ${voffset 2}${alignc -40}CPU%	${alignr}MEM%
    ${voffset 2}${top_mem name 1}${alignr}${top_mem cpu 1}   ${top_mem mem 1}
    ${voffset 0}${top_mem name 2}${alignr}${top_mem cpu 2}   ${top_mem mem 2}
    ${voffset 0}${top_mem name 3}${alignr}${top_mem cpu 3}   ${top_mem mem 3}
    ${voffset 0}${top_mem name 4}${alignr}${top_mem cpu 4}   ${top_mem mem 4}
    ${voffset 5}upload: ${alignr}${upspeedf eth2} KB/s
    ${voffset 0}download: ${alignr}${downspeedf eth2} KB/s

  6. #12156
    Join Date
    Jul 2009
    Location
    IIT Kanpur
    Beans
    346
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Here's mine
    Code:
    alignment  top_right # top_right, top_left, bottom_left, bottom_right
    background yes
    use_xft yes
    font ISOCPEUR:bold:size=10
    xftalpha 0.1
    update_interval 0.5
    total_run_times 0
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints decorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 350 5
    maximum_width 400
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color White
    default_shade_color red
    default_outline_color orange
    gap_x 1
    gap_y 60
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 1
    override_utf8_locale no
    use_spacer yes
    
    TEXT
    
    
    
    
    ${voffset -90}
    ${color White}
    ${font}
    ${font Arial:bold:size=10}${color Tan1}RESOURCES ${color DarkSlateGray}${hr 2}
    
    $font${color White}CPU1  ${freq_g 1}Ghz ${cpu cpu1}% ${color red}${cpubar cpu1}
    $font${color White}CPU2  ${freq_g 2}Ghz ${cpu cpu2}% ${color red}${cpubar cpu2}
    
    $font${color White}RAM $alignc $mem / $memmax $alignr $memperc%
    ${color 8E56A0}$membar
    
    $font${color White}SWAP $alignc $swap / $swapmax $alignr $swapperc%
    ${color Green}$swapbar
    
    ${font Arial:bold:size=10}${color Tan1}BATTERY ${color DarkSlateGray}${hr 2}
    $font${color White}Status : $battery $alignr $battery_time
    ${color 005EAF}$battery_bar
    
    ${font Arial:bold:size=10}${color Tan1}SYSTEM ${color DarkSlateGray} ${hr 2}
    $font${color White}$sysname $kernel $alignr $machine
    $font${color White}Uptime $font${color green}$alignr${uptime}
    
    $font${color White}${execi 10 sensors | grep "Core 0:"}
    ${execi 10 sensors | grep "Core 1:"}
    ${execi 10 sensors | grep "temp1:"}
    ${execi 10 sensors | grep "temp2:"}
    ${execi 10 sensors | grep "temp3:"} 
    
    ${font Arial:bold:size=10}${color Tan1}HDD ${color DarkSlateGray}${hr 2}
    $font${color White}Temp: ${hddtemp sda}c  $alignc Read:${diskio_read sda}    Write:${diskio_write sda}$alignr Total:${diskio sda}
    
    $font${color White}Home $alignc  Used: ${fs_used_perc /home}%$alignr Free: ${fs_free /home} / ${fs_size /home}
    ${color orange}${fs_bar /home}
    $font${color White}Root $alignc  Used: ${fs_used_perc /}%$alignr Free: ${fs_free /} / ${fs_size /}
    ${color orange}${fs_bar /}
    $font${color White}Downloads $alignc  Used: ${fs_used_perc /media/Downloads}%$alignr Free: ${fs_free /media/Downloads} / ${fs_size /media/Downloads}
    ${color orange}${fs_bar /media/Downloads}
    $font${color White}Data $alignc  Used: ${fs_used_perc /media/Data}%$alignr Free: ${fs_free /media/Data} / ${fs_size /media/Data}
    ${color orange}${fs_bar /media/Data}
    
    $font${color White}Portable $alignc  Used: ${fs_used_perc /media/Nishant's Portable}%$alignr Free: ${fs_free /media/Nishant's Portable} / ${fs_size /media/Nishant's Portable}${color orange}${fs_bar /media/Nishant's Portable}
    
    ${font Arial:bold:size=10}${color Tan1}PROCESSES ${color DarkSlateGray} ${hr 2}
    $font${color White}CPU%
      
    ${top name 1}$alignc ${top pid 1}$alignr${top cpu 1}%
    ${top name 2}$alignc ${top pid 2}$alignr${top cpu 2}%
    ${top name 3}$alignc ${top pid 3}$alignr${top cpu 3}%
    
    RAM
    
    ${top_mem name 1}$alignc ${top_mem pid 1}$alignr${top_mem mem_res 1}
    ${top_mem name 2}$alignc ${top_mem pid 2}$alignr${top_mem mem_res 2}
    ${top_mem name 3}$alignc ${top_mem pid 3}$alignr${top_mem mem_res 3}
    Attached Images Attached Images
    Dell Studio 1555
    Intel P8600 2.4 GHz, 4GB DDR2 800MHz RAM, 512 MB ATI Mobility Radeon HD 4570, 320GB 5400 RPM WD Blue Scorpio

  7. #12157
    Join Date
    Jan 2009
    Location
    Europe-Austria
    Beans
    1,047
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by vickoxy View Post
    NEED HELP:
    i described my problem here:
    http://ubuntuforums.org/showthread.php?t=1419300

    So, my conky keeps freezing all the time. I thought that download/upload lines are causing that problem-so i made for them one separat conky-it works perfect, but main conky still freezes.

    It happens almost all the time as soon as torrent is activated.

    Is it possible to fix it?
    Code:
    # Use Xft?
    use_xft yes
    xftfont Andale Mono:size=7
    xftalpha 0.8
    text_buffer_size 2048
    
    # Update interval in seconds
    update_interval 1
    
    # This is the number of times Conky will update before quitting.
    # Set to zero to run forever.
    total_run_times 0
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_transparent yes
    own_window_type override
    #own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    minimum_size 160 0
    maximum_width 180 0
    0 0
    
    # Draw shades?
    draw_shades no
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders 0
    
    # border margins
    border_margin 5
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color white
    #default_shade_color black
    #default_outline_color white
    own_window_colour white
    
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    
    # Gap between borders of screen and text
    # same thing as passing -x at command line
    gap_x 3
    gap_y 23
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # number of cpu samples to average
    # set to 1 to disable averaging
    cpu_avg_samples 2
    
    # number of net samples to average
    # set to 1 to disable averaging
    net_avg_samples 2
    
    # Force UTF8? note that UTF8 support required XFT
    override_utf8_locale yes
    
    # Add spaces to keep things from moving about?  This only affects certain objects.
    use_spacer none
    
    # Network Options
    if_up_strictness address
    
    TEXT
    ${font :size=24}${alignc}${time %H:%M:%S}${font}
    ${voffset 4}${font :size=8}${alignc}${time %A - %d - %B - %Y}${font}
    ${hr 1}
    ${voffset 6}${color ffffff}${execpi 600 DJS=`date +%_d`; cal | sed '1d' | sed '/./!d' | sed 's/$/                     /' | fold -w 21 | sed -n '/^.\{21\}/p' | sed 's/^/${alignc} /' | sed /" $DJS "/s/" $DJS "/" "'${color red}'"$DJS"'${color ffffff}'" "/}
    ${voffset -4}SYSTEM ${hr 1}
    kernel: ${alignr}$kernel
    uptime: ${alignr}$uptime
    ${color #3E3E3E}${cpugraph 000000 ffffff}${color}
    ${voffset -6}cpu: ${cpu}% ${alignr 1} ${alignr}${freq}MHz   ${acpitemp} °C
    ${voffset 0}hd:  $fs_free_perc%  ${voffset 0}${fs_free /home}/${fs_size /home} ${alignr}${hddtemp /dev/sda localhost 7634} °C
    ${voffset 0}ram: $memperc% ${alignc} $mem${alignr 7} ${membar 6,50}
    ${voffset 2}${alignc -40}CPU%	${alignr}MEM%
    ${voffset 2}${top_mem name 1}${alignr}${top_mem cpu 1}   ${top_mem mem 1}
    ${voffset 0}${top_mem name 2}${alignr}${top_mem cpu 2}   ${top_mem mem 2}
    ${voffset 0}${top_mem name 3}${alignr}${top_mem cpu 3}   ${top_mem mem 3}
    ${voffset 0}${top_mem name 4}${alignr}${top_mem cpu 4}   ${top_mem mem 4}
    ${voffset 5}upload: ${alignr}${upspeedf eth2} KB/s
    ${voffset 0}download: ${alignr}${downspeedf eth2} KB/s
    I tried dozens conkyrc files, changed almost everything-buffersize, positions, gap, font... but still - nothing-keep freezing.
    I am sure that download and upload is the issue, although in separate instance that conky works fine.
    UPDATE: It has definitely something to do with transmission (torrent)-i deactivated it, and-if i have some other download/high data volume-conky glitches, but seldom, and only for few seconds. But with transmission working it stays almost all the time freeze.
    Last edited by vickoxy; March 2nd, 2010 at 05:26 PM.

  8. #12158
    Join Date
    Jul 2005
    Location
    The Netherlands
    Beans
    209
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    Try net_avg_samples 2
    Laptop: i7 4930MX @3.9GHz undervolted; 32GB 4x8GB Kingston HyperX Impact 1600MHz; Nvidia 780M 4GB; Samsung 840 EVO mSATA 250GB; Ubuntu 16.04 and Windows 10 Pro.
    Ubuntu #8076 / Linux #429448

  9. #12159
    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 proxess View Post
    wow i never even saw that. my fault proxess
    I'm a super power user

  10. #12160
    Join Date
    Jan 2009
    Location
    Europe-Austria
    Beans
    1,047
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by proxess View Post
    Try net_avg_samples 2
    Tried-but nothing

Page 1216 of 2348 FirstFirst ... 2167161116116612061214121512161217121812261266131617162216 ... 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
  •