Page 160 of 2348 FirstFirst ... 601101501581591601611621702102606601160 ... LastLast
Results 1,591 to 1,600 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #1591
    Join Date
    Jul 2006
    Beans
    809
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    I am going to have to get on the ball with my weather script, so that it outputs everything the xslt version does, but in a much simpler way.

  2. #1592
    Join Date
    Dec 2007
    Beans
    196

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    Done
    Thanks Bruce for all your work. I don't know about you, but I gotta take a break and give my mind a rest. Will come back tomorrow with fresh perspective.

    Our biggest problem is always the one we are experiencing at the moment.

  3. #1593
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by lvleph View Post
    I am going to have to get on the ball with my weather script, so that it outputs everything the xslt version does, but in a much simpler way.
    If you did that I'd only be running 1 conky.
    I'd incorporate the weather.pl into my conkymain
    I'm still watching Conky Weather Revisited V2

  4. #1594
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by aonegodman View Post
    Thanks Bruce for all your work. I don't know about you, but I gotta take a break and give my mind a rest. Will come back tomorrow with fresh perspective.

    OK, see you tomorrow.
    Good Dreams
    Bruce

  5. #1595
    Join Date
    Dec 2007
    Beans
    196

    Re: Post your .conkyrc files w/ screenshots

    One more time . . . .

    Thanks to Salpiche for the following corrected ./.startconky script:


    Code:

    #!/bin/bash
    sleep 20
    conky -c ~/.conkyscripts/conkymain &
    sleep 3
    conky -c ~/.conkyscripts/conkyweather &
    exit

    This executed the original scripts that Bruce M. and I have spent so many hours on today. I will try and send a screenshot next.

    Bruce - I will start on Phase 2 tomorrow. Thanks again to all. =D>
    Our biggest problem is always the one we are experiencing at the moment.

  6. #1596
    Join Date
    Dec 2007
    Beans
    196

    Re: Post your .conkyrc files w/ screenshots

    Here's my desktop -

    Let's try that again:
    Attached Images Attached Images
    Last edited by aonegodman; January 22nd, 2008 at 04:33 AM.
    Our biggest problem is always the one we are experiencing at the moment.

  7. #1597
    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 aonegodman View Post
    Here's my desktop -

    Let's try that again:
    Glad it worked! Awesome!
    | Better to be a geek than an idiot! | Ubuntu user num # 15259 | Linux user # 422921 |

  8. #1598
    Join Date
    May 2007
    Location
    Cyprus
    Beans
    64
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Post your .conkyrc files w/ screenshots // Idea!!!

    I've read a couple of posts from this thread, and I have to say I'm impressed! But the configuration seems kinda complex for a noob, wouldn't be nice to maybe post a small gui where all features become modular? Like I can check on "weather", "system resources" and "rss", maybe select a couple of "theme colors" and a conkyrc would be automatically generated?

    I'm just saying, this conky looks really powerful and it could easily be evolved into a more static "widget" platform for less experienced users.

  9. #1599
    Join Date
    Jul 2006
    Beans
    1,152

    Re: Post your .conkyrc files w/ screenshots // Idea!!!

    I rarely use conky for more than to display the time and date, but here is a recent experiment of mine. Conky displays the date and time, cpu and mem percentages, upload and download speeds and what mpd is playing.

    Here is what it looks like (at the bottom of the screen):



    Here is my conkyrc:
    background yes
    use_xft yes
    xftfont Sans:size=10

    xftalpha 0.8
    update_interval 2
    double_buffer yes

    own_window no
    own_window_transparent yes
    own_window_type normal
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    stippled_borders 0
    border_margin 1
    border_width 1
    default_color 0b093a
    default_outline_color a6b38d

    alignment top_left
    gap_x 75
    gap_y 7

    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 2
    override_utf8_locale no

    use_spacer no
    maximum_width 1000
    minimum_width 890

    TEXT
    ${font Sans:bold:size=10}${exec date "+%A, %e %B"} - ${time %H :%M} ${font Sans:bold:size=10}cpu: $font${cpu}% ${font Sans:bold:size=10}mem: $font $memperc% ${font}${downspeed eth0} Kb/s ${font Sans:bold:size=10}down $font ${upspeed eth0} Kb/s ${font Sans:bold:size=10}up ${if_running mpd} ${alignr}${font Sans:bold:size=10}$mpd_artist - $font ${mpd_title 8} $font${mpd_bar 7, 100} ${font Sans:bold:size=10}$mpd_elapsed / $mpd_length

  10. #1600
    Join Date
    Dec 2007
    Beans
    196

    Re: Post your .conkyrc files w/ screenshots // Idea!!!

    Quote Originally Posted by zeusalmighty View Post
    I've read a couple of posts from this thread, and I have to say I'm impressed! But the configuration seems kinda complex for a noob, wouldn't be nice to maybe post a small gui where all features become modular? Like I can check on "weather", "system resources" and "rss", maybe select a couple of "theme colors" and a conkyrc would be automatically generated?

    I'm just saying, this conky looks really powerful and it could easily be evolved into a more static "widget" platform for less experienced users.
    But then that would spoil the whole point of this adventure.

    I mean it's the thrill of the hunt, the challenge, the same stuff of Star Trek!!!!

    "To seek out . . . . to go beyond". To Learn.
    Our biggest problem is always the one we are experiencing at the moment.

Page 160 of 2348 FirstFirst ... 601101501581591601611621702102606601160 ... 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
  •