Page 2 of 2348 FirstFirst 123412521025021002 ... LastLast
Results 11 to 20 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #11
    Join Date
    Apr 2005
    Location
    Not-So-Sunny Hawaii
    Beans
    Hidden!

    Re: Post you're .conkyrc files w/ screenshots

    We've got a bunch built up here:
    http://bbs.archlinux.org/viewtopic.php?t=26162
    So... a 1337 java programmer walks into a bar...

  2. #12
    Join Date
    Oct 2006
    Location
    St. Louis
    Beans
    52
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post you're .conkyrc files w/ screenshots

    Anyone have one that shows current XMMS status?

  3. #13
    Join Date
    Mar 2006
    Beans
    1,123

    Re: Post you're .conkyrc files w/ screenshots

    Quote Originally Posted by Hase View Post
    Anyone have one that shows current XMMS status?
    http://conky.sourceforge.net/variables.html
    "I'd rather be hated for what I am, than loved for what I'm not."

  4. #14
    Join Date
    Aug 2005
    Beans
    90

    Re: Post you're .conkyrc files w/ screenshots

    I'm using the example config found in /usr/share/doc/conky/ with minor edit, which I don't find particularly well looking, but pretty informative.
    Attached Images Attached Images
    Attached Files Attached Files

  5. #15
    Join Date
    Dec 2005
    Beans
    248
    Distro
    Ubuntu 6.10 Edgy

    Re: Post you're .conkyrc files w/ screenshots

    Quote Originally Posted by shining View Post
    I'm using the example config found in /usr/share/doc/conky/ with minor edit, which I don't find particularly well looking, but pretty informative.
    Man....I want that wallpaper. That is cool shining, could you send me a PM of where I can get it?

  6. #16

    Re: Post you're .conkyrc files w/ screenshots

    background yes
    use_xft yes
    xftfont Bitstream Vera Sans Mono:size=8
    xftalpha 0.8
    out_to_console no
    update_interval 1.0
    total_run_times 0
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 280 5
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    stippled_borders 0
    border_margin 4
    border_width 1
    default_color white
    default_shade_color white
    default_outline_color white
    alignment top_left
    gap_x 5
    gap_y 5
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 2
    override_utf8_locale no
    use_spacer no

    TEXT
    $hr
    ${color white}Uptime:${color blue} $uptime ${color white} ${color white}CPU Usage:${color red} $cpu% ${color white}CPU Temp:${color blue} ${i8k_cpu_temp}C ${color white}HDD Temp:${color blue} ${execi 10 nc localhost 7634 | cut -c30-31 ;}C ${color white}Load:${color blue} $loadavg ${color white}RAM Usage:${color blue}$mem/$memmax - $memperc% ${color white}Swap Usage:${color blue} $swap/$swapmax - $swapperc% $color Disk Usage:${color blue} ${fs_used /bin/bash}/${fs_size /bin/bash} - ${fs_free_perc /bin/bash}% Free ${color white}Down:${color blue}${downspeed eth1} k/s ${color white}Up:${color blue} ${upspeed eth1} k/s
    Attached Images Attached Images
    Last edited by ephman; October 30th, 2006 at 03:39 AM. Reason: typo

  7. #17
    Join Date
    Aug 2005
    Beans
    90

    Re: Post you're .conkyrc files w/ screenshots

    Quote Originally Posted by PapaWiskas View Post
    Man....I want that wallpaper. That is cool shining, could you send me a PM of where I can get it?
    I downloaded it as tux-019-1024x768.jpg
    Google for this

  8. #18
    Join Date
    Aug 2006
    Location
    Slovakia
    Beans
    41

    Re: Post you're .conkyrc files w/ screenshots

    10/10 thread, i will post mine when i finish twearking it

  9. #19
    Join Date
    Oct 2006
    Beans
    44
    Distro
    Ubuntu 6.10 Edgy

    Re: Post you're .conkyrc files w/ screenshots

    This is a fantastic little program.. I do have one question My text is rather blinky on updates.. Any way to limit the blinking?

  10. #20
    Join Date
    Mar 2006
    Beans
    1,123

    Re: Post you're .conkyrc files w/ screenshots

    Quote Originally Posted by FreakinSyco View Post
    This is a fantastic little program.. I do have one question My text is rather blinky on updates.. Any way to limit the blinking?
    add this to your conkyrc file:
    Code:
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    Open up the Xorg configuration file (usually /etc/X11/xorg.conf) with your favourite text editor, and find the line that says:
    Section "Module"
    Then, after that line, add:
    Load "dbe"
    Restart Xorg (my preferred method is the good-ole control+alt+backspace) and enjoy.
    "I'd rather be hated for what I am, than loved for what I'm not."

Page 2 of 2348 FirstFirst 123412521025021002 ... 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
  •