2009-11-05 10:47:01 +01:00
|
|
|
#avoid flicker
|
|
|
|
double_buffer yes
|
|
|
|
|
2009-11-05 11:58:10 +01:00
|
|
|
# set to yes if you want Conky to be forked in the background
|
|
|
|
background yes
|
|
|
|
|
2009-11-05 10:47:01 +01:00
|
|
|
#own window to run simultanious 2 or more conkys
|
|
|
|
own_window yes
|
|
|
|
own_window_transparent no
|
|
|
|
own_window_type normal
|
|
|
|
own_window_hints undecorate,sticky,skip_taskbar,skip_pager
|
|
|
|
|
|
|
|
#borders
|
|
|
|
draw_borders no
|
|
|
|
border_margin 6
|
|
|
|
|
|
|
|
#shades
|
|
|
|
draw_shades no
|
|
|
|
|
|
|
|
#position
|
|
|
|
gap_x 6
|
|
|
|
gap_y 2
|
2009-11-05 10:53:29 +01:00
|
|
|
alignment top_right
|
2009-11-05 10:47:01 +01:00
|
|
|
|
|
|
|
#behaviour
|
|
|
|
update_interval 1
|
|
|
|
|
|
|
|
#colour
|
|
|
|
default_color 9f907d
|
|
|
|
|
|
|
|
#default_shade_color 000000
|
|
|
|
#own_window_colour 3d352a
|
|
|
|
own_window_colour 3e3c3a
|
|
|
|
|
|
|
|
#font
|
|
|
|
use_xft yes
|
|
|
|
xftfont bauhaus:pixelsize=11
|
|
|
|
|
|
|
|
#to prevent window from moving
|
2009-11-05 10:53:29 +01:00
|
|
|
use_spacer none
|
|
|
|
#use_spacer right
|
2009-11-05 11:58:10 +01:00
|
|
|
minimum_size 1268 0
|
2009-11-05 10:47:01 +01:00
|
|
|
|
|
|
|
TEXT
|
2009-11-05 16:08:40 +01:00
|
|
|
${alignc}Kernel: ${color D7D3C5}$kernel | ${color}Uptime: ${color D7D3C5}${uptime_short} | ${color }Down: ${color D7D3C5}${font}${downspeed eth0} Kb/s - ${color D7D3C5}${totaldown eth0} | ${color }Up: ${color D7D3C5}${upspeed eth0} Kb/s - ${color D7D3C5}${totalup eth0} | ${color }Root: ${color D7D3C5}${fs_free /} ${fs_bar 6,60 /} | ${color }Mem: ${color D7D3C5}$memperc% ${color D7D3C5} ${membar 6,80}${color D7D3C5} | ${color}Cpu: ${color D7D3C5}${cpu}% ${color D7D3C5}${cpugraph 9,80 AEA08E 9F907D} ${color D7D3C5}
|