Page 1215 of 2348 FirstFirst ... 2157151115116512051213121412151216121712251265131517152215 ... LastLast
Results 12,141 to 12,150 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #12141
    Join Date
    Dec 2009
    Location
    MT
    Beans
    43
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    awesome wallpaper! got a link for it?
    “Humanity must rise above the earth, to the top of the atmosphere and beyond. For only then will we understand the world in which we live.”
    -Socrates-
    http://www.overviewinstitute.org

  2. #12142
    Join Date
    Feb 2010
    Beans
    0
    Distro
    Kubuntu 9.10 Karmic Koala

    Re: Post your .conkyrc files w/ screenshots

    Here is mine, it watches pretty much everything I need.

    Code:
    alignment top_right
    background yes     
    border_width 1     
    cpu_avg_samples 2  
    default_color white
    default_outline_color white
    default_shade_color white  
    draw_borders no            
    draw_graph_borders yes     
    draw_outline no            
    draw_shades no             
    use_xft yes                
    xftfont DejaVu Sans Mono:size=7
    gap_x 5                        
    gap_y 40                       
    net_avg_samples 2              
    no_buffers yes                 
    out_to_console no              
    out_to_stderr no               
    extra_newline no               
    own_window yes                 
    own_window_transparent no      
    own_window_colour 000000       
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes                                                
    own_window_class Conky                                           
    own_window_type root                                             
    stippled_borders 0                                               
    update_interval 0.5                                              
    uppercase no                                                     
    use_spacer none                                                  
    show_graph_scale no                                              
    show_graph_range no                                              
    window 90                                                        
    minimum_size 180 5                                               
    maximum_width 180                                                
    
    TEXT
    ${color b1c915}${hr}
    
    ${color}${font pixelsize=40}${alignc}${time %l:%M %p}
    ${font}${color}Now Playing ${color b1c915}${hr}      
    
    ${color b3bafc}Artist: ${color dbffe4}${exec rhythmbox-client --print-playing-format "%ta"|cut -b -21}
      ${color b3bafc}Song: ${scroll 21 3${color dbffe4}${exec rhythmbox-client --print-playing-format "%tt"}}
     ${color b3bafc}Album: ${color dbffe4}${exec rhythmbox-client --print-playing-format "%at"|cut -b -21}   
    
    ${color}System Information ${color b1c915}${hr}
    
         ${color b3bafc}Kernel:${color dbffe4} ${kernel}
           ${color b3bafc}Date:${color dbffe4} ${time %A, %b %d}
    ${color b3bafc}System Time:${color dbffe4} ${time %H:%M:%S} 
            ${color b3bafc}GMT:${color dbffe4} ${utime %H:%M:%S}
         ${color b3bafc}Uptime:${color dbffe4} ${uptime}        
    
    ${color}CPU ${color b1c915}${hr}
    
    ${color b3bafc}CPU Frequency:${color dbffe4} ${freq_g} GHz
        ${color b3bafc}CPU Usage:${color dbffe4} ${cpu}%      
        ${color b3bafc}Processes:${color dbffe4} $processes   
          ${color b3bafc}Running:${color dbffe4} $running_processes
    ${color black}${cpugraph 230708 c65e7b}                        
    
    ${color}GPU ${color b1c915}${hr}
    
    ${color b3bafc}Temperature: ${color dbffe4}${nvidia temp} C
      ${color b3bafc}Frequency: ${color dbffe4}${nvidia gpufreq} Mhz
    
    ${color}Memory ${color b1c915}${hr}
    
    ${color b3bafc}RAM Usage:${color dbffe4}  $mem / $memmax
    ${color}${memperc}% ${alignr}${color dbffe4}${membar 6,145}
    ${color b3bafc}Swap Usage:${color dbffe4} $swap / $swapmax 
    ${color}${swapperc}% ${alignr}${color dbffe4}${swapbar 6,145}
    ${color b3bafc}Memory cached:${color dbffe4} ${cached}       
    ${color b3bafc}Memory buffer:${color dbffe4} ${buffers}      
    
    ${color}Disk I/O ${color b1c915}${hr}
    
    ${color b3bafc}sda ${color 111111} ${diskiograph sda 10,100 8991f4 8991f4} ${color dbffe4}${alignr}${diskio sda}
    ${color b3bafc}md0 ${color 111111} ${diskiograph md0 10,100 8991f4 8991f4} ${color dbffe4}${alignr}${diskio md0}
    
    ${color}Storage ${color b1c915}${hr}
    
    ${color b3bafc} /      ${color dbffe4} ${fs_bar 6 /}
    ${color b3bafc} /home  ${color dbffe4} ${fs_bar 6 /home}
    ${color b3bafc} /share ${color dbffe4} ${fs_bar 6 /share}
    ${color b3bafc} /var   ${color dbffe4} ${fs_bar 6 /var}
    
    ${color}Network ${color b1c915}${hr}
    
        ${color b3bafc}Gateway:${color dbffe4} ${gw_ip}
    ${color b3bafc}Internal IP:${color dbffe4} ${addr eth0}
    ${color b3bafc}Connections:${color dbffe4} ${tcp_portmon 1 65535 count }
         ${color b3bafc}Apache:${color dbffe4} ${tcp_portmon 80 80 count}
    ${color b3bafc}Down: ${alignr}Total:
    ${color dbffe4}${downspeedf eth0} k/s ${alignr}${color dbffe4}${totaldown eth0}
    ${color black}${downspeedgraph eth0 32,170 000000 ff0000}
    ${color  b3bafc}Up: ${alignr}Total:
    ${color dbffe4}${upspeedf eth0} k/s ${alignr}${color dbffe4}${totalup eth0}
    ${color black}${upspeedgraph eth0 32,170 000000 0000ff}
    ${color b1c915}${hr}
    Attached Images Attached Images

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

    Re: Post your .conkyrc files w/ screenshots

    is there a place for a list of colors ex: 0xffffff is white. im just looking for a list

    found it nevermind
    Last edited by djyoung4; February 28th, 2010 at 11:42 PM.
    I'm a super power user

  4. #12144
    Join Date
    Jul 2008
    Location
    Connecticut, U.S.
    Beans
    106
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by djyoung4 View Post
    is there a place for a list of colors ex: 0xffffff is white. im just looking for a list

    found it nevermind
    FYI or anyone else who needs it. I like this site:

    http://www.html-color-codes.com/
    Registered Ubuntu User #29430

  5. #12145
    Join Date
    Feb 2008
    Location
    I'm lost ... HELP!
    Beans
    1,014
    Distro
    Xubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dewint View Post
    Here is mine, it watches pretty much everything I need.
    With a wallpaper like that I wouldn't be able to resist filling the conky into the dark/empty spaces.

    Quote Originally Posted by djyoung4 View Post
    is there a place for a list of colors ex: 0xffffff is white. im just looking for a list

    found it nevermind
    I just make up the codes It's not called RGB for nothing (or 0xRRGGBB).
    0x666666 and 0x999999 are both grey. Say you want brown, that's a splat more red and no or almost no blue. Close your eyes and mix it in your mind. 0xFF9933 is a light mix of puke and diarrhea. 0x663300 is the more solid stuff. Well, I didn't really check, but that's kind of how it works.

    (Yeah, I'm sick )

    edit:
    Nice work below djyoung4
    Last edited by miegiel; March 1st, 2010 at 02:19 AM.

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

    Re: Post your .conkyrc files w/ screenshots

    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
    Attached Images Attached Images
    Last edited by djyoung4; March 1st, 2010 at 02:22 AM.
    I'm a super power user

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

    Re: Post your .conkyrc files w/ screenshots

    Hi,
    i have one funny issue with calendar in conky-it should mark red the current day-and it does it, but it marks also all numbers that are the same as current day.
    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}
    ${alignc}${time %A, %d.%m.%Y}
    ${hr 1}
    ${execpi 300 cal | sed -e 's/'`date | awk '{print $3}'`'/\$\{color e84448}'`date | awk '{print $3}'`'\$\{color}/'|sed 's/^/${alignc}/'}
    ${voffset -20}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
    Any solution for this?
    Attached Images Attached Images

  8. #12148
    Join Date
    Jun 2009
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    hi

    i wanted to keep it minimal but still have immediate access to my most relevant information.

    the circle under the network id is the moonphase from the conkyForecast script.


    here is the code
    Code:
    # spaceconky by grodius 
    
    use_xft yes
    xftfont Blue Highway:size=8
    xftalpha 0.8
    update_interval 1.0
    total_run_times 0
    own_window no
    own_window_type conky
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 1280 1000
    ##maximum_width 600
    draw_shades yes
    default_color 263548
    default_shade_color black
    default_outline_color white
    draw_outline no
    draw_borders no
    draw_graph_borders yes
    alignment top_right
    gap_x 12
    gap_y 12
    no_buffers yes
    cpu_avg_samples 2
    override_utf8_locale no
    uppercase no
    short_units yes
    pad_percents 2
    
    TEXT
    ${goto 1087}$alignr${color #556573}${font Radio Space:size=8}${time %k:%M %A, %d %B %Y}
    $alignr${color #3A5E5E}d ${downspeed wlan0} ${downspeedgraph wlan0 5,77}${color #556573}
    $alignr${color #5C4D58} u ${upspeed wlan0} ${upspeedgraph wlan0 5,77}
    $alignr ${color #639C9C}${addr wlan0}
    ${goto 1220}${font delicious:size=8}${wireless_essid wlan0}
    ${goto 1230}${color #556573}${font Moon Phases:size=10}${execi 600 conkyForecast --location=USCA0808 --datatype=MF}$font
    
    ${color #556573}${voffset 676}${font Radio Space:size=8}${offset 17}hd ${fs_bar 3,110 /} mem ${membar 3,100} proc${color #639c9c} ${cpugraph 5,83}  ${cpu cpu1} | ${cpu cpu2}$color ($running_processes)
    Attached Images Attached Images
    Last edited by grodius; March 1st, 2010 at 01:44 PM.

  9. #12149
    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
    Conky on the rose:
    <SNIP>
    Love the wallpaper! Where'd you get it?!?!
    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

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

    Re: Post your .conkyrc files w/ screenshots

    here is mine.

    Code:
    use_xft yes
    xftfont Liberation Sans:size=9
    override_utf8_locale yes
    
    text_buffer_size 2048
    update_interval 1
    total_run_times 0
    double_buffer yes
    no_buffers yes
    net_avg_samples 1
    cpu_avg_samples 1
    
    own_window_class Conky
    own_window yes
    own_window_colour 464139
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    default_color D1CCC4
    draw_borders yes
    border_width 1
    border_margin 10
    draw_graph_borders yes
    draw_outline no
    draw_shades no
    
    color0 E6E6E6
    color1 906E4C
    color2 E6E6E6
    
    alignment top_right
    gap_x 20
    gap_y 140
    minimum_size 182 0
    maximum_width 182
    
    default_bar_size 70 8
    
    imlib_cache_size 0
    
    TEXT
    ${font Liberation Sans:style=Bold:size=8}SYSTEM $stippled_hr${font}
    ${color0}${font Poky:size=15}S${font}${color}${goto 38}${voffset -8}Kernel:  ${alignr}${color2}${kernel}${color}
    ${goto 38}Uptime: ${alignr}${color2}${uptime}${color}
    ${goto 38}Gmail: ${alignr}${font Liberation Sans:style=Bold:size=8}${color0}${execpi 3600 ~/.conkycolors/bin/conkyEmail --servertype=IMAP --servername=imap.googlemail.com -u switch10 -p dave1080 --ssl}${color}${font} New email(s)
    ${offset 1}${color0}${font Poky:size=16}P${font}${offset -19}${voffset 9}${cpubar cpu0 4,18}${color}${voffset -16}${goto 38}CPU1: ${font Liberation Sans:style=Bold:size=8}${color1}${cpu cpu1}%${font} ${alignr}${font Liberation Sans:style=Bold:size=8}${color1}${execi 30 sensors -f | grep 'Core 0' | cut -c14-16}°F${color}${font}  ${color2}${cpugraph cpu1 8,50 745536 906E4C}${color}
    ${goto 38}CPU2: ${font Liberation Sans:style=Bold:size=8}${color1}${cpu cpu2}%${font} ${alignr}${font Liberation Sans:style=Bold:size=8}${color1}${execi 30 sensors -f | grep 'Core 1' | cut -c14-16}°F${color}${font}  ${color2}${cpugraph cpu2 8,50 745536 906E4C}${color}
    ${goto 38}CPU3: ${font Liberation Sans:style=Bold:size=8}${color1}${cpu cpu3}%${font} ${alignr}${font Liberation Sans:style=Bold:size=8}${color1}${execi 30 sensors -f | grep 'Core 2' | cut -c14-16}°F${color}${font}  ${color2}${cpugraph cpu3 8,50 745536 906E4C}${color}
    ${goto 38}CPU4: ${font Liberation Sans:style=Bold:size=8}${color1}${cpu cpu4}%${font} ${alignr}${font Liberation Sans:style=Bold:size=8}${color1}${execi 30 sensors -f | grep 'Core 3' | cut -c14-16}°F${color}${font}  ${color2}${cpugraph cpu4 8,50 745536 906E4C}${color}
    ${color0}${font Poky:size=16}M${font}${color}${goto 38}${voffset -7}RAM: ${font Liberation Sans:style=Bold:size=8}${color1}$memperc%${color}${font}
    ${offset 1}${voffset 2}${color2}${membar 4,18}${color}${goto 38}${voffset -2}F: ${color2}${memeasyfree}${color} U: ${color2}${mem}${color}
    ${voffset 4}${font Liberation Sans:style=Bold:size=8}DATE $stippled_hr${font}
    ${voffset -10}${alignc 46}${color2}${font Arial Black:size=30}${time %H:%M}${font}${color}
    ${alignc}${time %d %B %Y}
    ${voffset -2}${color0}${font Poky:size=15}d${font}${color}${voffset -8}${font Liberation Mono:size=8}${execpi 10800 DJS=`date +%-d`; cal | sed 's/^/${goto 38} /' | sed '1d' | sed s/" $DJS "/" "'${font Liberation Mono:style=bold:size=8}${color1}'"$DJS"'${color}${font}${font Liberation Mono:size=8}'" "/}${font}${font}${voffset -14}
    ${voffset 4}${font Liberation Sans:style=Bold:size=8}RHYTHMBOX $stippled_hr${font}
    ${execi 10 ~/.conkycolors/bin/conkyCover}${execpi 10 ~/.conkycolors/bin/conkyRhythmbox -t ~/.conkycolors/templates/conkyPlayer.template}
    ${voffset 4}${font Liberation Sans:style=Bold:size=8}NVIDIA $stippled_hr${font}
    ${color0}${voffset -4}${font Poky:size=17}N${font}${color}${goto 38}${voffset -8}GPU Temp:${alignr}${font Liberation Sans:style=Bold:size=8}${color1} ${exec nvidia-settings -q GPUCoreTemp | grep Attribute | cut -d ' ' -f 6 | cut -c 1-2}${font}${color}°C
    ${goto 38}GPU Clock:${alignr}${font Liberation Sans:style=Bold:size=8}${color1} ${exec nvidia-settings -q GPU2DClockFreqs -t}${font}${color}MHz
    ${goto 38}Video RAM:${alignr}${font Liberation Sans:style=Bold:size=8}${color1} ${exec nvidia-settings -q VideoRam -t}${font}${color}KiB
    ${goto 38}Driver Version:${alignr}${font Liberation Sans:style=Bold:size=8}${color1} ${exec nvidia-settings -q NvidiaDriverVersion -t}${font}${color}
    ${voffset 4}${font Liberation Sans:style=Bold:size=8}HD $stippled_hr${font}
      ${voffset 4}${color0}${font Weather:size=15}y${font}${color}${voffset -8}${goto 38}/dev/sda: ${font Liberation Sans:style=Bold:size=8}${color1}${execi 120 hddtemp /dev/sda -n --unit=F}°F${color}${font}
    ${goto 38}/dev/sdb: ${font Liberation Sans:style=Bold:size=8}${color1}${execi 120 hddtemp /dev/sdb -n --unit=F}°F${color}${font}
    ${execpi 30 ~/.conkycolors/bin/conkyHD3}
    ${voffset 4}${font Liberation Sans:style=Bold:size=8}NETWORK $stippled_hr${font}
    ${if_existing /proc/net/route wlan0}
    ${voffset -13}${color0}${font VariShapes Solid:size=14}q${font}${color}${goto 38}${voffset -6}Up: ${font Liberation Sans:style=Bold:size=8}${color1}${upspeed wlan0}${color}${font} ${alignr}${color2}${upspeedgraph wlan0 8,60 745536 906E4C}${color}
    ${goto 38}Total: ${color2}${totalup wlan0}${color}
    ${voffset -2}${color0}${font VariShapes Solid:size=14}Q${font}${color}${goto 38}${voffset -6}Down: ${font Liberation Sans:style=Bold:size=8}${color1}${downspeed wlan0}${color}${font} ${alignr}${color2}${downspeedgraph wlan0 8,60 745536 906E4C}${color}
    ${goto 38}Total: ${color2}${totaldown wlan0}${color}
    ${voffset -2}${color0}${font Poky:size=14}Y${font}${color}${goto 38} ${voffset -2}Signal: ${font Liberation Sans:style=Bold:size=8}${color1}${wireless_link_qual wlan0}%${color}${font} ${alignr}${color2}${wireless_link_bar 8,60 wlan0}${color}
    ${voffset 4}${color0}${font Poky:size=13}w${font}${color}${goto 38}${voffset -8}Local IP: ${alignr}${color2}${addr wlan0}${color}
    ${goto 38}Public IP: ${alignr}${color2}${execi 10800 ~/.conkycolors/bin/conkyIp}${color}
    ${else}${if_existing /proc/net/route eth0}
    ${voffset -13}${color0}${font VariShapes Solid:size=14}q${font}${color}${goto 38}${voffset -6}Up: ${font Liberation Sans:style=Bold:size=8}${color1}${upspeed eth0}${color}${font} ${alignr}${color2}${upspeedgraph eth0 8,60 745536 906E4C}${color}
    ${goto 38}Total: ${color2}${totalup eth0}${color}
    ${voffset -2}${color0}${font VariShapes Solid:size=14}Q${font}${color}${goto 38}${voffset -6}Down: ${font Liberation Sans:style=Bold:size=8}${color1}${downspeed eth0}${color}${font} ${alignr}${color2}${downspeedgraph eth0 8,60 745536 906E4C}${color}
    ${goto 38}Total: ${color2}${totaldown eth0}${color}
    ${voffset -2}${color0}${font Poky:size=13}w${font}${color}${goto 38}${voffset -4}Local IP: ${alignr}${color2}${addr eth0}${color}
    ${goto 38}Public IP: ${alignr}${color2}${execi 10800 ~/.conkycolors/bin/conkyIp}${color}
    ${endif}${else}${if_existing /proc/net/route ppp0}
    ${voffset -13}${color0}${font VariShapes Solid:size=14}q${font}${color}${goto 38}${voffset -6}Up: ${font Liberation Sans:style=Bold:size=8}${color1}${upspeed ppp0}${color}${font} ${alignr}${color2}${upspeedgraph ppp0 8,60 745536 906E4C}${color}
    ${goto 38}Total: ${color2}${totalup ppp0}${color}
    ${voffset -2}${color0}${font VariShapes Solid:size=14}Q${font}${color}${goto 38}${voffset -6}Down: ${font Liberation Sans:style=Bold:size=8}${color1}${downspeed ppp0}${color}${font} ${alignr}${color2}${downspeedgraph ppp0 8,60 745536 906E4C}${color}
    ${goto 38}Total: ${color2}${totaldown ppp0}${color}
    ${voffset -2}${color0}${font Poky:size=13}w${font}${color}${goto 38}${voffset -4}Local IP: ${alignr}${color2}${addr ppp0}${color}
    ${endif}${else}${voffset 4}${color0}${font PizzaDude Bullets:size=12}4${font}${color}${goto 38}Network Unavailable${endif}${endif}
    Last edited by switch10; March 3rd, 2010 at 07:47 AM.
    ------------------------------------------------------

Page 1215 of 2348 FirstFirst ... 2157151115116512051213121412151216121712251265131517152215 ... 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
  •