Page 1251 of 2348 FirstFirst ... 2517511151120112411249125012511252125312611301135117512251 ... LastLast
Results 12,501 to 12,510 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #12501
    Join Date
    Aug 2009
    Location
    East of Atlantic
    Beans
    81
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by degan View Post
    Yet the directory is correct!!!

    http://upload.centerzone.it/viewer.p...5048358731.png


    deegan@lucid-lynx:~$ cd /home/deegan/.scripts/audio_spectrum1.2
    deegan@lucid-lynx:~/.scripts/audio_spectrum1.2$ ls
    audio_spectrum.lua conkyrc impulse.py impulse.so libimpulse.so README
    I think the answer is on post 12494.
    You really have to improve your english or ask a friend to translate to you this post 12494.

    As English is not my native language, if the README is not correct, please tell me! Or the way to run the conky is not so simple

    Send me a PM for next answers !
    Last edited by wlourf; April 25th, 2010 at 10:31 PM.

  2. #12502
    Join Date
    Sep 2009
    Location
    Davenport, IA. USA
    Beans
    27
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by miegiel View Post
    #mutters# That helps a bit, post both
    Code:
    ls -al /sys/class/hwmon/
    and
    Code:
    ls -al /sys/class/hwmon/hwmon*/device/
    in a code box (is easier to read then screenshots, use the # button at the top of the post editor).
    I have a similar issue, though with different hardware. It would be really cool if I could get the number to change color based on what it was, like conditional formatting.

    Here's the output of the two file lists

    Code:
    $ ls -al /sys/class/hwmon/
    total 0
    drwxr-xr-x  2 root root 0 2010-04-25 12:42 .
    drwxr-xr-x 49 root root 0 2010-04-25 12:42 ..
    lrwxrwxrwx  1 root root 0 2010-04-25 12:41 hwmon0 -> ../../devices/virtual/hwmon/hwmon0
    lrwxrwxrwx  1 root root 0 2010-04-25 12:42 hwmon1 -> ../../devices/platform/coretemp.0/hwmon/hwmon1
    lrwxrwxrwx  1 root root 0 2010-04-25 12:42 hwmon2 -> ../../devices/platform/coretemp.1/hwmon/hwmon2
    Code:
    ls -al /sys/class/hwmon/hwmon*/device/
    /sys/class/hwmon/hwmon1/device/:
    total 0
    drwxr-xr-x  4 root root    0 2010-04-25 12:42 .
    drwxr-xr-x 14 root root    0 2010-04-25 12:42 ..
    lrwxrwxrwx  1 root root    0 2010-04-25 15:55 driver -> ../../../bus/platform/drivers/coretemp
    drwxr-xr-x  3 root root    0 2010-04-25 12:42 hwmon
    -r--r--r--  1 root root 4096 2010-04-25 15:55 modalias
    -r--r--r--  1 root root 4096 2010-04-25 12:42 name
    drwxr-xr-x  2 root root    0 2010-04-25 15:55 power
    lrwxrwxrwx  1 root root    0 2010-04-25 12:42 subsystem -> ../../../bus/platform
    -r--r--r--  1 root root 4096 2010-04-25 12:42 temp1_crit
    -r--r--r--  1 root root 4096 2010-04-25 12:42 temp1_crit_alarm
    -r--r--r--  1 root root 4096 2010-04-25 12:42 temp1_input
    -r--r--r--  1 root root 4096 2010-04-25 12:42 temp1_label
    -r--r--r--  1 root root 4096 2010-04-25 12:42 temp1_max
    -rw-r--r--  1 root root 4096 2010-04-25 12:42 uevent
    
    /sys/class/hwmon/hwmon2/device/:
    total 0
    drwxr-xr-x  4 root root    0 2010-04-25 12:42 .
    drwxr-xr-x 14 root root    0 2010-04-25 12:42 ..
    lrwxrwxrwx  1 root root    0 2010-04-25 15:55 driver -> ../../../bus/platform/drivers/coretemp
    drwxr-xr-x  3 root root    0 2010-04-25 12:42 hwmon
    -r--r--r--  1 root root 4096 2010-04-25 15:55 modalias
    -r--r--r--  1 root root 4096 2010-04-25 12:42 name
    drwxr-xr-x  2 root root    0 2010-04-25 15:55 power
    lrwxrwxrwx  1 root root    0 2010-04-25 12:42 subsystem -> ../../../bus/platform
    -r--r--r--  1 root root 4096 2010-04-25 12:42 temp1_crit
    -r--r--r--  1 root root 4096 2010-04-25 12:42 temp1_crit_alarm
    -r--r--r--  1 root root 4096 2010-04-25 12:42 temp1_input
    -r--r--r--  1 root root 4096 2010-04-25 12:42 temp1_label
    -r--r--r--  1 root root 4096 2010-04-25 12:42 temp1_max
    -rw-r--r--  1 root root 4096 2010-04-25 12:42 uevent
    Attached Conky config produced the attached output. temp 2 and 3 returned following errors if uncommented. Fanspeed returned essentially the same error.
    Code:
    Conky: can't open '/sys/class/hwmon/hwmon0/temp2_input': No such file or directory
    please check your device or remove this var from Conky
    ***** Imlib2 Developer Warning ***** :
    	This program is calling the Imlib call:
    
    	imlib_context_free();
    
    	With the parameter:
    
    	context
    
    	being NULL. Please fix your program.
    Attached Images Attached Images
    Attached Files Attached Files

  3. #12503
    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

    Quote Originally Posted by JCollierDavis View Post
    I have a similar issue, though with different hardware. It would be really cool if I could get the number to change color based on what it was, like conditional formatting.
    I know it's a different approach than you are trying, but I've had solid results with this.
    || 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'

  4. #12504
    Join Date
    Aug 2008
    Location
    florida
    Beans
    28
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    im having problems with my conky not showing my wireless settings... i dont kno if i need a script with this to work.
    im not that good at conky and im a minimalist so i used to keep it plain and simple...

    here is my conkyrc
    Code:
    #!/usr/bin/conky -d -c
    ##	.conkyrc configuration
    alignment top_right
    background yes
    border_margin 5
    border_width 5
    color0 555555			#
    color1 FCAF3E			# zolty
    color2 2a2a2a			# braz
    color3 a82553			# rozowy f71f84
    color4 5e1014			# bordowy
    color5 64574e			# braz
    color6 2a2a2a			# szary
    color7 8888CC			#  (COOL)
    color8 9d9c61			# zolto-szary
    color9 525276			# niebiesko-szary
    cpu_avg_samples 2
    default_color ffffff		# szary 5f5f5f
    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 30
    gap_y 80
    max_specials 1024
    max_user_text 10000
    maximum_width 200
    minimum_size 175
    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 	## normal
    pad_percents 2			# to co nizej, miejsc po przecinku
    short_units yes			# krotka wersja podawania wielkosci dyskow np. 612.21M/3.80G
    stippled_borders 3
    text_buffer_size 8000
    total_run_times 0
    update_interval 1.0
    uppercase no
    use_spacer right
    use_xft yes
    xftalpha 1
    xftfont Freesans:pixelsize=9
    
    lua_load /home/didisoft/.conky/lua.lua
    
    # ${diskiograph /dev/sda 15,180 a7a7a7 a7a7a7} # wskaznik pracy dysku
    # ${image /home/didisoft/.conky/didisoft.jpg -p 0,80 -s 26x28} # obrazki w conky
    
    
    TEXT
    ${font Zegoe Light - U:pixelsize=24}${time %H:%M:%S}${font} 
    ${font Zegoe Light - U:pixelsize=12}${time %A} - ${time  %B %d, %Y}${font}
    
    
    
    
    
    
    
    
    
    ${font Zegoe Light - U:pixelsize=24}System${font} 
    
    ${offset 0}${font PizzaDude Bullets:pixelsize=12}b${font}		${font Zegoe Light - U:pixelsize=12}Uptime: $uptime_short
    	Power: ${battery_percent BAT0}%
    	Mem: $mem
    	Storage: ${fs_used /}
    
    	Signal: ${wireless_link_qual wlan0}% 
    	Ul: ${upspeed wlan0} kb/s 
    	Dl: ${downspeed wlan0} kb/s 
    ${font}
    
    
    
    ${font Zegoe Light - U:pixelsize=24}To Do${font}
    
    ${offset 0}${font PizzaDude Bullets:pixelsize=12}b${font}	${font Zegoe Light - U:pixelsize=12} - Read something *******...
    Still bored... Kill yourself!!!
    ${font}
    Attached Images Attached Images

  5. #12505
    Join Date
    Apr 2010
    Beans
    1

    Re: Post your .conkyrc files w/ screenshots

    hi i am getting error

    Conky: missing text block in configuration; exiting
    ***** Imlib2 Developer Warning ***** :
    This program is calling the Imlib call:

    imlib_context_free();

    With the parameter:

    context

    being NULL. Please fix your program.


    conkyrc

    background yes
    use_xft yes
    xftfont Sans:size=8
    xftalpha 1
    update_interval 1.0
    total_run_times 0
    own_window yes
    own_window_transparent yes
    own_window_type desktop
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 200 200
    maximum_width 240
    draw_shades yes
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color white
    default_shade_color black
    default_outline_color white
    alignment top_right
    gap_x 12
    gap_y 12
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    override_utf8_locale no

    TEXT
    SYSTEM INFO:
    ${hr}
    Host:$alignr$nodename
    Uptime:$alignr$uptime
    RAM:$alignr$mem/$memmax
    Swap usage:$alignr$swap/$swapmax
    Disk usage:$alignr${fs_used /}/${fs_size /}
    CPU usage:$alignr${cpu cpu0}%


    SHORTCUT KEYS:
    ${hr}
    Alt+F2$alignr Run Dialog
    Alt+F3$alignr Alt Menu
    Super+space$alignr Main Menu
    Super+tab$alignr Client Menu
    Super+t$alignr Terminal
    Super+f$alignr File Manager
    Super+e$alignr Editor
    Super+m$alignr Media Player
    Super+w$alignr Web Browser
    Super+g$alignr Graphics Editor
    Super+c$alignr Clock
    Super+l$alignr Lock Screen
    Super+v$alignr Volume Control
    Super+u$alignr System Update
    Super+x$alignr Logout
    PrtSc$alignr Screenshot


    it semi works after rebooting but goes away once i click the desktop
    Last edited by AmirK47; April 26th, 2010 at 04:21 AM.

  6. #12506
    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

    Quote Originally Posted by iceman600 View Post
    im having problems with my conky not showing my wireless settings... i dont kno if i need a script with this to work.
    im not that good at conky and im a minimalist so i used to keep it plain and simple...

    here is my conkyrc
    ...
    OK, 1st thing 1st... run an ifconfig to make sure your wireless interface is actually using wlan0
    || 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'

  7. #12507
    Join Date
    Sep 2009
    Location
    Davenport, IA. USA
    Beans
    27
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by iceman600 View Post
    im having problems with my conky not showing my wireless settings... i dont kno if i need a script with this to work.
    im not that good at conky and im a minimalist so i used to keep it plain and simple...

    here is my conkyrc
    Don't worry, I don't know anything about it either and I'm only average at plagiarizing someone else's work.
    Here's the line that works on my machine. I used _bar like this:
    Code:
    ${color black}Wireless Signal ${color black}${wireless_link_bar 5,110 wlan0}
    I switched it to the _qual you used and this alsoworked for me.
    Code:
    ${color black}Wireless Signal ${color black}${wireless_link_qual wlan0}
    I found out to use wlan0 from my ifconfig abbreviated below.
    Code:
    eth0      Link encap:Ethernet  HWaddr 00:15:b7:26:fe:68  
    lo        Link encap:Local Loopback  
    wlan0     Link encap:Ethernet  HWaddr 00:19:d2:b9:51:b8
    Screenshot and the remainder below as well. Please disregard my horrible color scheme.
    Attached Images Attached Images
    Attached Files Attached Files

  8. #12508
    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 Crinos512 View Post
    OK, 1st thing 1st... run an ifconfig to make sure your wireless interface is actually using wlan0
    oh... never knew that one. thanks a lot. i learn a new one today. thanks.

  9. #12509
    Join Date
    Feb 2008
    Location
    I'm lost ... HELP!
    Beans
    1,014
    Distro
    Xubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by JCollierDavis View Post
    I have a similar issue, though with different hardware. It would be really cool if I could get the number to change color based on what it was, like conditional formatting.

    Here's the output of the two file lists

    Code:
    $ ls -al /sys/class/hwmon/
    total 0
    drwxr-xr-x  2 root root 0 2010-04-25 12:42 .
    drwxr-xr-x 49 root root 0 2010-04-25 12:42 ..
    lrwxrwxrwx  1 root root 0 2010-04-25 12:41 hwmon0 -> ../../devices/virtual/hwmon/hwmon0
    lrwxrwxrwx  1 root root 0 2010-04-25 12:42 hwmon1 -> ../../devices/platform/coretemp.0/hwmon/hwmon1
    lrwxrwxrwx  1 root root 0 2010-04-25 12:42 hwmon2 -> ../../devices/platform/coretemp.1/hwmon/hwmon2
    Code:
    ls -al /sys/class/hwmon/hwmon*/device/
    /sys/class/hwmon/hwmon1/device/:
    total 0
    drwxr-xr-x  4 root root    0 2010-04-25 12:42 .
    drwxr-xr-x 14 root root    0 2010-04-25 12:42 ..
    lrwxrwxrwx  1 root root    0 2010-04-25 15:55 driver -> ../../../bus/platform/drivers/coretemp
    drwxr-xr-x  3 root root    0 2010-04-25 12:42 hwmon
    -r--r--r--  1 root root 4096 2010-04-25 15:55 modalias
    -r--r--r--  1 root root 4096 2010-04-25 12:42 name
    drwxr-xr-x  2 root root    0 2010-04-25 15:55 power
    lrwxrwxrwx  1 root root    0 2010-04-25 12:42 subsystem -> ../../../bus/platform
    -r--r--r--  1 root root 4096 2010-04-25 12:42 temp1_crit
    -r--r--r--  1 root root 4096 2010-04-25 12:42 temp1_crit_alarm
    -r--r--r--  1 root root 4096 2010-04-25 12:42 temp1_input
    -r--r--r--  1 root root 4096 2010-04-25 12:42 temp1_label
    -r--r--r--  1 root root 4096 2010-04-25 12:42 temp1_max
    -rw-r--r--  1 root root 4096 2010-04-25 12:42 uevent
    
    /sys/class/hwmon/hwmon2/device/:
    total 0
    drwxr-xr-x  4 root root    0 2010-04-25 12:42 .
    drwxr-xr-x 14 root root    0 2010-04-25 12:42 ..
    lrwxrwxrwx  1 root root    0 2010-04-25 15:55 driver -> ../../../bus/platform/drivers/coretemp
    drwxr-xr-x  3 root root    0 2010-04-25 12:42 hwmon
    -r--r--r--  1 root root 4096 2010-04-25 15:55 modalias
    -r--r--r--  1 root root 4096 2010-04-25 12:42 name
    drwxr-xr-x  2 root root    0 2010-04-25 15:55 power
    lrwxrwxrwx  1 root root    0 2010-04-25 12:42 subsystem -> ../../../bus/platform
    -r--r--r--  1 root root 4096 2010-04-25 12:42 temp1_crit
    -r--r--r--  1 root root 4096 2010-04-25 12:42 temp1_crit_alarm
    -r--r--r--  1 root root 4096 2010-04-25 12:42 temp1_input
    -r--r--r--  1 root root 4096 2010-04-25 12:42 temp1_label
    -r--r--r--  1 root root 4096 2010-04-25 12:42 temp1_max
    -rw-r--r--  1 root root 4096 2010-04-25 12:42 uevent
    Attached Conky config produced the attached output. temp 2 and 3 returned following errors if uncommented. Fanspeed returned essentially the same error.
    Code:
    Conky: can't open '/sys/class/hwmon/hwmon0/temp2_input': No such file or directory
    please check your device or remove this var from Conky
    ***** Imlib2 Developer Warning ***** :
    	This program is calling the Imlib call:
    
    	imlib_context_free();
    
    	With the parameter:
    
    	context
    
    	being NULL. Please fix your program.
    Since I've got the same sensor as you this should work for you too. The red stuff is the temp code. Of course Crinos512's approach is good too


    Code:
    # Info on stuff above TEXT here : http://conky.sourceforge.net/config_settings.html
    # Info on stuff below TEXT here : http://conky.sourceforge.net/variables.html
    #
    minimum_size 256 1
    maximum_width 1366
    gap_x 1
    gap_y 1
    #alignment bm
    update_interval 2.0
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    uppercase no
    own_window yes
    own_window_type normal # normal desktop override
    own_window_transparent no # yes no
    own_window_hints skip_taskbar,skip_pager,sticky # undecorated,below,above,skip_taskbar,skip_pager
    own_window_colour black
    double_buffer yes
    use_xft yes
    xftfont sans:size=10 # get font at http://www.dafont.com/radio-space.font
    default_color white
    text_buffer_size 1024 # The size of this buffer cannot be smaller than the default value of 256 bytes. 
    
    #${color green}1 / TRUE / YES${color}${else}${color red}0 / FALSE / NO${color}${endif}
    #no test ${font sans:size=8}^_^${font}
    
    TEXT
    ${color yellow}build_arch ${conky_build_arch}
    build_date ${conky_build_date}
    conky_version ${conky_version}${color}
    
    ${color green}start test${color}
    
    temp core 1 : ${if_match ${hwmon 1 temp 1} > 59}${color red}${hwmon 1 temp 1}C${color}${else}${if_match ${hwmon 1 temp 1} > 49}${color yellow}${hwmon 1 temp 1}C${color}${else}${hwmon 1 temp 1}C${endif}${endif}
    temp core 2 : ${if_match ${hwmon 2 temp 1} > 59}${color red}${hwmon 2 temp 1}C${color}${else}${if_match ${hwmon 2 temp 1} > 49}${color yellow}${hwmon 2 temp 1}C${color}${else}${hwmon 2 temp 1}C${endif}${endif}
    
    ${color red}end test${color}
    
    ${color yellow}${kernel}
    ${machine}${if_match "${battery}" != "not present"}${if_match "${execi 60 cat /proc/acpi/battery/BAT0/state | grep charged | awk '{print $3}'}" != "charged"}
    
    ${execi 60 cat /proc/acpi/battery/BAT0/state | grep capacity: | awk '{print $3 $4}'}
    ${execi 60 cat /proc/acpi/battery/BAT0/state | grep rate: | awk '{print $3 $4}'}
    ${battery_time}${endif}${endif}${color}

  10. #12510
    Join Date
    Apr 2010
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Hi it is my first .conkyrc File,

    in the screenshot titles are in spanish but i have traslated in .conkyrc to english for the comunity


    Code:
    ## Conky RC By Espadarrota
    
    ## Conky
    background no
    out_to_console no
    top_cpu_separate yes
    max_port_monitor_connections 256
    cpu_avg_samples 1
    net_avg_samples 1
    update_interval 1
    
    # Text    
    uppercase no
    override_utf8_locale yes
    font Bitstream Charter:style=Regular
    use_xft yes
    xftfont Vibrocentric:size=10
    
    # Window
    own_window yes
    own_window_class Conky
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    own_window_type override
    own_window_colour 111111
    
    # Graphics
    double_buffer yes
    draw_borders no
    draw_graph_borders no
    draw_shades yes
    draw_outline no
    
    # Layout
    alignment top_right
    gap_x 25
    gap_y 50
    maximum_width 250
    minimum_size 1000
    
    # Colors
    default_shade_color 000000
    default_outline_color 000000
    default_color ffffff
    color1 008FCC
    color2 b2b2b2
    color3 0000ff
    color7 00ff00
    color8 ffff00
    color9 ff0000
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    ${font Vibrocentric:size=18}${time %k:%M:%S}${alignr}${time %a/%b/%d}
    ${voffset -7}${color1}${font Vibrocentric:style=bold:size=14}${pre_exec lsb_release -d | cut -c14-28} LTS$font${color3}${voffset 1}${hr 0}$color
    ${kernel}  -  ${machine}
    $color${nodename}${goto 131}${color2}En Linea:$color ${uptime}
    
    ${color1}${font Vibrocentric:style=bold:size=14}CPU & Memory$font${color3}${voffset 1}${hr 0}$color
    $color${pre_exec cat /proc/cpuinfo | grep 'model name' | sort -u | cut -c14-33,44-60}
    ${color2}CPU Max:${color} ${freq_dyn_g}GHz ${goto 131}${color2}CPU:$color $cpu%
    ${voffset -4}${cpugraph cpu1 35,123 000033 3299cc}${alignr}${cpugraph cpu2 35,123 000033 3299cc}$font
    ${voffset -40}${color2}Core 0:${goto 131}${color2}Core 1:$color
    
    ${voffset 11}${color2}Temp: ${execpi 1 sensors | grep 'Core 0:' | paste -s | cut -c15-21 | xargs ~/Conky/colorize-temp.sh}${goto 131}${color2}Temp: ${execpi 1 sensors | grep 'Core 1:' | paste -s | cut -c15-21 | xargs ~/Conky/colorize-temp.sh}
    ${color2}RAM:$color $mem/$memmax  -${alignr}$memperc%
    ${voffset -4}${membar 3,250}
    ${color2}Swap:$color $swap/$swapmax -${alignr}$swapperc%
    ${voffset -4}${swapbar 3,250}
    
    ${color1}${font Vibrocentric:style=bold:size=14}Top Process$font${color3}${voffset 1}${hr 0}$color
    ${voffset -5}${color2}${hr 0}
    
    ${voffset -17}${color2}Name${goto 125}PID${goto 172}CPU%${goto 220}RAM%$color
    ${top name 1}${goto 115}${top pid 1}${goto 165}${top cpu 1}${goto 215}${top mem 1}
    ${top name 2}${goto 115}${top pid 2}${goto 165}${top cpu 2}${goto 215}${top mem 2}
    ${top name 3}${goto 115}${top pid 3}${goto 165}${top cpu 3}${goto 215}${top mem 3}
    ${top name 4}${goto 115}${top pid 4}${goto 165}${top cpu 4}${goto 215}${top mem 4}
    ${top name 5}${goto 115}${top pid 5}${goto 165}${top cpu 5}${goto 215}${top mem 5}
    
    ${voffset 5}${color2}${hr 0}
    
    ${voffset -17}${color2}Name${goto 125}PID${goto 172}CPU%${goto 220}RAM%$color
    ${top_mem name 1}${goto 115}${top_mem pid 1}${goto 165}${top_mem cpu 1}${goto 215}${top_mem mem 1}
    ${top_mem name 2}${goto 115}${top_mem pid 2}${goto 165}${top_mem cpu 2}${goto 215}${top_mem mem 2}
    ${top_mem name 3}${goto 115}${top_mem pid 3}${goto 165}${top_mem cpu 3}${goto 215}${top_mem mem 3}
    ${top_mem name 4}${goto 115}${top_mem pid 4}${goto 165}${top_mem cpu 4}${goto 215}${top_mem mem 4}
    ${top_mem name 5}${goto 115}${top_mem pid 5}${goto 165}${top_mem cpu 5}${goto 215}${top_mem mem 5}
    
    ${color1}${font Vibrocentric:style=bold:size=14}Discos Duros$font${color3}${voffset 1}${hr 0}$color
    ${color2}HDD Temp:$color ${execpi 10 hddtemp /dev/sda | paste -s |cut -c24-28 | xargs ~/Conky/colorize-hdd.sh}${goto 131}
    ${color2}HDD I/O: $color${diskio /dev/sda}
    
    ${color2}Root:$color ${fs_used /}/${fs_size /} - ${alignr}${fs_free_perc /}% Free
    ${voffset -3}${fs_bar 3,160 /}${alignr}${color2}R${color}${diskiograph_read /dev/sda3 9,30 000033 3299cc} ${color2}W${color}${diskiograph_write /dev/sda3 9,30 000033 3299cc}
    
    
    ${color1}${font Vibrocentric:style=bold:size=14}Ethernet$font${color3}${voffset 1}${hr 0}$color
    ${downspeedgraph eth0 75,123 003300 6ddd00}${alignr}${upspeedgraph eth0 75,123 330000 e3170d}$color
    ${color2}IP Local:      $color${addr eth0}
    ${color2}IP Public:    $color${execi 300 ~/Conky/.getip}
    ${color2}Down: $color${goto 50}${downspeedf eth0} k/s${goto 131}${color2}Up: $color${goto 180}${upspeedf eth0} k/s
    ${color2}Total:$color${goto 50}${totaldown eth0} ${goto 131}${color2}Total:$color${goto 180}${totalup eth0}
    Pantallazo.jpg


    Have a Good Day

Page 1251 of 2348 FirstFirst ... 2517511151120112411249125012511252125312611301135117512251 ... 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
  •