Page 554 of 2348 FirstFirst ... 5445450454455255355455555656460465410541554 ... LastLast
Results 5,531 to 5,540 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #5531
    Join Date
    Jun 2008
    Beans
    6

    Re: Post your .conkyrc files w/ screenshots

    Code:
    # Use Xft?
    use_xft yes
    xftfont DejaVu Sans:size=8
    xftalpha 0.8
    text_buffer_size 2048
    
    # Update interval in seconds
    update_interval 4
    
    # 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 normal
    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 180 0
    #maximum_width 200
    
    # 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 grey
    #default_shade_color black
    #default_outline_color grey
    own_window_colour grey
    
    # 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 35
    gap_y 35
    
    # 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
    
    TEXT
    SYSTEM ${hr 2}
    ${alignc 17}${font Arial Black:size=16}FLiP9${font}
    ${alignc}http://flip9.via.my
    ${voffset 2}${font StyleBats:size=16}i${font}   Kernel:  ${alignr}${kernel}
    ${font StyleBats:size=16}A${font}   CPU: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60}
    ${font StyleBats:size=16}g${font}   RAM: $memperc% ${alignr}${membar 8,60}
    ${font StyleBats:size=16}j${font}   SWAP: $swapperc% ${alignr}${swapbar 8,60}
    ${font Webdings:size=16}~${font}  Battery: ${alignr}Battery removed!
    ${font StyleBats:size=16}q${font}   Uptime: ${alignr}${uptime}
    
    DATE & TIME ${hr 2}
    ${alignc 17}${font Arial Black:size=16}${time %I:%M}${font}
    ${alignc}${time %A %d %B %Y}
    
    HD ${hr 2}
    ${voffset 4}${font Pie charts for maps:size=14}7${font}   ${voffset -5}Root:
    ${voffset 4}${fs_used /}/${fs_size /} ${alignr}${fs_bar 8,60 /}
    ${font Pie charts for maps:size=14}7${font}   ${voffset -5}Home:
    ${voffset 4}${fs_used /home}/${fs_size /home} ${alignr}${fs_bar 8,60 /home}
    
    NETWORK ${hr 2}
    ${if_existing /proc/net/route wlan0}
    ${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 8,60 BEBEBE BEBEBE}
    ${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 8,60 BEBEBE BEBEBE}
    ${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup wlan0}
    ${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown wlan0}
    ${voffset 4}${font PizzaDude Bullets:size=14}Z${font}   Signal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,60 wlan0}
    ${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Local Ip: ${alignr}${addr wlan0}
    ${else}
    ${font PizzaDude Bullets:size=14}4${font}   Network Unavailable
    ${endif}
    PROCESSES ${hr 2}
    NAME $alignr PID    CPU
    ${top name 1} $alignr ${top pid 1} ${top cpu 1}
    ${top name 2} $alignr ${top pid 2} ${top cpu 2}
    ${top name 3} $alignr ${top pid 3} ${top cpu 3}
    ${top name 4} $alignr ${top pid 4} ${top cpu 4}
    ${top name 5} $alignr ${top pid 5} ${top cpu 5}
    ${top name 6} $alignr ${top pid 6} ${top cpu 6}
    ${top name 7} $alignr ${top pid 7} ${top cpu 7}
    ${top name 8} $alignr ${top pid 8} ${top cpu 8}
    Based on Hanna's design from CrunchBang Linux Forum
    Attached Images Attached Images

  2. #5532
    Join Date
    Jul 2008
    Location
    Lost River Lake
    Beans
    233
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Post your .conkyrc files w/ screenshots

    Just slight variation in design... Oh man I love those old-time typewriter fonts! This is MyUnderwood.ttf found at dafont.com, by Michael Tension who has made some other amazing old-skool fonts too.
    Attached Images Attached Images
    I never use smilies, but there are exceptions that prove the rule [Hey, how do I disable showing colon & parenthesis as an emoticon in my signature?]
    Now playing: Last.fm

  3. #5533
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Piraja View Post
    Just slight variation in design... Oh man I love those old-time typewriter fonts! This is MyUnderwood.ttf found at dafont.com, by Michael Tension who has made some other amazing old-skool fonts too.
    Da ... errr .... Darn you do nice work!

  4. #5534
    Join Date
    Jul 2008
    Location
    Lost River Lake
    Beans
    233
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    Da ... errr .... Darn you do nice work!
    Thanks Bruce! I did not do much, though, just changed the font. But it is nice. And I like the idea that the designer actually used his own old Underwood typewriter for the job, to get genuine shapes.

    The font made my conky set-up look like a "calligram" of sorts, even though it does not really depict anything.

    The missing degree symbol (on the line "ACPI temp.: 48[°]C") makes it even more genuine-looking...
    I never use smilies, but there are exceptions that prove the rule [Hey, how do I disable showing colon & parenthesis as an emoticon in my signature?]
    Now playing: Last.fm

  5. #5535
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Piraja View Post
    Thanks Bruce! I did not do much, though, just changed the font. But it is nice. And I like the idea that the designer actually used his own old Underwood typewriter for the job, to get genuine shapes.

    The font made my conky set-up look like a "calligram" of sorts, even though it does not really depict anything.

    The missing degree symbol (on the line "ACPI temp.: 48[°]C") makes it even more genuine-looking...
    Well, when you combine the "unique" layout, with the font and the colour one has to admit you have a conky with a flair of an artists touch.

    That's what I meant by "you do nice work"

    Curious: Does your 44°C ever change? I tried ACPI here and it never changed.


    Bruce

  6. #5536
    Join Date
    Jul 2008
    Location
    Lost River Lake
    Beans
    233
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    Curious: Does your 44°C ever change?
    Yes, quite a bit too, varying between 40-60°C. Maybe you have a very smart and efficient fan, keeping it so steady...?
    I never use smilies, but there are exceptions that prove the rule [Hey, how do I disable showing colon & parenthesis as an emoticon in my signature?]
    Now playing: Last.fm

  7. #5537
    Join Date
    Feb 2008
    Location
    52°38'41.6"N/1°19'43.6"E
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Launchpad has made changes to the apt archives so I have updated the installation guides for my conky scripts. Take a look at any of the script threads for more info...essentially my ppa can now be authenticated using a public key

  8. #5538
    Join Date
    Dec 2008
    Location
    In a galaxy far far away
    Beans
    339
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    looking back at the "how to setup conky in ubuntu" thread and when i'm configuring conky to start on boot in system>prefernces>startup do i set conkymain or startconky to start on boot?

  9. #5539
    Join Date
    Feb 2008
    Location
    52°38'41.6"N/1°19'43.6"E
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Messyhair42 View Post
    looking back at the "how to setup conky in ubuntu" thread and when i'm configuring conky to start on boot in system>prefernces>startup do i set conkymain or startconky to start on boot?
    Whatever script you have created to start conky (conkymain or startconky or an-other) you need to point to...if you haven't got a script then it will be just plain old "conky" or "conky -c /path/to/conkyrc"

  10. #5540
    Join Date
    Dec 2008
    Location
    In a galaxy far far away
    Beans
    339
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    sorry i meant sessions not startup. but i can point it to .startconky and it'll work?

Page 554 of 2348 FirstFirst ... 5445450454455255355455555656460465410541554 ... 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
  •