Page 1195 of 2348 FirstFirst ... 1956951095114511851193119411951196119712051245129516952195 ... LastLast
Results 11,941 to 11,950 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #11941
    Join Date
    Dec 2008
    Location
    The Desert
    Beans
    281
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Despot Despondency View Post
    I know it's a bit rough. I just have a couple of questions

    1) How can I align the entries in the processes section?

    2) How do I make the conky transparent?
    Conky Hardcore also has a tutorial on ${goto}'s if you are confused.
    I'm a super power user

  2. #11942
    Join Date
    Jan 2010
    Location
    UK
    Beans
    27
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Post your .conkyrc files w/ screenshots

    Hi

    I like conky! Mine is attached - largely unchanged from an earlier one in this thread. (I've not got around to setting up weather yet.)

    I have one question around it.

    $memperc$ seems to give the memory usage including the cache. I have a pretty big cache (0.25G), so it's slightly misleading. Is there any in-built command that gives the lower figure of memory usage net of the cache?

    I could create a home-made command such as:
    Code:
    ${execi 30 free -m |grep "-/+ buffers" | cut -c(suitable character count)}$
    but I wondered if there was anything per-built I could use.
    [IMG]file:///tmp/moz-screenshot.png[/IMG]
    Attached Images Attached Images

  3. #11943
    Join Date
    Aug 2008
    Location
    florida
    Beans
    28
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dogbert176 View Post
    Of course!
    Here you go - you'll have to edit the scripts to make them work for your setup.

    Credits go of course to the original authors.
    Thanks man... i love u already.

  4. #11944
    Join Date
    Jan 2008
    Beans
    23

    Re: Post your .conkyrc files w/ screenshots

    Just finished modifying one of my own. Took some work but I figured it out. Enjoy.

    Code:
    own_window yes
    own_window_hints undecorated,below,skip_taskbar
    background no
    double_buffer yes
    use_spacer yes
    use_xft yes
    update_interval 2.5
    minimum_size 200 5
    maximum_width 270
    draw_shades yes
    draw_outline no
    draw_borders no
    draw_graph_borders yes
    uppercase no
    border_margin 4
    border_width 1
    default_color white
    default_shade_color black
    default_outline_color white
    own_window_transparent yes
    alignment top_right
    gap_x 10
    gap_y 15
    override_utf8_locale no
    xftfont Terminus:size=8
    #xftalpha 0.8
    # ${execi 60 cal -3 | cut -c23-64}
    
    
    
    TEXT
    ${color }${time %a, %B %e, %G}${alignr}${time %R %Z}
    ${color lightgrey}System uptime:${alignr}${color #ddaa00}${uptime_short}
    
    ${color }Ubuntu 9.10 Karmic Koala
    ${alignr}${kernel}${machine}
    
    ${color slate grey}Processor: ${alignr}${color }${execi 1000 cat /proc/cpuinfo | grep "model name" | cut -c14-36}
    ${color lightgrey}${tab 20}Freqency: ${color }${freq_g cpu0}Ghz
    ${color lightgrey}${tab 20}Load: ${color #ddaa00}${cpu}% ${alignr }${color }${cpubar 6,175}
    ${color lightgrey}${tab 20}Processes Running: ${color }${running_processes}
    ${color lightgrey}${tab 20}Processes Sleeping: ${color }${processes}
    
    ${color lightgrey}${tab 20}Top CPU Processes: $alignr CPU%
    ${color #ddaa00}${tab 40}${top name 1}$alignr${top cpu 1}
    ${color }${tab 40}${top name 2}$alignr${top cpu 2}
    ${color }${tab 40}${top name 3}$alignr${top cpu 3}
    
    ${color slate grey}Memory:
    ${color }${tab 20}Real: ${memmax} total / ${mem} in use
    ${color lightgrey}${tab 20}Used: ${color #ddaa00}${memperc}% ${alignr}${color }${membar 6,175}
    ${color }${tab 20}Swap: ${swapmax} total / ${swap} in use
    ${color lightgrey}${tab 20}Used: ${color #ddaa00}${swapperc}% ${alignr}${color }${swapbar 6,175}
    
    ${color lightgrey}${tab 20}Top Memory Processes: $alignr MEM%
    ${color #ddaa00}${tab 40}${top_mem name 1}$alignr${top_mem mem 1}
    ${color }${tab 40}${top_mem name 2}$alignr${top_mem mem 2}
    ${color }${tab 40}${top_mem name 3}$alignr${top_mem mem 3}
    ${color }${tab 40}${top_mem name 4}$alignr${top_mem mem 4}
    ${color }${tab 40}${top_mem name 5}$alignr${top_mem mem 5}
    
    ${color slate grey}Disk: ${color }/dev/hda3 Linux (ext3)
    ${color lightgrey}${tab 20}Total: ${color }${fs_size}
    ${color lightgrey}${tab 20}Used: ${color }${fs_used}${color lightgrey}${alignr}Available: ${color }${fs_free}
    ${color lightgrey}${tab 20}Free: ${color #ddaa00}${fs_free_perc}% ${tab 45}${color }${alignr}${fs_bar 6,175}
    
    ${color slate grey}Network:
    ${color lightgrey}${tab 20}IP: ${color }${addr eth0}
     
    Down: $color${downspeed eth0} k/s ${alignr}Up: ${upspeed eth0} k/s
    ${downspeedgraph eth0 25,125 000000 ff0000} ${alignr}${upspeedgraph eth0 
    25,125 000000 00ff00}$color
    
    Total: ${totaldown eth0} ${alignr}Total: ${totalup eth0}
    Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768 
    61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}
    
    ${color slate grey}Calendar:
    
    ${alignc}${color lightgrey}${font DejaVu Sans Mono :size=8}${execi 60 cal -3 | cut -c23-64} $font
    Attached Images Attached Images

  5. #11945
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by iceman600 View Post
    Thanks man... i love u already.
    OH OH ... a budding online relationship!!

    Music maestro! me, I'll just along!

    Have a nice day.
    Bruce

  6. #11946
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by iceman600 View Post
    every datatype on the template?! OMG its too many lol.
    need to start now.

    thanks for your help
    CHEAT!!!!!!!!!!!!

    Use it on the command line:

    Code:
    ${execpi 3600 conkyForecast --location=ARDF0127 --imperial --template=/home/bruloo/Conky/scripts/OB_Weather.template}${font}
    Well, it's not cheating it's a "feature"!

    Have a nice day.
    Bruce

  7. #11947
    Join Date
    Aug 2008
    Location
    florida
    Beans
    28
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    OH OH ... a budding online relationship!!

    Music maestro! me, I'll just along!

    Have a nice day.
    Bruce
    lol... love this forum...
    love conky...

  8. #11948
    Join Date
    Aug 2008
    Location
    florida
    Beans
    28
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    CHEAT!!!!!!!!!!!!

    Use it on the command line:

    Code:
    ${execpi 3600 conkyForecast --location=ARDF0127 --imperial --template=/home/bruloo/Conky/scripts/OB_Weather.template}${font}
    Well, it's not cheating it's a "feature"!

    Have a nice day.
    Bruce
    NOW this is COOL... thanks a lot bruce

  9. #11949
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by iceman600 View Post
    NOW this is COOL... thanks a lot bruce
    No problem!

    An --imperial is worth a thousand commands!

    No wait a sec, that's:

    A picture is worth a thousand words!

    or

    An --imperial is worth a thousand commands!

    In conky-talk all things count!!

    Have a nice day.
    Bruce

    PS: I'm married, don't even think about it.

  10. #11950
    Join Date
    Aug 2008
    Location
    florida
    Beans
    28
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    @dogbert176
    your conky looks great and im still analyzing the ring graph... i need a lot of things to learn to run this on my desktop. I got some problems here maybe u can help...


    It seems like its blocking the open window... but the time im testing it opening it on the terminal it seems fine. But on start up this happens.

    i got some questions tho...

    1. i cant load the clockrc IDK why but every time i open it on the terminal it will abort.

    2. The read write on the graph... why is it on (zero) always but the graph is moving...

    thanks tho... Love your conky ill do my customization when everything is running smoothly.

Page 1195 of 2348 FirstFirst ... 1956951095114511851193119411951196119712051245129516952195 ... 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
  •