Skip to content

Instantly share code, notes, and snippets.

@Oshuma
Last active December 29, 2015 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Oshuma/7654053 to your computer and use it in GitHub Desktop.
Save Oshuma/7654053 to your computer and use it in GitHub Desktop.
#################
# Size & Position
#################
alignment top_right
gap_x 12
gap_y 36
maximum_width 350
minimum_size 200 200
#########
# Options
#########
cpu_avg_samples 2
double_buffer yes
draw_borders no
draw_graph_borders no
draw_outline no
draw_shades no
net_avg_samples 2
no_buffers yes
own_window yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_transparent yes
own_window_type desktop
short_units yes
total_run_times 0
update_interval 1.0
use_xft yes
xftfont Liberation Sans:size=11
xftalpha 1
############
# Appearance
############
default_color 656667
default_shade_color 000000
default_outline_color 828282
stippled_borders yes
##########
# Monitors
##########
TEXT
$nodename$alignr$addr
Uptime$alignr$uptime
Processes$alignr$processes
$hr
CPU 1$alignr${cpu cpu1}%
${cpubar cpu1}
${cpugraph cpu1 10,200 00ff00 ff0000 -t}
CPU 2$alignr${cpu cpu2}%
${cpubar cpu2}
${cpugraph cpu2 10,200 00ff00 ff0000 -t}
$hr
RAM$alignr$mem / $memmax
$membar
${memgraph 10,200 00ff00 ff0000 -t}
$hr
Disk$alignr${fs_used /} / ${fs_size /}
Disk I/O$alignr$diskio
$fs_bar
${if_up eth0}
$hr
Net$alignr${downspeed eth0} DS
$alignr${upspeed eth0} US
${downspeedgraph eth0 10,200 00ff00 ff0000 -t}
${upspeedgraph eth0 10,200 00ff00 ff0000 -t}
$endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment