# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use Xft?
use_xft yes
# Xft font when Xft is enabled
xftfont Monaco Bold:pixelsize=8.5
# Text alpha when using Xft
xftalpha 0.8
background yes
double_buffer yes
use_spacer yes
update_interval 5
draw_shades yes
default_outline_color black
default_shade_color black
draw_outline no # amplifies text if yes
draw_borders no
uppercase no # set to yes if you want all text to be in uppercase
stippled_borders 3
border_margin 9
border_width 10
draw_graph_borders no
default_color white
alignment top_left
gap_x 4
gap_y 20
TEXT
+--${color 729FCF}[$nodename]${color white}
|--[${color 729FCF}$kernel${color white} $machine]
`--//${color 729FCF}System${color white}
| |
| `--${color 729FCF}up${color white} - $uptime
| `--//${color 729FCF}cpu${color white}:
| `--${color 729FCF}core0${color white}: ${freq_dyn_g cpu0}Ghz - ${cpu cpu0}%
| `--${color 729FCF}core1${color white}: ${freq_dyn_g cpu1}Ghz - ${cpu cpu1}%
| `--${color 729FCF}ram${color white} - $mem / $memmax - $memperc%
| `--${color 729FCF}r00t${color white} - ${fs_used /} / ${fs_size /} - ${fs_free_perc /}%
| `--${color 729FCF}home${color white} - ${fs_used /home} / ${fs_size /home} - ${fs_free_perc /home}%
| `--${color 729FCF}data${color white} - ${fs_used /media/sda5} / ${fs_size /media/sda5} - ${fs_free_perc /media/sda5}%
| `--${color 729FCF}swap${color white} - $swap / $swapmax - $swapperc%
`--//${color 729FCF}Network${color white}
| |
| `--${color 729FCF}in${color white} - ${downspeed eth0}k/s
| `--${color 729FCF}out${color white} - ${upspeed eth0}k/s
| `--${color 729FCF}up${color white} - ${totalup eth0}
| `--${color 729FCF}down${color white} - ${totaldown eth0}
| `--${color 729FCF}inbound${color white} - ${tcp_portmon 1 32767 count}
| `--${color 729FCF}outbound${color white} - ${tcp_portmon 32768 61000 count}
| `--${color 729FCF}IP${color white} - ${addr eth0}
`--//${color 729FCF}Programs${color white} (${color 729FCF}total${color white}: ${processes} | ${color 729FCF}running${color white}: ${running_processes})
| |
| `--//${color 729FCF}Top 3 (cpu)${color white}
| `--${top name 1}${tab 25}${top cpu 1}%
| `--${top name 2}${tab 25}${top cpu 2}%
| `--${top name 3}${tab 25}${top cpu 3}%
| `--//${color 729FCF}Top 3 (mem)${color white}
| `--${top_mem name 1}${tab 25}${top_mem mem 1}%
| `--${top_mem name 2}${tab 25}${top_mem mem 2}%
| `--${top_mem name 3}${tab 25}${top_mem mem 3}%
`--//${color 729FCF}Logs${color white}
| |
| `--//${color 729FCF}Messages${color white}
${execi 30 tail -n1 /var/log/messages | fold -w50}
|
`--${color 729FCF}//CPU Graph${cpugraph 729fcf 000000}