Page 115 of 2348 FirstFirst ... 15651051131141151161171251652156151115 ... LastLast
Results 1,141 to 1,150 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #1141
    Join Date
    May 2007
    Location
    Washington
    Beans
    911

    Re: Post your .conkyrc files w/ screenshots

    1. That'd take more usage than would be worth it.
    2. From mine:
    Code:
     Power: ${color1}${battery_percent}%${color}  |  AC: ${color1}${acpiacadapter}${color}
    3. No idea.
    4. Yup.
    5. No luck for the icons. But who wants icons on their desk anyways?

    My conky coming soon.

    Code:
    +--XMMS
    |    |
    |   +--Status: ${execi 1 cat /tmp/xmms-info | grep Status: | cut -d ":" -f2} 
    |   +--Artist: ${execi 1 xmmsctrl title | cut -d "-" -f1}
    |   +--Song : ${execi 1 xmmsctrl title | cut -d "-" -f2}
    |   +--Time : ${execi 1 xmmsctrl print %m%n} ( ${execi 1 xmmsctrl print %M%n})
    Then put this script in some random folder:
    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
    Then do
    Code:
    sudo apt-get install xmms-infopipe
    Then under the xmms settings turn the info pipe on. You might have to make the script executable. If so:

    Code:
    sudo chmod 755 /PATH/TO/SCRIPT

  2. #1142
    Join Date
    May 2007
    Location
    Washington
    Beans
    911

    Re: Post your .conkyrc files w/ screenshots

    Code:
    #avoid flicker
    double_buffer yes
    
    #own window to run simultanious 2 or more conkys
    own_window  no
    own_window_transparent yes
    own_window_type normal
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager 
    
    background true
    
    #borders
    draw_borders no
    border_margin 3
    
    #shades
    draw_shades no
    
    #position
    gap_x 3
    gap_y 3
    alignment top_left
    
    #behaviour
    update_interval 1
    
    #colour
    default_color  000000
    color1 383838
    own_window_colour 080808
    
    #font
    use_xft yes
    xftfont UnBatang:pixelsize=12
    
    #to prevent window from moving
    use_spacer no
    #minimum_size 1268 0
    
    #mpd
    mpd_host localhost
    mpd_port 6600
    
    minimum_size 1280 5
    maximum_width 1280 30
    
    TEXT
    ${alignc}${font OpenLogos:size=20}B ${font}${voffset -10}Cpu1: ${color1}${cpu cpu1}%${color}  |  Cpu2: ${color1}${cpu cpu2}%${color}  |  Mem: ${color1}${memperc}%${color}  |  Up: ${color1}${upspeed wlan0}kb/s${color}  |  Down: ${color1}${downspeed wlan0}kb/s${color}  |  Power: ${color1}${battery_percent}%${color}  |  AC: ${color1}${acpiacadapter}${color}  |  Wireless: ${color1}${wireless_link_qual_perc wlan0}${color}
    ${alignc}Mpd: ${color1}${mpd_status}${color}  |  Date: ${color1}${time %a,} ${time %B %e}${color}  |  Time: ${color1}${time %l:%M}${color}  |  GMail: ${color1}${execi 300 python ~/.scripts/gmail.py} message{s)${color}
    Attached Images Attached Images

  3. #1143
    Join Date
    Sep 2005
    Location
    Orlando FL
    Beans
    99
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Cammy View Post
    Cool wood-like wallpaper.
    Thanks I have no Idea where I got it from but if you want a copy IM me
    | Better to be a geek than an idiot! | Ubuntu user num # 15259 | Linux user # 422921 |

  4. #1144
    Join Date
    Oct 2007
    Beans
    26

    Re: Post your .conkyrc files w/ screenshots

    hello,

    on this code :

    Code:
    ${alignc}${color #FF0000}$sysname kernel $kernel
    ${alignc}${color #FF0000}${exec cat /etc/issue.net} on $machine host $nodename
    
    ${color #FF0000}${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'} ${color #FFFFFF} ${freq_dyn}Mhz
    ++${color #FF0000}Current CPU usage & temp:${color #FFFFFF} ${cpu}%${color #FFFFFF}, ${color #FFFFFF}${acpitemp}C ${color #FFFFFF}/${color #FFFFFF} ${acpitempf}F
    I have 2 this:



    How to remove to it first line?

    THX
    Acer Aspire 9305 AWSMI
    Ubuntu 7.10 - Gutsy Gibbon

  5. #1145
    Join Date
    Nov 2007
    Location
    USA-ish
    Beans
    206
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Post your .conkyrc files w/ screenshots

    Ok this is really odd. Today I made a few color/font/positioning changes to my conky, and went on to do something else. Well, I now notice that my conky is eating up 35%+ of my CPU, which is (obviously) unacceptable.

    What on earth would cause it to be so CPU intensive?!

  6. #1146
    Join Date
    Nov 2006
    Location
    40.31996,-80.607213
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    PurposeOfReason, how did you get the wireless one in your conky?
    I added the following line, but it's acting like it doesn't recognize the function:
    Code:
    ${offset 240}${color slate grey}Wireless: ${color }${wireless_link_qual_perc ath0}${color }
    Any Ideas ?
    "Security lies within the user of who runs the system. Think smart, live safe." - Dr Small
    Linux User #441960 | Wiki: DrSmall

  7. #1147
    Join Date
    Nov 2007
    Location
    USA-ish
    Beans
    206
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Dr Small View Post
    PurposeOfReason, how did you get the wireless one in your conky?
    I added the following line, but it's acting like it doesn't recognize the function:
    Code:
    ${offset 240}${color slate grey}Wireless: ${color }${wireless_link_qual_perc ath0}${color }
    Any Ideas ?
    ${wireless_link_qual_perc ath0} works fine on my laptop, FWIW.

  8. #1148
    Join Date
    May 2007
    Location
    Washington
    Beans
    911

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Dr Small View Post
    PurposeOfReason, how did you get the wireless one in your conky?
    I added the following line, but it's acting like it doesn't recognize the function:
    Code:
    ${offset 240}${color slate grey}Wireless: ${color }${wireless_link_qual_perc ath0}${color }
    Any Ideas ?
    Is your wireless connection up and running and does your computer recgonize that ath0 is a wireless connection?

  9. #1149
    Join Date
    Nov 2007
    Location
    USA-ish
    Beans
    206
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Cammy View Post
    Ok this is really odd. Today I made a few color/font/positioning changes to my conky, and went on to do something else. Well, I now notice that my conky is eating up 35%+ of my CPU, which is (obviously) unacceptable.

    What on earth would cause it to be so CPU intensive?!
    Well I figured out my own problem. The "StyleBats" font was the culprit, and as soon as I removed all my fancy symbols for everything, conky was back to normal.

    I wonder if others have had this issue.

  10. #1150
    Join Date
    Nov 2006
    Location
    40.31996,-80.607213
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by PurposeOfReason View Post
    Is your wireless connection up and running and does your computer recgonize that ath0 is a wireless connection?
    Yes. Wireless is up 100% of the time, and ath0 is my device. So I don't know why it isn't working... I'm on a desktop, and not a laptop, if that matters though (which it shouldn't, I thought)


    Edit, I got it to work. Here is what I used:
    Code:
    Connection: ${color }${linkstatus ath0}%${color }
    Last edited by Dr Small; December 24th, 2007 at 12:58 AM.
    "Security lies within the user of who runs the system. Think smart, live safe." - Dr Small
    Linux User #441960 | Wiki: DrSmall

Page 115 of 2348 FirstFirst ... 15651051131141151161171251652156151115 ... 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
  •