42 lines
1.2 KiB
Plaintext
42 lines
1.2 KiB
Plaintext
|
#avoid flicker
|
||
|
double_buffer yes
|
||
|
|
||
|
#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
|
||
|
alignment top_middle
|
||
|
|
||
|
#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
|
||
|
use_spacer no
|
||
|
minimum_size 1680 0
|
||
|
|
||
|
TEXT
|
||
|
${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 }Home: ${color D7D3C5}${fs_free /home} ${fs_bar 6,60 /home} | ${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}
|