Page 65 of 2348 FirstFirst ... 15556364656667751151655651065 ... LastLast
Results 641 to 650 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #641
    Join Date
    Jul 2007
    Beans
    230
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by WiFi Ed View Post
    What is your update interval set to?

    # Update interval in seconds
    update_interval 1.0

    Mine is set to update once per second, conky rarely uses more than .25% (one quarter of one percent) cpu time for me.
    okay thanks.

    another question is how do I do so that I can see all of the fortune. Right now parts of the last words in the lines are missing ?

    And is it normal that the conky blinks every time it's updated?

  2. #642
    Join Date
    Mar 2006
    Location
    here
    Beans
    91
    Distro
    Kubuntu 9.10 Karmic Koala

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by czepluch View Post
    okay thanks.
    And is it normal that the conky blinks every time it's updated?
    Turning double-buffering on makes the blinking stop. See some of the previous postings.

  3. #643
    Join Date
    Mar 2006
    Location
    here
    Beans
    91
    Distro
    Kubuntu 9.10 Karmic Koala

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by mojoman View Post
    Now, all I need to do is get it to show my external IP. Any ideas on this, anyone?
    addr?

  4. #644
    Join Date
    Jun 2006
    Location
    Somewhere too cold!
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by darsu View Post
    addr?
    Yup, Now I got it to show my computers IP but that's the IP assigned by the router. I want it to show the external IP. Now, of course I know what IP that is BUT it changes every now and then (not often but it happens) and I want to know when it does. So, question is, can I get conky to get this information from my router?

  5. #645
    Join Date
    Aug 2005
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by mojoman View Post
    Yup, Now I got it to show my computers IP but that's the IP assigned by the router. I want it to show the external IP. Now, of course I know what IP that is BUT it changes every now and then (not often but it happens) and I want to know when it does. So, question is, can I get conky to get this information from my router?
    Add the line below to your conky file to garner local IP, As well as public ip, and change the colors to fit your needs.
    Code:
    Local IP ${color #5C9CD9}${addr eth1}${color #FFFFDD}   Public IP ${color #5C9CD9}${execi 60 wget -O - http://whatismyip.org/ | tail}${color #FFFFDD}
    Last edited by John.Michael.Kane; September 8th, 2007 at 06:08 PM.
    Advantages and Disadvantages of 64bit.(Plus install Guides)

    ‘In search of some small measure of peace, that we all seek, and few of us ever find.’

  6. #646
    Join Date
    Jun 2006
    Location
    Somewhere too cold!
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by SD-Plissken View Post
    Add the line below to your conky file to garner local IP, As well as public ip, and change the colors to fit your needs.
    Code:
    Local IP ${color #5C9CD9}${addr eth1}${color #FFFFDD}   Public IP ${color #5C9CD9}${execi 60 wget -O - http://whatismyip.org/ | tail}${color #FFFFDD}
    Yeah man, that's what I'm talking about! Thanks! Quering whatismyip was probably just too logical for me to figure out, hehe. It worked like a charm! Now I got it just the way I want it. I bet I'll stay satisfied with this setup for at least the rest of the week before I want tweak and twist it some more.

    I can't belive I've never heard about this app until a couple of days ago. To think that I led such an empty and meaningless existence without even knowing it...

  7. #647
    Join Date
    Apr 2006
    Location
    Regensburg, Germany
    Beans
    51
    Distro
    Ubuntu Karmic Koala (testing)

    Re: Post your .conkyrc files w/ screenshots

    Here's mine - made quite a few improvements to it after reading this thread.
    Code:
    # set to yes if you want Conky to be forked in the background
    background yes
    
    cpu_avg_samples 2
    net_avg_samples 2
    
    out_to_console no
    
    # X font when Xft is disabled, you can pick one with program xfontsel
    #font 7x12
    #font 6x10
    #font 7x13
    #font 8x13
    #font 7x12
    #font *mintsmild.se*
    #font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
    #font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1
    
    # Use Xft?
    use_xft yes
    
    # Xft font when Xft is enabled
    xftfont Bitstream Vera Sans Mono:size=8
    
    # Text alpha when using Xft
    xftalpha 0.8
    
    #on_bottom yes
    
    # mail spool
    mail_spool $MAIL
    
    # Update interval in seconds
    update_interval 1
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    #own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    minimum_size 260 5
    maximum_width 250
    
    # Draw shades?
    draw_shades no
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders no
    
    # border margins
    border_margin 4
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    #default_color white
    #default_shade_color white
    #default_outline_color white
    
    # Text alignment, other possible values are commented
    #alignment top_left
    #minimum_size 10 10
    gap_x 15
    gap_y 60
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    
    # Gap between borders of screen and text
    
    # Add spaces to keep things from moving about? This only affects certain objects.
    use_spacer no
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # none, xmms, bmp, audacious, infopipe (default is none)
    #none
    
    # boinc (seti) dir
    # seti_dir /opt/seti
    
    # Possible variables to be used:
    #
    # Variable Arguments Description
    # acpiacadapter ACPI ac adapter state.
    # acpifan ACPI fan state
    # acpitemp ACPI temperature.
    # adt746xcpu CPU temperature from therm_adt746x
    # adt746xfan Fan speed from therm_adt746x
    # battery (num) Remaining capasity in ACPI or APM
    # battery. ACPI battery number can be
    # given as argument (default is BAT0).
    # buffers Amount of memory buffered
    # cached Amount of memory cached
    # color (color) Change drawing color to color
    # cpu CPU usage in percents
    # cpubar (height) Bar that shows CPU usage, height is
    # bar's height in pixels
    # downspeed net Download speed in kilobytes
    # downspeedf net Download speed in kilobytes with one
    # decimal
    # exec shell command Executes a shell command and displays
    # the output in torsmo. warning: this
    # takes a lot more resources than other
    # variables. I'd recommend coding wanted
    # behaviour in C and posting a patch .
    # execi interval, shell Same as exec but with specific interval.
    # command Interval can't be less than
    # update_interval in configuration.
    # fs_bar (height), (fs) Bar that shows how much space is used on
    # a file system. height is the height in
    # pixels. fs is any file on that file
    # system.
    # fs_free (fs) Free space on a file system available
    # for users.
    # fs_free_perc (fs) Free percentage of space on a file
    # system available for users.
    # fs_size (fs) File system size
    # fs_used (fs) File system used space
    # hr (height) Horizontal line, height is the height in
    # pixels
    # i2c (dev), type, n I2C sensor from sysfs (Linux 2.6). dev
    # may be omitted if you have only one I2C
    # device. type is either in (or vol)
    # meaning voltage, fan meaning fan or temp
    # meaning temperature. n is number of the
    # sensor. See /sys/bus/i2c/devices/ on
    # your local computer.
    # kernel Kernel version
    # loadavg (1), (2), (3) System load average, 1 is for past 1
    # minute, 2 for past 5 minutes and 3 for
    # past 15 minutes.
    # machine Machine, i686 for example
    # mails Mail count in mail spool. You can use
    # program like fetchmail to get mails from
    # some server using your favourite
    # protocol. See also new_mails.
    # mem Amount of memory in use
    # membar (height) Bar that shows amount of memory in use
    # memmax Total amount of memory
    # memperc Percentage of memory in use
    # new_mails Unread mail count in mail spool.
    # nodename Hostname
    # outlinecolor (color) Change outline color
    # pre_exec shell command Executes a shell command one time before
    # torsmo displays anything and puts output
    # as text.
    # processes Total processes (sleeping and running)
    # running_processes Running processes (not sleeping),
    # requires Linux 2.6
    # shadecolor (color) Change shading color
    # stippled_hr (space), Stippled (dashed) horizontal line
    # (height)
    # swapbar (height) Bar that shows amount of swap in use
    # swap Amount of swap in use
    # swapmax Total amount of swap
    # swapperc Percentage of swap in use
    # sysname System name, Linux for example
    # time (format) Local time, see man strftime to get more
    # information about format
    # totaldown net Total download, overflows at 4 GB on
    # Linux with 32-bit arch and there doesn't
    # seem to be a way to know how many times
    # it has already done that before torsmo
    # has started.
    # totalup net Total upload, this one too, may overflow
    # updates Number of updates (for debugging)
    # upspeed net Upload speed in kilobytes
    # upspeedf net Upload speed in kilobytes with one
    # decimal
    # uptime Uptime
    # uptime_short Uptime in a shorter format
    #
    # seti_prog Seti@home current progress
    # seti_progbar (height) Seti@home current progress bar
    # seti_credit Seti@hoome total user credit
    
    
    # variable is given either in format $variable or in ${variable}. Latter
    # allows characters right after the variable and must be used in network
    # stuff because of an argument
    #${font Dungeon:style=Boldixelsize=10}I can change the font as well
    #${font Verdana:size=10}as many times as I choose
    #${font Perry:size=10}Including UTF-8,
    # stuff after 'TEXT' will be formatted on screen
    #${font Grunge:size=12}${time %a %b %d}${alignr -25}${time %k:%M}
    
    TEXT
    ${color #FFFFFF}
    $stippled_hr
    $nodename
    $kernel on $machine
    Ubuntu 7.10 Gutsy Gibbon
    $stippled_hr
    ${time}
    uptime: $uptime
    $stippled_hr
    AMD Athlon 1,4 GHz 
    ${cpu cpu1}% ${cpubar cpu1}
    ${cpugraph cpu1 FFFFFF FFFFFF}
    mainboard: ${i2c temp 1}°C
    processor: ${i2c temp 2}°C
    $stippled_hr
    processes: $processes
    running:   $running_processes
    $stippled_hr
    memory:
     ram: ${alignr}$mem / $memmax
        ${membar 15,200}
     swp: ${alignr}$swap / $swapmax
        ${swapbar 15,200}
    $stippled_hr
    hard disks:
     root   ${alignr}${fs_used /} / ${fs_size /}
        ${fs_bar 15,200 /}
     home   ${alignr}${fs_used /home} / ${fs_size /home}
        ${fs_bar 15,200 /home}
    $stippled_hr
    cpu usage:  ${alignr}CPU%   
     ${top name 1}  ${alignr}${top cpu 1}
     ${top name 2}  ${alignr}${top cpu 2}
     ${top name 3}  ${alignr}${top cpu 3}
     ${top name 4}  ${alignr}${top cpu 4}
     ${top name 5}  ${alignr}${top cpu 5}
     ${top name 6}  ${alignr}${top cpu 6}
     ${top name 7}  ${alignr}${top cpu 7}
    $stippled_hr
    mem usage:  ${alignr}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}
     ${top_mem name 4}  ${alignr}${top_mem mem 4}
     ${top_mem name 5}  ${alignr}${top_mem mem 5}
     ${top_mem name 6}  ${alignr}${top_mem mem 6}
     ${top_mem name 7}  ${alignr}${top_mem mem 7}
    $stippled_hr
    eth0:
     internal ${addr eth0}
     external ${execi 600 wget -O - http://whatismyip.org/ | tail}
    down: ${downspeed eth0} k/s ${alignr}up: ${upspeed eth0} k/s
    ${downspeedgraph eth0 30,120 000000 000000} $alignr${upspeedgraph eth0 30,120 000000 000000}
    ${totaldown eth0} $alignr${totalup eth0}
    $stippled_hr
    Attached Images Attached Images

  8. #648
    Join Date
    Jul 2007
    Beans
    230
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by darsu View Post
    Turning double-buffering on makes the blinking stop. See some of the previous postings.
    It didn't make it stop blinking.

    And I still haven't found the solution to how I can get the whole fortune shown.

  9. #649
    Join Date
    Jan 2006
    Location
    Midway Park, NC
    Beans
    426
    Distro
    Ubuntu 12.04 Precise Pangolin

    Lightbulb Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by czepluch View Post
    It didn't make it stop blinking.

    And I still haven't found the solution to how I can get the whole fortune shown.
    Have you tried adding
    Code:
    Load     "dbe"
    to your xorg.conf file under the "Section 'Module'" section?

    As for showing the whole fortune, you'll probably need to tinker with the sizing of Conky.
    Dulce Bellum Inexpertis

  10. #650
    Join Date
    Jul 2007
    Beans
    230
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by stalker145 View Post
    Have you tried adding
    Code:
    Load     "dbe"
    to your xorg.conf file under the "Section 'Module'" section?

    As for showing the whole fortune, you'll probably need to tinker with the sizing of Conky.
    Yes. I have added Load "dbe" but it still blinks.

Page 65 of 2348 FirstFirst ... 15556364656667751151655651065 ... 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
  •