# Conky/Lua Monitor by Don B. Cilly 
# Base settings
update_interval 1
total_run_times 0
net_avg_samples 2
cpu_avg_samples 1

imlib_cache_size 0
double_buffer yes
no_buffers yes

format_human_readable false

# Text settings 

use_xft yes
xftfont Droid Sans:size=8
override_utf8_locale yes
text_buffer_size 2048

# Window settings

own_window_class Conky
own_window yes
own_window_argb_visual yes
own_window_argb_value 180
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar

alignment tr
gap_x 20
gap_y 200
minimum_size 230 800
maximum_width 230
default_bar_size 220 8

# Graphics settings 

draw_shades no
default_color cccccc

color0 black
color1 cyan
color2 white
color4 cyan
color5 3884AC

lua_load ./bargraph.lua
lua_draw_hook_pre main_bars


TEXT

