Page 463 of 2348 FirstFirst ... 3634134534614624634644654735135639631463 ... LastLast
Results 4,621 to 4,630 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #4621
    Join Date
    Aug 2007
    Location
    Belgium
    Beans
    176
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by etnlIcarus View Post
    Could use some help, guys.



    Bottom right corner: how do I make RSS right-align properly?
    ~/.scripts/FeedReaderAndParser.sh
    Code:
    #!/bin/bash
    curl -s --connect-timeout 30 http://www.abc.net.au/news/indexes/world/rss.xml | grep -o '<title>.*' | head -n 7 | tail -n 5 | sed -e 's/<title>/${alignr -5}/g' | sed -e 's/<\/title>//g'
    You'll have to play with the head and tail values to increase the number of shown titles, but the head value has to be the tail value increased by 2. The value has to be applied to make the last unknown character (some $us50 at the end of each right aligned line) not to be displayed...

    conky
    Code:
    ${execpi 60 ~/.scripts/FeedReaderAndParser.sh}
    Try this , could have some positive results...
    El Belgicano
    -----------------
    Laptop: 5 years old Asus M6N (ATI9600/9700 graphics, 512Mb RAM, Intel Mobile 1.66GHz, 60Gb HDD) running 10.04-Lucid Lynx pretty nicely.

  2. #4622
    Join Date
    Oct 2007
    Beans
    181

    Re: Post your .conkyrc files w/ screenshots

    Gentlemen and Ladies - it has been far too long!

    I remember helping Bruce M. out with some of his conky setups probably a year or so ago! My, how time flies lol.


    I've forgotten most (if not all) of my conky variables, but rest assured; I shall be returning with a killer setup soon!

    -TG
    The views expressed in this post belong to Tristam Green and do not represent the views of any other entity, foreign or domestic, as long as you both shall live, Amen.
    OMG! Cheesecake! | Fuduntu - catch the fever!

  3. #4623
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Tristam Green View Post
    Gentlemen and Ladies - it has been far too long!

    I remember helping Bruce M. out with some of his conky setups probably a year or so ago! My, how time flies lol.


    I've forgotten most (if not all) of my conky variables, but rest assured; I shall be returning with a killer setup soon!

    -TG
    Hi Tristam,

    Long time no see. How are you? Where have you been?
    Yup, almost a year now, my first post was 24 Dec, 2007 (Page 116 if anyone is interested) and I lived here, and dominated the thread with Conky 101 type questions, for a couple of weeks. Had been using Linux for 5 months and was a green behind the ears (still am in many ways).

    But now, conky is my way of helping the Ubuntu Community. My way of saying "Thanks" to my mentors from last year.

    Good to see you again.
    Chimo!
    Bruce

  4. #4624
    Join Date
    Sep 2006
    Location
    Minsk, Belarus
    Beans
    206

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by El_Belgicano View Post
    ~/.scripts/FeedReaderAndParser.sh
    Code:
    #!/bin/bash
    curl -s --connect-timeout 30 http://www.abc.net.au/news/indexes/world/rss.xml | grep -o '<title>.*' | head -n 7 | tail -n 5 | sed -e 's/<title>/${alignr -5}/g' | sed -e 's/<\/title>//g'
    You'll have to play with the head and tail values to increase the number of shown titles, but the head value has to be the tail value increased by 2. The value has to be applied to make the last unknown character (some $us50 at the end of each right aligned line) not to be displayed...

    conky
    Code:
    ${execpi 60 ~/.scripts/FeedReaderAndParser.sh}
    Try this , could have some positive results...
    For some reason the ${alignr} in the script screws up the number of lines, limiting the feed to 4 or 5 lines. I tried another RSS script I found online and when I added ${alignr) in the appropriate sed line, it began having the same difficulty.

    Code:
    #!/bin/bash
     # RSS Feed Display Script by Hellf[i]re v0.1
    #
    # This script is designed for most any RSS Feed. As some feeds may not be
    # completely compliant, it may need a bit of tweaking
    #
    # This script depends on curl.
    # Gentoo: emerge -av net-misc/curl
    # Debian: apt-get install curl
    # Homepage: http://curl.haxx.se/
    #
    # Usage:
    # .conkyrc: ${execi [time] /path/to/script/conky-rss.sh}
    #
    # Usage Example
    # ${execi 300 /home/youruser/scripts/conky-rss.sh}
    
    #RSS Setup
    URI=http://www.abc.net.au/news/indexes/world/rss.xml #URI of RSS Feed
    LINES=10 #Number of headlines
    
    #Environment Setup
    EXEC="/usr/bin/curl -s" #Path to curl
    
    #Work Start
    $EXEC $URI | grep title |\
    sed -e :a -e 's/<[^>]*>/${alignr}/g;/</N' |\
    sed -e 's/[ \t]*//' |\
    sed -e 's/\(.*\)/ \1/' |\
    sed -e 's/\.//' |\
    sed -e 's/\"//' |\
    sed -e 's/\"//' |\
    sed -e 's/\"//' |\
    head -n $(($LINES + 2)) |\
    tail -n $(($LINES))
    
    
    #curl -s --connect-timeout 30 http://www.abc.net.au/news/indexes/world/rss.xml | grep -o '<title>.*' | head -n 7 | tail -n 5 | sed -e 's/<title>/${alignr -2}/g' | sed -e 's/<\/title>//g'

  5. #4625
    Join Date
    Jul 2008
    Location
    Canberra, AUSTRALIA
    Beans
    22
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by backupdevice View Post
    ok thanks, will try again .....

    i already tried it with Sudo and without, still get the same error, cant open window.

    I also eddited the conky file on the server als normal user and as root.
    How did you go? Is it working now.....

  6. #4626
    Join Date
    Mar 2006
    Location
    in my house
    Beans
    29
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by champs View Post
    How did you go? Is it working now.....

    Well, right now i'm rebuilidng my server. Its was a small case with to much hdd's , so i bought a bigger case. I wil reinstall tomorrow and let you know.

    Thx for asking

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

    Re: Post your .conkyrc files w/ screenshots

    I figured I'd throw in a screenshot of my latest.

    Desktop: Quantal on Core2 Duo E8500/Asus P5Q
    Laptop: Precise on S76 Pangolin

  8. #4628
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Cammy View Post
    I figured I'd throw in a screenshot of my latest.
    Nice ... like the background too!
    Chimo!
    Bruce

  9. #4629
    Join Date
    Sep 2008
    Beans
    40
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Post your .conkyrc files w/ screenshots

    Anyone have a nice horizontal conky(two lines maybe) they would like to share? Thanks.
    Last edited by Zachx65; November 22nd, 2008 at 04:33 AM.

  10. #4630
    Join Date
    Sep 2006
    Location
    Minsk, Belarus
    Beans
    206

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Zachx65 View Post
    Anyone have a nice horizontal conky(two lines maybe) they would like to share? Thanks.
    Code:
    background yes
    
    use_xft yes
    # xft font when Xft is enabled
    xftfont LucidaMacBold:size=7
    override_utf8_locale yes
    
    # Text alpha when using Xft
    xftalpha 1
    
    update_interval 1
    draw_shades no
    draw_outline yes
    draw_borders no
    stippled_borders no
    border_margin 0
    border_width 1
    default_color BFFFB7 #3FB2C1 #CFE5D3 #BFFFB7 #B1B1B1 #FF8086 #61FFE2 #7EFFF7 #7EB6FF #BAF5FF #BFFFB7 #FFF2E6 #9DFFDD #B599FF 
    default_shade_color ffffff
    default_outline_color 252525
    own_window yes
    own_window_transparent no
    own_window_type dock
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager,above
    own_window_colour 121212
    alignment bottom_middle
    gap_x 0
    gap_y -2
    no_buffers yes
    uppercase no
    double_buffer yes
    use_spacer none
    minimum_size 730 0
    mail_spool $HOME/Maildir/
    
    #${voffset -15}${font size=8}${font}
    
    TEXT
    ${voffset -1}${goto 10}${color bfbfbf}72gb: ${fs_bar 5,18 /} ${fs_used_perc /}% ${goto 90}75gb: ${fs_bar 5,18 /media/windows_drive} ${fs_used_perc /media/windows_drive}%${goto 170}10gb: ${fs_bar 5,18 /media/shared_drive} ${fs_used_perc /media/shared_drive}%${goto 245}|${goto 260}d: ${downspeed eth0}Kb/s${goto 310}${color 909090}(${totaldown eth0})${color bfbfbf}${goto 380}u: ${upspeed eth0}Kb/s ${goto 430}${color 909090}(${totalup eth0})${color bfbfbf}${goto 495}|${goto 510}cpu: ${cpugraph 5,18} ${cpu}%${goto 585}ram: ${membar 5,18} ${memperc}%${goto 660}swap: ${swapbar 5,18} ${swapperc}%


    Good enough?

Page 463 of 2348 FirstFirst ... 3634134534614624634644654735135639631463 ... 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
  •