Page 2121 of 2348 FirstFirst ... 1121162120212071211121192120212121222123213121712221 ... LastLast
Results 21,201 to 21,210 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #21201
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Onyxrune View Post
    Did some adjustments to Infinity Conky for my Ubuntu desktop.

    Thought I'd share the screeny.

    Gotta love Ubuntu!
    >>Ubuntu 12.10 / res:1366x768
    Gorgeous!

    Looks like we're scuba diving in outer space.

    Mind if I borrow it?!?!? LoL!



    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  2. #21202
    Join Date
    Jun 2012
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    I'm trying again to make "globweather-sat-map" for us; the usa are big and I need to make a square, then I chosen an area wich is may be not yours...
    http://pix.toile-libre.org/upload/or...1354694273.png
    I've found somethin for Lionhead to display picture of the day in conky with a modifyed perl script...This one can display random images in a folder; then you just have to call it in conky...I'm trying this stuff too.
    http://pix.toile-libre.org/upload/or...1354695406.png

  3. #21203
    Join Date
    Jun 2008
    Beans
    22

    Re: Post your .conkyrc files w/ screenshots

    thanks to stinkeye and vinDSL lua script (suggested by stinkeye) I now have a semi transparent (tranluscent) conku background. Here is my conky and the conkyrc attached. I am using linux mint 13.
    Attached Files Attached Files

  4. #21204
    Join Date
    Jun 2008
    Beans
    22

    Re: Post your .conkyrc files w/ screenshots

    hi VinDSL,
    beautiful conky layout.
    how do I get the time and date display thats on your conky

  5. #21205
    Join Date
    Feb 2011
    Beans
    78

    Re: Post your .conkyrc files w/ screenshots

    Hi guys,

    Just re-worked my conkyrc scrip and wanna know what do you think about it

    PS: GPU section is not displaying values, because there are some conflicts with conky and bumblebee ( Optimus for Linux)

    Cheers !
    Attached Images Attached Images

  6. #21206
    Join Date
    Dec 2012
    Location
    europa
    Beans
    107
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    hey

    I'm posting this here in hopes of getting some help:


    on the follow up of this thread

    http://ubuntuforums.org/showthread.php?p=12404651

    it's obvious that using conky is a much better solution than leaving the terminal open with netstat running.

    I need help because I have been for the last hour trying to setup conky but I'm not skilled enough.



    The idea is to use conky like it was a firewall monitor.


    No faceny things or graphics I just wanted it to display the activity of my wlan0

    like I saw a screenshot of a guy who had his conky display something like:


    firefox connected to 193.23.4.34:80
    some other process connected to 89.23.4.43:80

    this is the best I could come up with, it actually traces the ip

    http://i.imgur.com/99EFL.jpg

    any help/ideas on a conky config that would be like a superior network monitor / wlan0 connection display ????



    thanks in advance
    Last edited by nomenkultur; December 14th, 2012 at 07:43 PM.

  7. #21207
    Join Date
    Sep 2007
    Location
    In here watching you!
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    I have been using the same concky for many years. It is simple, uses very little space, and doesn't detract from the rest of the DE or application effects.

    I hope others can make use of it of modify it for their needs.

    Code:

    Code:
        background yes
        use_xft yes
        xftfont HandelGotD:size=7
        xftalpha 0.5
        update_interval 4.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 145 5
        maximum_width 145
        draw_shades no
        draw_outline no
        draw_borders no
        draw_graph_borders yes
        temperature_unit fahrenheit
       
        default_color grey
        default_shade_color red
        default_outline_color grey
        alignment top_right
        gap_x 12
        gap_y 42
        no_buffers yes
        uppercase no
        cpu_avg_samples 2
        override_utf8_locale yes
    
        TEXT
    ${color 66CCFF}TEMPERATURE $alignr ${acpitemp}  ̊̊ F ${color}
    ${color 666633}SYSTEM ${hr 2} ${color}
    Distro $alignr ${pre_exec cat /etc/issue.net}
    Kernal ${alignr} $kernel
    Hostname $alignr $nodename
    
    CPU1 $alignr ${cpu cpu1}%
    ${cpugraph cpu1 ffcc00 ff0000 -tl}
    CPU2 $alignr ${cpu cpu2}%
    ${cpugraph cpu2 ffcc00 ff0000 -tl}
    CPU3 $alignr ${cpu cpu3}%
    ${cpugraph cpu3 ffcc00 ff0000 -tl}
    CPU4 $alignr ${cpu cpu4}%
    ${cpugraph cpu4 ffcc00 ff0000 -tl}
    
    Mem $alignc $mem/$memmax $alignr $memperc%
    ${color 408080}${membar}${color}
        
    ${color 666633}FILE SYSTEM ${hr 2} ${color}
    "/" ${fs_size /} - ${fs_used /}
    ${color 408080}${fs_bar /}${color}
        
    ${color 666633}PROCESSES $processes ($running_processes running) ${color}
    ${color 666633}${hr 2} ${color}
    ${color 666633}Name $alignr  %      %   
       $alignr pid    cpu   mem${color}
    ${top name 1} 
       $alignr ${top pid 1} ${top cpu 1} ${top mem 1}
    ${top name 2} 
       $alignr ${top pid 2} ${top cpu 2} ${top mem 2}
    ${top name 3} 
       $alignr ${top pid 3} ${top cpu 3} ${top mem 3}
    ${top name 4} 
       $alignr ${top pid 4} ${top cpu 4} ${top mem 4}
    ${top name 5} 
       $alignr ${top pid 5} ${top cpu 5} ${top mem 5}
        
    ${color 666633}NETWORK ${hr 2} ${color}
    ${if_existing /sys/class/net/wlan0/operstate up}Wireless Network:
    LAN IP ${alignr}  wlan0 ${addr wlan0}
    Inbound $alignr ${downspeed wlan0}/s
    ${downspeedgraph wlan0 ffcc00 ff0000 -tl}
    Outbound $alignr ${upspeed wlan0}/s
    ${upspeedgraph wlan0 ffcc00 ff0000 -tl}
    ${endif}
    ${if_existing /sys/class/net/eth0/operstate up}Wired Network:
    LAN IP ${alignr}  eth0 ${addr eth0}
    Inbound $alignr ${downspeed eth0}/s
    ${downspeedgraph eth0 ffcc00 ff0000 -tl}
    Outbound $alignr ${upspeed eth0}/s
    ${upspeedgraph eth0 ffcc00 ff0000 -tl}
    ${endif}
    Attached Images Attached Images
    Last edited by Old_Grey_Wolf; December 14th, 2012 at 11:54 PM.
    Use whatever OS or desktop works for you. Dual boot or use VMs if you want. Backup your computer regularly, and definitely before upgrading, partitioning, or installing an OS.

    No support requests by PM please.

  8. #21208
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by pressko View Post
    Hi guys,

    Just re-worked my conkyrc scrip and wanna know what do you think about it

    PS: GPU section is not displaying values, because there are some conflicts with conky and bumblebee ( Optimus for Linux)

    Cheers !
    Interesting - are those a semi-transparent image in the conky?

  9. #21209
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by nomenkultur View Post
    any help/ideas on a conky config that would be like a superior network monitor / wlan0 connection display ????

    thanks in advance
    Take a look at Old_Grey_Wolf's conky. It's simple and a good way to start.

    Make sure you have conky-all installed.

    copy and paste Old_Grey_Wolf's conky to:

    Code:
    ~/.conkyrc
    and if you don't have a quad core delete the parts you don't need.

    and start it in a terminal with
    Code:
    conky
    OldGreyWolf has has a way to read wlan0 and eth0 so it will find your wlan0 setup.

    You may have a problem with the "HandelGotD" font - if you don't have it, get it and install it.

    Any questions just ask.

  10. #21210
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Old_Grey_Wolf View Post
    I have been using the same concky for many years. It is simple, uses very little space, and doesn't detract from the rest of the DE or application effects.

    I hope others can make use of it of modify it for their needs.
    That nice, simple, elegant and does what it's meant to do.

    Mine get really complicated ... and changes often

    KUDOS!

    A week or so ago ...


    Today it's this ... (under conscruction)

Page 2121 of 2348 FirstFirst ... 1121162120212071211121192120212121222123213121712221 ... 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
  •