Posted by ugaciaka on Mon 29 Dec 12:20
report abuse | download | new post
- # Written By BaSh, Modified by ugaciaka
- # http://www.deelab.org/bash/
- #
- # For HardDisk Temperature need hddtemp is configured to working with sudo without password.
- # Options
- use_xft yes
- background yes
- font 8x12
- #xftfont dejavu sans mono book:size=8
- xftfont zekton:size=8
- xftalpha 1
- update_interval 1.0
- total_run_times 0
- #se metto yes ho lo sfarfallio di conky che mi copre le finestre, se metto no devo togliere le icone dal desktop in xfce
- own_window yes
- # normalmente con i DE
- own_window_type override
- # per openbox
- #own_window_type desktop
- #own_window_hints below,sticky,skip_taskbar,skip_pager,undecorated
- own_window_transparent yes
- double_buffer yes
- draw_shades no
- draw_outline no
- draw_borders no
- draw_graph_borders yes
- no_buffers yes
- cpu_avg_samples 1
- net_avg_samples 2
- override_utf8_locale yes
- uppercase no
- #use_spacer no
- # colors
- default_color white
- #default_shade_color black
- default_outline_color grey
- color0 white
- color1 grey
- #color2 white
- # #729FCF
- # Position
- alignment top_right
- gap_x 15
- gap_y 70
- # Parameters
- TEXT
- ${alignc}${color #729FCF}${font zekton:size=10} $nodename - $sysname $kernel${font}
- ${color1}$hr
- ${alignc}${color #729FCF}Temperature
- ${color0}Core0 Temp: ${execi 30 sensors | awk '/Core 0/ {print $3}'} Core1 Temp: ${execi 30 sensors | awk '/Core 1/ {print $3}'}
- ${color0}/dev/sda Temp: +${execi 30 sudo hddtemp /dev/sda | awk '{print $4}'}
- ${color1}$hr
- ${alignc}${color #729FCF}${exec uname -p}
- ${color0}Core0: ${cpu cpu0}% @${freq 0}MHz
- ${color0}${cpugraph cpu0 30,300 000000 000000}
- ${color0}Core1: ${cpu cpu1}% @${freq 1}MHz
- ${color0}${cpugraph cpu1 30,300 000000 000000}
- ${color0}CPU usage PID CPU% MEM%
- ${color0}${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
- ${color0}${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
- ${color0}${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
- ${color0}${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
- ${color1}$hr
- ${alignc}${color #729FCF}Memoria
- ${color0}RAM:${color0} $mem/$memmax - $memperc% $membar
- ${color0}Swap:${color0} $swap/$swapmax - $swapperc% $swapbar
- ${color1}$hr
- ${alignc}${color #729FCF}File System
- ${color0}root (${fs_free_perc /}% Free): ${fs_used /}/${fs_size /} ${fs_bar /}
- ${color0}home (${fs_free_perc /home}% Free): ${fs_used /home}/${fs_size /home} ${fs_bar /home}
- ${color0}tmp (${fs_free_perc /tmp}% Free): ${fs_used /tmp}/${fs_size /tmp} ${fs_bar /tmp}
- ${color1}$hr
- ${alignc}${color #729FCF}wlan0
- ${color0}IP: ${addr wlan0} - Gateway: ${gw_ip}
- ${color0}Segnale: ${wireless_link_qual_perc wlan0}%
- ${color0}Down: ${downspeedf wlan0} kB/s ${offset 70}Up: ${upspeedf wlan0} kB/s
- ${color0}${downspeedgraph wlan0 30,140 000000 000000} $alignr${upspeedgraph wlan0 30,140 000000 000000}
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.