Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- background none
- use_xft yes
- xftfont DejaVu Mono:size=8
- xftalpha 0.8
- out_to_console no
- update_interval 1.0
- total_run_times 0
- draw_shades no
- minimum_size 1440 900
- maximum_width 1440
- own_window yes
- own_window_type desktop
- own_window_transparent yes
- own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
- double_buffer yes
- default_color FFFFFF
- color1 6C6C6C
- color2 2AC12A
- color3 9F9F9F
- alignment top_left
- gap_x 5
- gap_y 2
- no_buffers yes
- use_spacer none
- diskio_avg_samples 2
- cpu_avg_samples 2
- net_avg_samples 2
- TEXT
- #
- ############### $sysname $kernel
- #
- ${offset 0}${voffset -2}${color2}$sysname ${color}${color1}$kernel
- #
- ############### uptime $uptime
- #
- ${offset 10}${voffset -1}${color1}uptime ${color}$uptime
- #
- ############### hostname ${execi ...}
- #
- ${offset 180}${voffset -24}${color1}hostname${color}
- ${offset 240}${voffset -13}${execi 300 hostname | awk '{nlabels = split($0,labels,/\./); if (nlabels <= 2) node = $0; else while (nlabels-- > 2) node = node ( node == "" ? "" : "." ) labels[++n]; print node }' ;}
- #
- ############### ip ${addr ...}
- #
- ${offset 227}${voffset -2}${color1}ip${color}
- ${offset 240}${voffset -13}${addr em0}
- #
- ############### root ${fs_used_perc ...} ${fs_bar ...} ${fs_free ...}
- #
- ${offset 363}${voffset -24}root
- ${offset 399}${voffset -13}${color3}${fs_used_perc /}%${color}
- ${offset 437}${voffset -13}${color1}${fs_bar 6,40 /}${color}
- ${offset 486}${voffset -13}${color3}${fs_free /}${color} ${color1}free${color}
- #
- ############### mem $memperc ${membar ...} $mem
- #
- ${offset 363}${voffset -2}mem
- ${offset 399}${voffset -13}${color3}$memperc%${color}
- ${offset 437}${voffset -13}${color1}${membar 6,40}${color}
- ${offset 486}${voffset -13}${color3}$mem${color} ${color1}in-use${color}
- #
- ############### da0p1 ${diskiograph ...}
- #
- ${offset 605}${voffset -24}da0p1
- ${offset 651}${voffset -13}${color1}${diskiograph da0p1 6,40 004F00 2AC12A 0 -t}${color}
- #
- ############### da0p2 ${diskiograph ...}
- #
- ${offset 605}${voffset -2}da0p2
- ${offset 651}${voffset -13}${color1}${diskiograph da0p2 6,40 004F00 2AC12A 0 -t}${color}
- #
- ############### da0p3 ${diskiograph ...}
- #
- ${offset 741}${voffset -24}da0p3
- ${offset 695}${voffset -13}${color1}${diskiograph da0p3 6,40 004F00 2AC12A 0 -t}${color}
- #
- ############### da0p4 ${diskiograph ...}
- #
- ${offset 741}${voffset -2}da0p4
- ${offset 695}${voffset -13}${color1}${diskiograph da0p4 6,40 004F00 2AC12A 0 -t}${color}
- #
- ############### cpu0 ${cpu ...} ${cpugraph ...} ${execi ...}
- #
- ${offset 825}${voffset -24}cpu0
- ${offset 859}${voffset -13}${color3}${cpu cpu0}%${color}
- ${offset 897}${voffset -13}${color1}${cpugraph cpu0 6,40 004F00 2AC12A 0 -t}${color}
- ${offset 946}${voffset -13}${color1}${execi 300 sysctl -n dev.cpu.0.freq_levels | sed -e 's/[^0-9].*//' ;}MHz${color}
- #
- ############### load ${loadavg ...} ${loadgraph ...}
- #
- ${offset 828}${voffset -2}load
- ${offset 859}${voffset -13}${color3}${loadavg 1}${color}
- ${offset 897}${voffset -13}${color1}${loadgraph 6,40 004F00 2AC12A 0 -t}${color}
- #
- ############### down ${downspeedgraph ...} $downspeedf
- #
- ${offset 1005}${voffset -24}down
- ${offset 1039}${voffset -13}${color1}${downspeedgraph em0 6,40 004F00 2AC12A 0 -t}${color}
- ${offset 1087}${voffset -13}${color3}${downspeedf em0}KiB/s${color}
- #
- ############### up $upspeedf ${upspeedgraph ...}
- #
- ${offset 1021}${voffset -2}up
- ${offset 1039}${voffset -13}${color1}${upspeedgraph em0 6,40 004F00 2AC12A 0 -t}${color}
- ${offset 1087}${voffset -13}${color3}${upspeedf em0}KiB/s${color}
- #
- ############### END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement