Page 39 of 2348 FirstFirst ... 29373839404149891395391039 ... LastLast
Results 381 to 390 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #381
    Join Date
    Jun 2007
    Location
    Leuven, Belgium
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by picpak View Post
    This is borrowed heavily from the_necrocide's config, but with a couple of my own changes.
    Glad you liked it! Mine has again changed a little bit, might post a pic lateron...

  2. #382
    Join Date
    Aug 2006
    Beans
    7
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by ITdrummer View Post
    camtech,

    I love the background. Its simple but very sleek at the same time. Could you post a link to a location so i can get it?
    Thanks
    Sure, It's from devaintart and it comes in several different colors.
    You can get it here.

  3. #383
    Join Date
    Jun 2007
    Location
    Durian Central
    Beans
    502
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by herbster View Post
    I had that, try:

    Code:
    ${i2c 9191-0290 temp 1}
    for mobo, and:

    Code:
    ${i2c 9191-0290 temp 2}
    for CPU.
    You are awesome! Thank you so much!
    [AMD AthlonX2 4000,Emaxx MCP61S-AVL,2GB Geil,7300GT 512MB,160GB]
    [Toshiba Satellite A505-S6965,Core2 P7350 2.0GHz,4GB RAM,200GB HDD]
    [Sony Vaio VGN-CR35G,Core2 T8100 2.10GHz,2GB RAM,200GB HDD]

  4. #384
    Join Date
    Apr 2007
    Location
    Loomis, CA
    Beans
    33
    Distro
    Ubuntu 7.04 Feisty Fawn

    Thumbs down Re: Post your .conkyrc files w/ screenshots

    Wow! Conky is great!
    I've spent hours looking through and testing the features.. and there's always another thing to be tweaked

    anyway, here's mine.
    I took phaedOne's configuration and hacked it up a little, but I kept the cool style and added some more good looks (imho)
    I set the font to Trebuchet MS, so if you don't have that installed, and you're gonna DL this, I suggest changing that.

    I tried to make it on the principal K.I.S.S., so it should be easy to understand/frankenstein
    I really doubt anyone cares though

    Code:
    background yes
    use_xft yes
    xftfont Trebuchet\ MS:size=8
    xftalpha 0.1
    update_interval 2.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 200 5
    maximum_width 200
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders yes
    default_color white
    default_shade_color red
    default_outline_color green
    alignment bottom_left
    gap_x 8
    gap_y 48
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 1
    override_utf8_locale no
    use_spacer yes
    
    TEXT
    $alignc ${color #9fb6cd} $sysname $kernel $machine $color
    Core: $alignr Intel Pentium 4 ${freq_g} Ghz
    Uptime: $alignr${uptime}
    $alignc ${time %a, } ${time %e %B %G} | ${time %I:%M %P}
    $alignc --------------------------
    $alignc${cpugraph cpu0 16,50 ffffff ffffff}
    CPU:  ${cpu cpu1}% ${cpubar cpu1}
    ${hr 1} $color
    Cached Memory: $alignr $cached
    RAM $alignc $mem / $memmax $alignr $memperc%
    $membar
    Filesystem $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_free_perc /}%
    ${fs_bar /}
    ${if_mounted /media/sda2} ${color #9fb6cd} $alignc Windows Partition Mounted
    $alignc ${fs_used /media/sda2} / ${fs_size /media/sda2} $color $endif
    ${hr 1}
    ${execi 180 fortune -s | fold -w38}
    ${hr 1}
    $alignc ${color #9fb6cd}Processes $color
    $running_processes Running $alignr $processes Total
    
    Top CPU Hogs: $alignr CPU% RAM%
    ${top name 1}$alignr${top cpu 1}${top mem 1}
    ${top name 2}$alignr${top cpu 2}${top mem 2}
    ${top name 3}$alignr${top cpu 2}${top mem 3}
    
    Top RAM Hogs: $alignr CPU% RAM%
    ${top_mem name 1}$alignr${top_mem cpu 1}${top_mem mem 1}
    ${top_mem name 2}$alignr${top_mem cpu 2}${top_mem mem 2}
    ${top_mem name 3}$alignr${top_mem cpu 3}${top_mem mem 3}
    ${hr 1}
    Network [eth1] $alignr (${addr eth1})
    Sending: $alignr ${upspeedf eth1}kb/s
    Receiving: $alignr ${downspeedf eth1}kb/s
    
    Connections: ${tcp_portmon 32768 61000 count} ${alignr} Service/Port
    ${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0}
    ${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1}
    ${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2}
    ${tcp_portmon 32768 61000 rhost 3} ${alignr} ${tcp_portmon 32768 61000 rservice 3}
    ${tcp_portmon 32768 61000 rhost 4} ${alignr} ${tcp_portmon 32768 61000 rservice 4}
    ${tcp_portmon 32768 61000 rhost 5} ${alignr} ${tcp_portmon 32768 61000 rservice 5}
    Attached Images Attached Images
    Last edited by DerangedDingo; July 20th, 2007 at 01:38 PM.
    And When He Got To Heaven
    To St. Peter He Did Tell
    "One more soldier reporting, sir,
    I've served my time in hell."

  5. #385
    Join Date
    May 2007
    Location
    Washington
    Beans
    911

    Re: Post your .conkyrc files w/ screenshots

    Can someone, as detailed as possible, say how to get conky to show my XMMS status? I've tried various things all of which did nothing.

  6. #386
    Join Date
    Apr 2007
    Location
    Loomis, CA
    Beans
    33
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Post your .conkyrc files w/ screenshots

    you need the package "xmms-infopipe" installed, + this code
    Code:
    Xmms: ${execi 25 cat /tmp/xmms-info | grep Status: | cut -d ":" -f2}
    Artist: ${execi 25 xmmsctrl title | cut -d "-" -f1}
    Song : ${execi 25 xmmsctrl title | cut -d "-" -f2}
    Time : ${execi 25 xmmsctrl print %m%n} ( ${execi 25 xmmsctrl print %M%n})
    Number  : ${execi 25 xmmsctrl getpos} / ${execi 25 cat /tmp/xmms-info | grep Tunes | cut -d ":" -f2}
    
    ${execi 8 xmmsbar}
    Beware of errors in this ^^^ though... be prepared to tweak. try starting conky in the terminal to see if it gives syntax errors of some kind with the code
    i don't think there are any, but just incase..
    Also, it could need a few more MB of RAM to be sacrificed, $exec commands are the costliest variables conky has, other than huge graphs

    and this script
    Code:
    #!/bin/bash
    
    #This script is free to modify and distribute.
    #Use at your own risk.
    
    #Requirement: xmms-infopipe
    
    #User Settings here
    maxcol=35
    file=/tmp/xmms-info
    
    #Grab needed information
    pos=`cat $file | grep uSecPosition: | cut -d : -f2`
    len=`cat $file | grep uSecTime: | cut -d : -f2`
    
    #Count the length in characters of the title
    size=`echo $title | wc -c`
    #Calculate current position within that length
    poscol=$(echo "$pos*$maxcol/$len" | bc)
    
    #Printing
    for (( i=0; i<$maxcol; i++ ))
    do
      if [ $i -eq $poscol ]; then
        echo -n 'O'
      else
        echo -n '='
      fi
    done
    Last edited by DerangedDingo; July 20th, 2007 at 02:30 AM.
    And When He Got To Heaven
    To St. Peter He Did Tell
    "One more soldier reporting, sir,
    I've served my time in hell."

  7. #387
    Join Date
    May 2007
    Location
    Washington
    Beans
    911

    Re: Post your .conkyrc files w/ screenshots

    Where do I put the last script? I tried putting it in /tmp/xmms-info but then the terminal shows.

    Conky: /home/shawn/.conkyrc: 72: no such configuration: 'xmms_player'
    sh: xmmsctrl: not found
    sh: xmmsctrl: not found
    sh: xmmsctrl: not found
    sh: xmmsctrl: not found
    sh: xmmsctrl: not found
    sh: xmmsbar: not found

    I have xmms-infopipe. Do I have to enable that?
    Last edited by PurposeOfReason; July 20th, 2007 at 02:51 AM.

  8. #388
    Join Date
    Jan 2005
    Location
    Brisbane Australia
    Beans
    285

    Re: Post your .conkyrc files w/ screenshots

    ]Conky with core 2 duo
    Regards
    sharke
    Attached Images Attached Images
    Last edited by sharke; July 20th, 2007 at 03:10 AM.
    Conroe core2 duo 2400 Intel 950G Graphics
    Karmic 32 Bit

  9. #389
    Join Date
    Jan 2005
    Location
    Brisbane Australia
    Beans
    285

    Re: Post your .conkyrc files w/ screenshots

    Oops forgot config
    Sharke

    # conkyrc
    # by Sharke and a lot off help searched via google Thanks to All.
    # sharkenew@bigpond.com
    # Used with conky 1.4.2
    # This config uses lots of helper scripts

    # I likes to start my conky manually
    background no

    # Download from http://www.proggyfonts.com/index.php?menu=download
    use_xft yes
    xftfont ProggyTinyTT:size=8
    xftalpha 1.0

    out_to_console no

    # in seconds
    update_interval 5

    total_run_times 0

    # This makes it transparent in KDE.
    # You MUST set your background using feh in conky or another program
    #${exec feh --bg-scale `dcop kdesktop KBackgroundIface currentWallpaper 1`}
    # which operates on the root window.
    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 100 600

    draw_shades yes
    draw_outline no
    draw_borders no
    draw_graph_borders no

    default_color red
    default_shade_color black
    default_outline_color black

    alignment top_right
    gap_x 10
    gap_y 40

    no_buffers yes
    uppercase no

    cpu_avg_samples 2
    net_avg_samples 2
    override_utf8_locale no

    use_spacer no
    pad_percents 1


    # Scripts used:
    # ip.cgi - on my server, returns my external IP address.
    # weather.sh - Weater.com ./usr/local/bin/weather/weather.sh
    # now_playing.rb - Lists Amarok artist/title /usr/local/bin
    Last edited by sharke; July 20th, 2007 at 03:18 AM. Reason: spelling
    Conroe core2 duo 2400 Intel 950G Graphics
    Karmic 32 Bit

  10. #390
    Join Date
    Jul 2005
    Location
    2 exits past crazy
    Beans
    4,222
    Distro
    Lubuntu 12.10 Quantal Quetzal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by sharke View Post
    ]Conky with core 2 duo
    Regards
    sharke
    That reminds me of the first plasma displays. I used to have to lug around a "portable" computer (30-40lbs) that had a red plasma display that looked sort of like your conky. You haven't lived until you've made a mad dash from terminal to terminal with that monster slung over your back.

Page 39 of 2348 FirstFirst ... 29373839404149891395391039 ... 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
  •