Skip to content

Instantly share code, notes, and snippets.

@fcayci
Created March 22, 2015 05:05
Show Gist options
  • Save fcayci/b62118f09c91ff526534 to your computer and use it in GitHub Desktop.
Save fcayci/b62118f09c91ff526534 to your computer and use it in GitHub Desktop.
Conky config
background yes
update_interval 1
cpu_avg_samples 2
net_avg_samples 2
double_buffer yes
no_buffers yes
gap_x 20
gap_y 10
minimum_size 300 0
maximum_width 301
own_window yes
#own_window_type override
own_window_type desktop
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_colour 262524
alignment top_left
draw_borders no
draw_shades no
draw_outline no
stippled_borders 0
use_xft yes
xftfont xft:Inconsolata:pixelsize=10
override_utf8_locale yes
uppercase no
short_units yes
total_run_times 0
use_spacer none
#pad_percents 2
default_color 303030
color0 FFC125
color1 a4a4a4
color2 9ACD32
color3 9AB7DC
color4 EA6868
TEXT
${color3}${font Bitstream Vera Sans:size=44}${time %H:%M}$font
${color3}${font Bitstream Vera Sans:size=11}${time %b %d %G} ${color2}${time %A}$font
${color0}Hostname: ${color1}${alignr 130}$nodename
${color0}Kernel: ${color1}${alignr 130}$kernel $machine
${color0}Uptime: ${color1}${alignr 130}$uptime
${color0}Load: ${color1}${alignr 130}$loadavg
$color0}Eth: ${alignr 130}${if_up eth0}${color2}${addr eth0}${endif}
#${color0}Cpu: ${color2}${alignr 130}${if_match "${cpu cpu1}" > "50"}${color4}$endif
${color0}Cpu: ${color2}${alignr 130}${cpu cpu1}% ${color1}
${color0}Ram: ${color1}${alignr 130}$mem / $memmax
${color0}Swap: ${color1}${alignr 130}$swap / $swapmax
${color0}Root: ${color1}${alignr 130}${fs_used /} / ${fs_size /}
${color0}:: dmesg ::
${color2}${exec dmesg | tail -n10 | awk '{for(i=1;i<2;i++) $i="";print}'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment