Skip to content

Instantly share code, notes, and snippets.

@craig552uk
Created September 23, 2013 15:40
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 craig552uk/6672427 to your computer and use it in GitHub Desktop.
Save craig552uk/6672427 to your computer and use it in GitHub Desktop.
My Conkyrc
# Conky settings #
background no
update_interval 5
double_buffer yes
no_buffers yes
# Window specifications #
own_window yes
own_window_type normal
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_title
own_window_transparent yes
own_window_colour FFFFFF
maximum_width 300
minimum_size 300
# Alignment #
alignment tr
#gap_x 1705
#gap_y 50
border_inner_margin 15
border_outer_margin 0
# Graphics settings #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
# Text settings #
use_xft yes
xftalpha 0
xftfont Open Sans Light:size=10
override_utf8_locale yes
imlib_cache_size 0
# Color scheme #
default_color 494949
default_shade_color FFFFFF
default_outline_color 666666
color1 0099CC
color2 9933CC
color3 669900
color4 FF8800
color5 CC0000
color6 AAAAAA
color7 DDDDDD
TEXT
Load: ${loadavg 1}, ${loadavg 2}, ${loadavg 3} ${alignr}Uptime: ${uptime}
${loadgraph 35}
$hr
RAM: ${memperc}% ${alignr}${mem} / ${memmax}
${membar 4}
Swap: ${swapperc}% ${alignr}${swap} / ${swapmax}
${swapbar 4}
$hr
CPU1 ${goto 60}${cpubar cpu1 5,235} ${alignr}${cpu cpu1}%
CPU2 ${goto 60}${cpubar cpu2 5,235} ${alignr}${cpu cpu2}%
CPU3 ${goto 60}${cpubar cpu3 5,235} ${alignr}${cpu cpu3}%
CPU4 ${goto 60}${cpubar cpu4 5,235} ${alignr}${cpu cpu4}%
Total ${goto 60}${cpubar cpu0 5,235} ${alignr}${cpu cpu0}%
$hr
SDA1
/ ${fs_used /}/${fs_size /} ${goto 150}${fs_bar 6 /}
s ${swap}/${swapmax} ${goto 150}${swapbar 6}
Read: ${diskio_read} ${alignr}Write: ${diskio_write}
$hr
Up: ${upspeed eth0} ${alignr}Down: ${downspeed eth0}
${upspeedgraph eth0 35,135} ${alignr}${downspeedgraph eth0 35,135}
Sent: ${totalup eth0} ${alignr}Received: ${totaldown eth0}
$hr
Name ${goto 150}PID ${goto 220}CPU% ${goto 280}MEM%
${top name 1} ${goto 150}${top pid 1} ${goto 220}${top cpu 1} ${goto 280}${top mem 1}
${top name 2} ${goto 150}${top pid 2} ${goto 220}${top cpu 2} ${goto 280}${top mem 2}
${top name 3} ${goto 150}${top pid 3} ${goto 220}${top cpu 3} ${goto 280}${top mem 3}
${top name 4} ${goto 150}${top pid 4} ${goto 220}${top cpu 4} ${goto 280}${top mem 4}
$hr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment