Page 641 of 2348 FirstFirst ... 14154159163163964064164264365169174111411641 ... LastLast
Results 6,401 to 6,410 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #6401
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by epidemiks View Post
    is there a way to get windows to avoid conky?
    i want it to sit under the top panel and windows to maximise to conky, not the panel.
    changing own_window_hints "below" to "above" is sort of half there..
    Let me see if this is right. You have a one line conky that goes across your screen just below the top panel and you don't want a maximized window to cover it. Right?

    Quote Originally Posted by ScottG489 View Post
    ooo, thats quite a problem. Windows are pretty specific as to what they will maximize around. What I would recommend that you do is put a blank panel up at the top or bottom (Wherever you want it) and then make it transparent and then put the conky window under it. You can go into the panels properties and change the panels size accordingly.
    Nice trick. If one doesn't already have a panel. But doesn't making panels transparent apply to "all" panels?

    If I try to add a 3rd panel (top) it covers my existing panel.

    Quote Originally Posted by plueschi View Post
    @epidemiks:

    with openbox it is very easy with the builtin margin-function... but i don't know any way to do that with gnome. maybe the workaround posted by ScottG489 could help
    Not sure about GNOME, been a long time since I've used that but I'm sure the function is there as well.

    In Xfce it's possible to set margins as well. So stopping a maximum-window from going all the way to the top, bottom or side will keep conky visible all the time.

    Applications > Settings Settings Manager > Workspaces and Margins > Margins.

    From there make it so! Setting my right margin to 280 keeps maximized windows from covering my conky that runs down the right side of my screen.

    It does not however stop me from taking a window and "dragging" it too a full screen from covering it. One click on the "Max" button though, even if manually set to cover conky, will snap to the settings and show conky.

    Have a nice day.
    Bruce

  2. #6402
    Join Date
    Sep 2007
    Location
    South Africa
    Beans
    70
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    Hi, I resently discoverd Conky, and what a great tool this is. I would like to share my conkyrc with you, but also ask for some help. I have some problems that I can't put my finger on...

    I attach two images to show what I have done, see below.

    Problem 1:
    I have a are that shows my "STORAGE (other)" which is USB drives that I plug in. I have two at the moment: DM_1GB and DM_8GB. If neither are pluged in, the messgae "No external storage detected" is displayed. If I plug DM_8GB in, it says "DM_8GB have 7.45GiB avalibe". When I unplug it, the original message appears. This is not the problem... the problem is when I plug DM_1GB in, the message "DM_1GB have 90.1MiB avalibe" is displayed, but everthing below dissappear. Hmmm...

    Problem 2:
    I have two NETWORKS that I connect to. If both are off, the message "NETWORK is unavalible" appears. At home a WiFi (WLAN) as can be seen in the one image, the other a LAN (ethernet) at the University. I want only the info of the one that is in use to be displayed. The WLAN is working, and not showing any info about the LAN, but when I connect to the LAN the WLAN info (or the frame work) is also displayed.

    Here is my conkyrc

    Code:
    # conky configuration
    
    # set to yes if you want tormo to be forked in the background
    background yes
    
    # X font when Xft is disabled, you can pick one with program xfontsel
    #font 5x7
    #font 6x10
    #font 7x13
    #font 8x13
    #font 9x15
    #font *mintsmild.se*
    #font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
    
    # Use Xft?
    use_xft yes
    
    # Print everything to stdout?
    out_to_console no
    
    # MPD host/port
    # mpd_host localhost
    # mpd_port 6600
    
    # Print everything to console?
    out_to_console no
    
    # Xft font when Xft is enabled
    xftfont Bitstream Vera Sans:size=9
    
    # Text alpha when using Xft
    xftalpha 0.8
    
    # mail spool
    mail_spool $MAIL
    
    # Update interval in seconds
    update_interval 1
    
    # This is the number of times Conky will update before quitting.
    # Set to zero to run forever.
    total_run_times 0
    
    # Create own window instead of using desktop (required in nautilus)
    own_window no
    #
    # 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 200 0
    
    # Draw shades?
    draw_shades yes
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders 8
    
    # border margins
    border_margin 4
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color white
    default_shade_color black
    default_outline_color black
    
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    
    # Gap between borders of screen and text
    # same thing as passing -x at command line
    gap_x 10
    gap_y 50
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # number of cpu samples to average
    # set to 1 to disable averaging
    cpu_avg_samples 8
    
    # number of net samples to average
    # set to 1 to disable averaging
    net_avg_samples 8
    
    # Force UTF8? note that UTF8 support required XFT
    override_utf8_locale yes 
    
    
    # Add spaces to keep things from moving about?  This only affects certain objects.
    #modificado
    use_spacer yes
    use_xft yes
    #   mldonkey_hostname     Hostname for mldonkey stuff, defaults to localhost
    #   mldonkey_port         Mldonkey port, 4001 default
    #   mldonkey_login        Mldonkey login, default none
    #   mldonkey_password     Mldonkey password, default none
    
    # boinc (seti) dir
    # seti_dir /opt/seti
    
    # 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
    
    # stuff after 'TEXT' will be formatted on screen
    
    
    TEXT
    SYSTEM ${hr 2}
    Kernel:  ${alignr}${kernel}
    Uptime: ${alignr}${uptime}
    Battery Status: ${alignr}${battery}
    
    CPU: ${cpu cpu}% @ ${freq_g cpu}GHz ${alignr}${cpubar 8,60 cpu}
    RAM: $memperc% ${alignr}${membar 8,60}
    Swap: $swapperc% ${alignr} $swap/$swapmax}
    
    STORAGE (Local) ${hr 2}
    Avalible: ${alignr}${fs_free}
    Used : ${alignr}${fs_used /} / ${fs_size /}
    
    STORAGE (Other) ${hr 2}
    ${if_mounted /media/DM_1GB}DM_1GB have ${fs_free /media/DM_1GB} avalible.
    ${else}${if_mounted /media/DM_8GB}DM_8GB have ${fs_free /media/DM_8GB}avalible.${else}No external storage detected${endif}
    
    PROCESSES ${hr 2}
    ${alignr}Processes: $processes   Running: $running_processes
    
    Highest CPU: $alignr CPU%   MEM%
    ${top name 1} $alignr${top cpu 1}   ${top mem 1}
    ${top name 2} $alignr${top cpu 2}   ${top mem 2}
    ${top name 3} $alignr${top cpu 3}   ${top mem 3}
    
    Highest MEM: $alignr MEM%   CPU%
    ${top_mem name 1} $alignr${top_mem mem 1}   ${top_mem cpu 1}
    ${top_mem name 2} $alignr${top_mem mem 2}   ${top_mem cpu 2}
    ${top_mem name 3} $alignr${top_mem mem 3}   ${top_mem cpu 3}
    
    NETWORK is ${if_existing /proc/net/route eth1}a WLAN ${else}${if_existing /proc/net/route eth0}a LAN ${endif}${else}unavailable${endif}${hr 2}${if_existing /proc/net/route eth1}
    ESSID: ${alignr}${wireless_essid eth1} 
    Signal Quality: ${wireless_link_qual eth1}% ${alignr}${wireless_link_bar 8,60 eth1}
    WAP MAC: ${alignr}${wireless_ap eth1}
    Local IP: ${alignr}${addr eth1}
    External IP: ${alignr}${execi 3600 wget -q -O - checkip.dyndns.org | sed -e 's/[^[:digit:]\|.]//g'}
    
    ${alignc}${upspeedgraph eth1 16,180 582D10 E08000}
    ${color #FFFFFF}ULS: ${upspeed eth1} kb/s ${alignr}Uploads: ${totalup eth1}
    ${alignc}${color2}${downspeedgraph eth1 16,180 444444 AAAAFF}
    ${color #FFFFFF}DLS: ${downspeed eth1} kb/s ${alignr}Downloads: ${totaldown eth1}${endif} 
    ${else}
    ${if_existing /proc/net/route eth0}
    LAN IP: ${alignr}${addr eth0}
    Default Gateway IP:${alignr}${gw_ip eth0}
    ${alignc}${upspeedgraph eth0 16,180 582D10 E08000}
    ${color #FFFFFF}ULS: ${upspeed eth0} kb/s ${alignr}Uploads: ${totalup eth0}
    ${alignc}${color2}${downspeedgraph eth0 16,180 444444 AAAAFF}
    ${color #FFFFFF}DLS: ${downspeed eth0} kb/s ${alignr}Downloads: ${totaldown eth0}${endif}

    Thanks for any help, and thanks for sharing really great conkyrc's
    Attached Images Attached Images

  3. #6403
    Join Date
    Apr 2009
    Beans
    0
    Super basic.

    Code:
    background yes
    use_xft yes
    xftfont URW Gothic L:size=9
    xftalpha 1
    update_interval 0.5
    total_run_times 0
    own_window no
    own_window_type normal
    own_window_transparent yes
    double_buffer yes
    minimum_size 325 5
    maximum_width 326
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color black
    default_shade_color red
    default_outline_color green
    alignment bottom_right
    gap_x 5
    gap_y 5
    no_buffers yes
    uppercase yes
    cpu_avg_samples 2
    net_avg_samples 1
    override_utf8_locale no
    use_spacer yes
    short_units yes
    
    TEXT
    ${font URW Gothic L:size=12:bold}${nodename} $alignr${time %a. %d %b %Y   %T}
    ${hr 2}
    ${font}CPU: ${cpu cpu0}% $alignr${cpubar cpu0 10,200}
    ${alignr}${cpugraph cpu0 10,325 black black}
    Load Avg: $alignr$loadavg
    Uptime: $alignr$uptime
    
    ${font URW Gothic L:size=10:bold}HDD
    ${hr 2}
    ${font}/ $alignr${fs_bar 10,200}
    ${fs_used /}/${fs_size /} $alignr${diskiograph /dev/sda 10,200 black black}
    
    ${font URW Gothic L:size=10:bold}ACTIVITY
    ${hr 2}
    ${font}MEM: ${memperc}% $alignr${membar 10,200}
    SWAP: ${swapperc}% $alignr${swapbar 10,200}
    
    ${font URW Gothic L:size=10:bold}Processes ${alignr 60}CPU${alignr}MEM
    $font${top name 1} ${alignr 50}${top cpu 1}% ${alignr}${top mem 1}%
    ${top name 2} ${alignr 50}${top cpu 2}% ${alignr}${top mem 2}%
    ${top name 3} ${alignr 50}${top cpu 3}% ${alignr}${top mem 3}%
    ${top name 4} ${alignr 50}${top cpu 4}% ${alignr}${top mem 4}%
    ${top name 5} ${alignr 50}${top cpu 5}% ${alignr}${top mem 5}%
    
    ${font URW Gothic L:size=10:bold}Network
    ${font}eth0 ${alignr}${addr eth0}
    Down ${alignr 50}${totaldown eth0}${alignr}${downspeedf eth0}kb/s
    $alignc${downspeedgraph eth0 15,325 black black}
    
    Up ${alignr 50}${totalup eth0}${alignr}${upspeedf eth0}kb/s
    $alignc${upspeedgraph eth0 15,325 black black}
    Full-Res. Image :

    screen.jpg

    There's my $.02.
    Attached Images Attached Images

  4. #6404
    Join Date
    Mar 2009
    Beans
    1

    Re: Post your .conkyrc files w/ screenshots

    dfmalh:

    Your problem #1, looks like you're missing an endif at the end of the conditional. Try that.

    Your problem #2, there's a (semi-) known bug with checking the process that way that means if your network is up, it shows both LAN and WLAN. Use if_up eth0, etc. Use ifconfig to find all your network devices. Checking that way doesn't have that bug.

    Cheers, B

  5. #6405
    Join Date
    Jul 2007
    Location
    The U. S. of A.
    Beans
    163
    Distro
    Kubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    OK guys, I think I'm about done with the big secret....

    Major props out to t-mo_ for the font work!

    Starting on the new post right now....
    || Kubuntu x86_64 (15.10 Dev.) || KDE 4.9.00 ||
    || Dell Inspiron 570 || 8GB PC3-10600 DDR3 RAM || AMD Phenom II X4 820 @ 2.8Ghz ||
    || Logitech M570 Trackball || Logitech G15 Gaming Keyboard ||
    Conky: ... no such configuration: 'normal'

  6. #6406
    Join Date
    Jan 2008
    Location
    North Las Vegas, Nevada
    Beans
    743
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by etnlIcarus View Post
    Turned my conkyrss bar into somewhat of a generic template for the benefit of someone. Figured I'd repost it here:


    While it's very, very nice, I don't see the point in having an RSS conky if you can't click on the headlines and view the associated news article in Firefox.

  7. #6407
    Join Date
    Jul 2007
    Location
    The U. S. of A.
    Beans
    163
    Distro
    Kubuntu Development Release

    Thumbs down Re: Post your .conkyrc files w/ screenshots

    OK then, here is the big secret.
    (With HUGE thanks to t-mo_ ! )

    I have figured out how to have a semi-transparent background behind your conky, WITHOUT gimping all of your wallpapers!

    Basically, it's simply laying a special font which is the "Template" on first, then using voffset -x to place the info on top. you can overlay each single line of the template multiple times to acheive the darkness desired. You will likely need to bump up your max_user_text to accomidate the extra characters, but I think it's worth it!

    Here is my .conkyrc with the template section in Purple
    Code:
    #!/usr/bin/conky -d -c
    ##	.conkyrc configuration
    alignment top_right
    background yes
    border_margin 5
    border_width 5
    color0 555555			#
    color1 483D8B			# Dark Slate Blue
    color2 B8860B			# Dark goldenrod
    color3 4682B4			# Steelblue
    color4 8B0000			# Dark red
    color5 008080			# Teal
    color6 333333			# Gray20
    color7 C8C8FF			#  (COOL)
    color8 FFFFCC			#  (WARM)
    color9 FCCCCC			#  (HOT)
    cpu_avg_samples 2
    default_color F8F8FF		# Ghost white
    default_outline_color 000000 	# Black
    default_shade_color 000000	# Black
    double_buffer yes
    draw_borders no
    draw_graph_borders no
    draw_outline no
    draw_shades no
    gap_x 0
    gap_y 50
    max_specials 512
    max_user_text 20000
    maximum_width 360
    minimum_size 850
    net_avg_samples 2
    no_buffers yes
    override_utf8_locale yes
    own_window yes
    own_window_colour 000000	# Black
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    own_window_transparent yes
    own_window_type normal
    pad_percents 2
    short_units yes
    stippled_borders 3
    text_buffer_size 4000
    total_run_times 0
    update_interval 1.0
    uppercase no
    use_spacer right
    use_xft yes
    xftalpha 0.75
    xftfont Liberation Sans:size=9
    
    #After this begins text to be formatted on screen
    TEXT
    ${font conkybackgroundfi:size=19}${color black}${goto  2}EDDDDDDF${goto  2}EDDDDDDF${goto  2}EDDDDDDF${goto  2}EDDDDDDF${goto  2}EDDDDDDDDF
    ${voffset -2}${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD
    ${voffset -2}${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD
    ${voffset -2}${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD
    ${voffset -2}${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD
    ${voffset -2}${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD
    ${voffset -2}${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD
    ${voffset -2}${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD
    ${voffset -2}${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD
    ${voffset -2}${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD
    ${voffset -2}${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD
    ${voffset -2}${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD
    ${voffset -2}${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD
    ${voffset -2}${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD
    ${voffset -2}${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD
    ${voffset -2}${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD
    ${voffset -2}${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD
    ${voffset -2}${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD${goto  2}DDDDDDDD
    ${voffset -2}${goto  2}GDDDDDDC${goto  2}GDDDDDDC${goto  2}GDDDDDDC${goto  2}GDDDDDDC${goto  2}GDDDDDDC${font}${color}
    ${voffset -800}${goto 20}${font tattoo:size=50}${color1}c${goto 310}c${font}${color}
    ${voffset -50}${font Algerian:Bold:size=16}${alignc}${color3}$nodename${font}
    ${font Liberation Sans:Bold:size=10}${alignc}~ $kernel ~
    ${alignc}~ K${pre_exec lsb_release -i | cut -f 2| tr "[:upper:]" "[:lower:]"} ${pre_exec lsb_release -c | cut -f 2} ( ${pre_exec lsb_release -r | cut -f 2} ) ~ ${pre_exec kde4-config --version | grep 'KDE' | head --bytes=11} ~${color}${font}
    ${execi 60 date +"%B %Y" | tr "[:lower:]" "[:upper:]"} ${color1}${hr 1}${color}
    ${font Liberation Mono:size=9}${execpi 60 DJS=`date +%_d`; cal | sed '1d' | sed '/./!d' | sed 's/$/                     /' | fold -w 21 | sed -n '/^.\{21\}/p' | sed 's/^/${alignc} /' | sed /" $DJS "/s/" $DJS "/" "'${color2}'"$DJS"'${color}'" "/}
    
    Core Systems: ${color1}${hr 1}${color}
     ${color2}${pre_exec dmidecode --string=processor-version | tail -n1}${color}${font Liberation Mono:size=9}
     ${cpugraph 25,360 000000 4682B4}
    ${voffset -48}
      `Core 0 (${color2}${cpu cpu1}%${color})${goto 150}..:: ${color2}${freq_dyn_g cpu1}Ghz${color} ::..${alignr}${font Liberation Mono:Bold:size=9}${execpi 6 sensors | grep Core0 | paste -s | cut -c15-18 | xargs ~/.conky/colorize.sh}°C ${color}${font Liberation Mono:size=9}
      `Core 1 (${color2}${cpu cpu2}%${color})${goto 150}..:: ${color2}${freq_dyn_g cpu2}Ghz${color} ::..${alignr}${font Liberation Mono:Bold:size=9}${execpi 6 sensors | grep Core1 | paste -s | cut -c15-18 | xargs ~/.conky/colorize.sh}°C ${color}${font}
        ${color3}$cpubar${color}
    
     ${memgraph 25,360 000000 4682B4}
    ${voffset -60}${font Liberation Mono:size=9}
     RAM Usage: ${color2}$memperc%${color}${goto 225}${color2}$mem${color} of ${color2}$memmax${color}
      Processes Loaded: ${color2}$processes${color}${goto 225}Cached: ${color2}$cached${color}
      Processes Running: ${color2}$running_processes${color}${goto 225}Buffers: ${color2}$buffers${color}${font}
        ${color3}$membar${color}
    
    Graphics: ${color1}${hr 1}${color}
      ${color2}${pre_exec lspci | grep VGA | tail -c+36}${color}
      Driver Version: ${color2}NVIDIA ${pre_exec nvidia-settings -q nVidiaDriverVersion -t}${color}${alignr}Screen: ${color2}${pre_exec nvidia-settings -q FrontEndResolution -t}${color} @ ${color2}${pre_exec nvidia-settings -q RefreshRate3 -t}${color}
    
    File Systems: ${color1}${hr 1}${color}
      /dev/sda (${pre_exec hddtemp /dev/sda | cut -c11-28 })${alignr}${font Liberation Mono:Bold:size=9}${execpi 6 hddtemp /dev/sda -n | xargs ~/.conky/colorize.sh}°C${color}${font}
        ${color3}${fs_bar 15 /}${color}
    ${voffset -20}       / ${alignr}${fs_free /} (${fs_free_perc /}%) free of ${fs_size /}
        ${color3}${fs_bar 15 /home}${color}
    ${voffset -20}       /home ${alignr}${fs_free /home} (${fs_free_perc /home}%) free of ${fs_size /home}
    
      /dev/sdb ${if_mounted /media/PTAH}(${pre_exec hddtemp /dev/sdb | cut -c11-29})
        ${color3}${fs_bar 15 /media/PTAH}${color}
    ${voffset -20}       /media/PTAH ${alignr}${fs_free /media/PTAH} (${fs_free_perc /media/PTAH}%) free of ${fs_size /media/PTAH}${else}( -- )
        ${color 000000}${fs_bar 15 /media/PTAH}${color}
    ${voffset -20}     /media/PTAH ${alignr}- NOT MOUNTED -${endif}
    
    Network: (Internal: ${color2}${addrs eth1}${color}, External: ${color2}${pre_exec wget -O - http://whatismyip.org/ | tail}${color} ) ${color1}${hr 1}${color}
    ${downspeedgraph eth1 25,180 000000 ff0000} ${alignr}${upspeedgraph eth1 25,180 000000 00ff00}
    ${voffset -35}   ` down ${color2}${downspeedf eth1} k/s ${color}${goto 190}up ${color3}${upspeedf eth1} k/s${color}
       ` total down: ${color2}${totaldown eth1}${color}${goto 190}total up: ${color3}${totalup eth1}${color}
    
    Weather: ( ${color2}${execi 1000 python ~/.conky/conkyLatLong.py}${color} ) ${color1}${hr 1}${color}
    ${execpi 3600 conkyForecast --location=USOK0233 --template=/home/crinos/.conky/weather.template}
    
    ${color1}( Conky ${conky_version}${alignr}${pre_exec conkyForecast -V} )${color}
    ${texeci 1000 feh --bg-scale "`grep 'wallpaper=' ~/.kde/share/config/plasma-appletsrc | tail -n1 | tail --bytes=+11`"}
    Here's the conkybackground font by t-mo_:
    (drop the contents into your ~/.fonts directory.) conkybackgroundfi.zip

    And a few screenshots:
    TemplateA.jpgTemplateB.pngTemplateC.jpg
    Last edited by Crinos512; April 8th, 2009 at 07:10 AM. Reason: Redacted external IP addy. Ooops.
    || Kubuntu x86_64 (15.10 Dev.) || KDE 4.9.00 ||
    || Dell Inspiron 570 || 8GB PC3-10600 DDR3 RAM || AMD Phenom II X4 820 @ 2.8Ghz ||
    || Logitech M570 Trackball || Logitech G15 Gaming Keyboard ||
    Conky: ... no such configuration: 'normal'

  8. #6408
    Join Date
    Sep 2007
    Location
    South Africa
    Beans
    70
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    BobGod8:

    Thanks for the sugestion to my 2nd problem. Funny, but it seems that is is working now... But I will def have a look at using if_up, if it is less buggy then that would be the way to go.

    The endif problem at with the "external starage" devives that are plugged in, is driving me crazy, I have tried so manny combination with and without the endif, and if it works for the one then the other is not working... I will post the correct code when I figure it out

  9. #6409
    Join Date
    Aug 2007
    Location
    Melburn
    Beans
    158
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    Let me see if this is right. You have a one line conky that goes across your screen just below the top panel and you don't want a maximized window to cover it. Right?
    correct


    Nice trick. If one doesn't already have a panel. But doesn't making panels transparent apply to "all" panels?

    If I try to add a 3rd panel (top) it covers my existing panel.
    Looked like such an excellently simple solution until the transparency acted like xray glasses straight through to the wallpaper! it was as if conky wasn't there..


    Not sure about GNOME, been a long time since I've used that but I'm sure the function is there as well.

    In Xfce it's possible to set margins as well. So stopping a maximum-window from going all the way to the top, bottom or side will keep conky visible all the time.

    Applications > Settings Settings Manager > Workspaces and Margins > Margins.

    From there make it so! Setting my right margin to 280 keeps maximized windows from covering my conky that runs down the right side of my screen.

    It does not however stop me from taking a window and "dragging" it too a full screen from covering it. One click on the "Max" button though, even if manually set to cover conky, will snap to the settings and show conky.

    Have a nice day.
    Bruce

    I can't find anything like this in Gnome

    Appreciate the replies Bruce, ScottG489 & plueshi!
    Attached Images Attached Images
    Last edited by epidemiks; April 8th, 2009 at 09:44 AM. Reason: img
    AMD Athlon 2100+ | 2GB | 300GB | 7600GS | Hardy
    HP DV5 1139TX | Core2Duo T9400 | 4GB | 400GB | 9600M GS | Ibex
    Registered Linux User #478917
    music | flickr | tumblr

  10. #6410
    Join Date
    Sep 2007
    Location
    South Africa
    Beans
    70
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    Oooo, I forgot to mention why the network settings is working...

    Just the Networking code that is working now:
    Code:
    NETWORK is ${if_existing /proc/net/route eth1}a WLAN ${else}${if_existing /proc/net/route eth0}a LAN ${endif}${else}unavailable${endif}${hr 2}${if_existing /proc/net/route eth1}
    ESSID: ${alignr}${wireless_essid eth1} 
    Signal Quality: ${wireless_link_qual eth1}% ${alignr}${wireless_link_bar 8,60 eth1}
    WAP MAC: ${alignr}${wireless_ap eth1}
    Local IP: ${alignr}${addr eth1}
    External IP: ${alignr}${execi 3600 wget -q -O - checkip.dyndns.org | sed -e 's/[^[:digit:]\|.]//g'}
    
    ${alignc}${upspeedgraph eth1 16,180 582D10 E08000}
    ${color #FFFFFF}ULS: ${upspeed eth1} kb/s ${alignr}Uploads: ${totalup eth1}
    ${alignc}${color2}${downspeedgraph eth1 16,180 444444 AAAAFF}
    ${color #FFFFFF}DLS: ${downspeed eth1} kb/s ${alignr}Downloads: ${totaldown eth1}${endif} 
    ${else}
    ${if_existing /proc/net/route eth0}
    LAN IP: ${alignr}${addr eth0}
    Default Gateway IP:${alignr}${gw_ip eth0}
    ${alignc}${upspeedgraph eth0 16,180 582D10 E08000}
    ${color #FFFFFF}ULS: ${upspeed eth0} kb/s ${alignr}Uploads: ${totalup eth0}
    ${alignc}${color2}${downspeedgraph eth0 16,180 444444 AAAAFF}
    ${color #FFFFFF}DLS: ${downspeed eth0} kb/s ${alignr}Downloads: ${totaldown eth0}${endif}
    Explanation:
    It first checks eth1 (my WiFi) and then checks eth0 (LAN). Aparently if the first $if_existing is always true (eth1 exists) then the $else condition will never be run.. ...sooo at home, where I use WiFi, it checks for eth1, display the information, and does not run the second bit to check if eth0 is there. At the University it checks the eth1, does not pick it up, and move on to see if eth0 exists and display the information.

    But I will still see if_up works better, because I might switch from time to time between WLAN and LAN at the University.


Page 641 of 2348 FirstFirst ... 14154159163163964064164264365169174111411641 ... 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
  •