123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- double_buffer yes
- background yes
- use_xft yes
- xftfont Bitstream Vera Sans Mono:size=10
- xftalpha 0.8
- update_interval 1.0
- total_run_times 0
- own_window yes
- own_window_type desktop
- own_window_transparent yes
- own_window_colour black
- own_window_hints undecorated,below,skip_taskbar,sticky,skip_pager
- minimum_size 250 50
- maximum_width 250
- minimum_width 250
- draw_shades no
- draw_outline no
- draw_borders no
- stippled_borders 0
- border_margin 6
- border_width 1
- default_color green
- default_shade_color lightgrey
- default_outline_color green
- alignment top_right
- gap_x 20
- gap_y 20
- no_buffers yes
- uppercase no
- TEXT
- ${ALIGNR}${time %a %b %d %I:%M%P}
- ${ALIGNR}$uptime
- ${ALIGNR}${cpu cpu1}% ${cpu cpu2}% ${cpu cpu3}% ${cpu cpu4}%
- ${ALIGNR}${cpu cpu5}% ${cpu cpu6}% ${cpu cpu7}% ${cpu cpu8}% # if your CPU is an 8350 or an i7 w/ hyperthreading
- ${ALIGNR}${exec sensors | awk '/Core 0/ {print substr($3,2,4)}'}c ${exec sensors | awk '/Core 1/ {print substr($3,2,4)}'}c ${exec sensors | awk '/Core 2/ {print substr($3,2,4)}'}c ${exec sensors | awk '/Core 3/ {print substr($3,2,4)}'}c
- ${ALIGNR}$memperc% $mem/$memmax
- ${ALIGNR}${fs_free /}/${fs_size /}
- ${ALIGNR}${fs_free /media/sdb1}/${fs_size /media/sdb1}
- ${ALIGNR}${fs_free /media/sdc1}/${fs_size /media/sdc1}
- ${ALIGNR}${fs_free /home/nfsmount}/${fs_size /home/nfsmount}
- ${ALIGNR}${upspeed eth0}/s
- ${ALIGNR}${downspeed eth0}/s
- ${ALIGNR}${upspeed wlan0}/s
- ${ALIGNR}${downspeed wlan0}/s
|