Page 316 of 2348 FirstFirst ... 2162663063143153163173183263664168161316 ... LastLast
Results 3,151 to 3,160 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #3151
    Join Date
    Apr 2007
    Location
    Croatia/Sinj
    Beans
    2
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Post your .conkyrc files w/ screenshots

    Could you share your wallpaper?
    Thanks

  2. #3152
    Join Date
    Sep 2007
    Location
    Pteleos Greece
    Beans
    408
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Lostincyberspace View Post
    Has any one used the built in pop3 or Imap commands in conky, for use with gmail. If no one knows this then I will make a how to on how to use this function.
    please do , thanks

    "Computers are like air conditioners, when you open WINDOW$ they stop working."
    Όσο ζώ μαθαίνω ...
    If Microsoft ever does applications for Linux it means I've won.
    Linus Torvalds

  3. #3153
    Join Date
    Jul 2008
    Location
    On the Moon
    Beans
    19
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Post your .conkyrc files w/ screenshots

    i forgot posting mine after it was done
    i kept reading this post for days and days till its all in my head now
    big thanks to all you guys
    here's mine
    got the base from gnome-look,but had to tweak around it abit,works fine with compiz on ati mobility
    Code:
    background yes
    use_xft yes
    xftfont HandelGotD:size=9
    xftalpha 0.5
    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 200 5
    maximum_width 265
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders yes
    default_color black
    default_shade_color red
    default_outline_color green
    alignment top_right
    gap_x 12
    gap_y 48
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    override_utf8_locale no
    
    TEXT
    ${color red}$alignc$nodename
    ${color red}$alignc$sysname $kernel
    ${color black}$stippled_hr
    ${color}${font StyleBats:size=18}P${font} Uptime $alignr $uptime
    ${font StyleBats:size=18}X${font} Load $alignr $loadavg
    ${font StyleBats:size=18}V${font} LAN $alignr ${color}${addr eth0}
    ${font StyleBats:size=18}T${font} $processes processes ($running_processes running)
    
    ${font PizzaDude Bullets:size=16}N${font} ${color black}Highest CPU:
    ${top name 1} $alignr${top cpu 1}
    ${top name 2} $alignr${top cpu 2}
    ${top name 3} $alignr${top cpu 3}
    
    ${font PizzaDude Bullets:size=16}O${font} ${color black}Highest MEM:
    ${top_mem name 1} $alignr${top_mem mem 1}
    ${top_mem name 2} $alignr${top_mem mem 2}
    ${top_mem name 3} $alignr${top_mem mem 3}
    ${color black}$stippled_hr
    ${color red}$alignc System
    ${color}${font StyleBats:size=18}A${font} CPU $alignr ${cpu cpu0}%
    ${cpubar cpu0}
    
    ${font PizzaDude Bullets:size=16}J${font} MEM $alignr $mem / $memmax
    $membar
    
    ${font StyleBats:size=18}F${font} ROOT   $alignc ${fs_free_perc /}% $alignr Used:${fs_used /}
    ${fs_bar /}
    
    ${font StyleBats:size=18}G${font} Backup $alignc ${fs_free_perc /media/WD-Backup}% $alignr Used:${fs_used /media/WD-Backup}
    ${fs_bar /media/WD-Backup}
    
    ${font StyleBats:size=18}B${font} swap $alignc $swap / $swapmax $alignr $swapperc%
    ${swapbar}
    
    ${color red}$alignc Networking
    ${color}${font PizzaDude Bullets:size=16}r${font} Down:${color} $alignr ${downspeed eth0} k/b${color} ${offset 80}
    ${font PizzaDude Bullets:size=16}v${font} Up:${color} $alignr ${upspeed eth0} k/b ${offset 80}
    
    Total Download: $alignr${totaldown eth0}
    Total Uploaded: $alignr${totalup eth0}
    ${if_running rhythmbox}
    ${color red}$alignc RhythmBox
    ${color}Artist: ${exec rhythmbox-client --no-start --print-playing-format %aa}
    Title:  ${exec rhythmbox-client --no-start --print-playing-format %tt}
    Album:  ${exec rhythmbox-client --no-start --print-playing-format %at}
    ${endif}
    ${color red} $alignc ${execi 3600 python ~/scripts/conkyForecast.py --location=BAXX0001 --datatype=CN --refetch}
    ${color} Conditions: $alignr ${execi 3600 python ~/scripts/conkyForecast.py --location=BAXX0001 --datatype=CC}
    $alignc ${font Weather:size=36}${execi 3600 python ~/scripts/conkyForecast.py --location=BAXX0001 --datatype=WF}${font}
    Temperature: $alignr ${execi 3600 python ~/scripts/conkyForecast.py --location=BAXX0001 --datatype=HT}
    Attached Images Attached Images
    Last edited by Aiman; August 3rd, 2008 at 03:36 PM.

  4. #3154
    Join Date
    Feb 2006
    Location
    ~/Leicester
    Beans
    1,159
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Can someone paste the script for a newsticker add on I can pinch?

    Please. Plain text only.
    I <3 ROX!

    Zimbo, zimbo, zimbo, zimbo, zimbo
    Zimbo, zimbo, zimbo, zimbo, zimbo

  5. #3155
    Join Date
    Feb 2006
    Location
    ~/Leicester
    Beans
    1,159
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Oh, yeah, and...
    Attached Images Attached Images
    I <3 ROX!

    Zimbo, zimbo, zimbo, zimbo, zimbo
    Zimbo, zimbo, zimbo, zimbo, zimbo

  6. #3156
    Join Date
    Jun 2007
    Location
    Timisoara, Romania
    Beans
    285

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by aymaraceci View Post
    Here you have my .conkyrc

    Code:
    <.conkyrc_here>
    I left you my screenshot

    Thanks to everyone here...

    BTW... anyone knows how to add what im listening from Exaile???

    Thanks!!
    with
    Code:
    ${exec exaile --get-title}
    for example you can make Conky show what you're listening to in Exaile

    You can do the same with other infos... for details on Exaile commands run
    Code:
    exaile -h
    in the terminal and check them out yourself.

    now could you pleeeease share that wallpaper
    First they ignore you...
    Then they laugh at you...
    Then they fight you...
    And then you win!

  7. #3157
    Join Date
    Jun 2007
    Location
    Timisoara, Romania
    Beans
    285

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by aymaraceci View Post
    Here you have my .conkyrc

    Code:
    <.conkyrc_here>
    I left you my screenshot

    Thanks to everyone here...

    BTW... anyone knows how to add what im listening from Exaile???

    Thanks!!
    with
    Code:
    ${exec exaile --get-title}
    for example you can make Conky show what you're listening to in Exaile


    EDIT: Sorry for the double post ... my network is F***** UP for the moment...

    You can do the same with other infos... for details on Exaile commands run
    Code:
    exaile -h
    in the terminal and check them out yourself.

    now could you pleeeease share that wallpaper
    Last edited by RebounD11; August 3rd, 2008 at 05:08 PM. Reason: Furcking internet connection
    First they ignore you...
    Then they laugh at you...
    Then they fight you...
    And then you win!

  8. #3158
    Join Date
    Jul 2008
    Location
    Mendoza, Argentina
    Beans
    3
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Post your .conkyrc files w/ screenshots

    Hi RebounD11

    Thanks for your help!

    The great wallpaper i use is from Deviantart, its called ONE PLANET REVISITED by harajukumatt

    Link to download it

    Its a really nice one... so dont forget to thanks to the artist

    Thanks a lot for your help.

    Byes!

  9. #3159
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by PurposeOfReason View Post
    The "final" version. I can't fit much more as only two gCal events will fit when I have them just perfectly.
    NICE! I like that.
    Bruce

  10. #3160
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Lostincyberspace View Post
    Has any one used the built in pop3 or Imap commands in conky, for use with gmail. If no one knows this then I will make a how to on how to use this function.
    And why is it that I can only find perl that does gmail for conky? Why not python like most extensions of conky are made in?

    Just some questions I have been wondering about and would like to know the answers too. And I do realise that the real reason for every one using perl for gmail is that one person has already done it and the rest are to lasy or preoccupied or etc. to be able to do it..
    One Python script for POP3 or IMAP Email: Conky SSL Email Python Script

Page 316 of 2348 FirstFirst ... 2162663063143153163173183263664168161316 ... 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
  •