Skip to content

Instantly share code, notes, and snippets.

@gbirke
Last active August 29, 2015 14:04
Show Gist options
  • Save gbirke/26663ed08848a2bbd728 to your computer and use it in GitHub Desktop.
Save gbirke/26663ed08848a2bbd728 to your computer and use it in GitHub Desktop.
My Conky config
background yes
use_xft yes
xftfont 123:size=12
xftalpha 0.1
update_interval 0.5
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent no
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_colour 000000
#own_window_argb_visual true
#own_window_argb_value 240
double_buffer yes
minimum_size 350
#maximum_width 800
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color gray
default_shade_color red
default_outline_color green
alignment top_right
gap_x 10
gap_y 10
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale no
use_spacer right
border_inner_margin 20
TEXT
${color PaleGreen} ${font :size=30}$alignc${time %H:%Mh}
${voffset -30}${font :bold:size=12}$alignc${time %d %b. %Y}
${font :bold:size=8}$alignc${time %A}
${font Arial:bold:size=12}${color DarkSeaGreen}SYSTEM ${color DarkSlateGray} ${hr 2}
$font${color LightSlateGray}$sysname $kernel $alignr $machine
Intel Pentium D $alignr${freq_g cpu0}Ghz
${font Arial:bold:size=12}${color DarkSeaGreen}PROCESSORS ${color DarkSlateGray}${hr 2}
$font${color LightSlateGray}CPU1 ${cpu cpu1}% ${cpubar cpu1}
CPU2 ${cpu cpu2}% ${cpubar cpu2}
${font Arial:bold:size=12}${color DarkSeaGreen}MEMORY ${color DarkSlateGray}${hr 2}
$font${color LightSlateGray}MEM $alignc $mem / $memmax $alignr $memperc%
$membar
${font Arial:bold:size=12}${color DarkSeaGreen}TOP PROCESSES ${color DarkSlateGray}${hr 2}
${color LightSlateGray}$font${top_mem name 2}${alignr}${top mem 2} %
$font${top_mem name 3}${alignr}${top mem 3} %
$font${top_mem name 4}${alignr}${top mem 4} %
$font${top_mem name 5}${alignr}${top mem 5} %
${font Arial:bold:size=12}${color DarkSeaGreen}NETWORK ${color DarkSlateGray}${hr 2}
$font${color LightSlateGray}IP on eth0 $alignr ${addr eth0}
Down $alignr ${downspeed eth0} kb/s
Up $alignr ${upspeed eth0} kb/s
Downloaded: $alignr ${totaldown eth0}
Uploaded: $alignr ${totalup eth0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment