#-----------------------------------------------------------------------
# File:         conkyrc_cpu
# Version:      1.0.5
# Licence:      GPL 2
#
# Description:  conky config for cpu applet
#
# Author:       Thomas Funk <t.funk@web.de>    
#
# Created:      08/11/2012
# Changed:      09/22/2015
#-----------------------------------------------------------------------

# Use Xft?
use_xft yes

# Update interval in seconds
update_interval 1

# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0

# Create own window instead of using desktop (required in nautilus)
background no
own_window yes
own_window_title conky_cpu
own_window_class conky_cpu
own_window_transparent yes
own_window_argb_value 255
own_window_type dock
own_window_hints undecorated,skip_taskbar,skip_pager

# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around graph
draw_graph_borders  no

# Stippled borders?
stippled_borders 0

# border margins
border_inner_margin 0
border_outer_margin 0

# Default colors and also border colors
default_color B1B1B1 #default text color
default_shade_color black

# Text alignment
alignment top_left

# Subtract file system buffers from used memory?
no_buffers no

# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2

# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes

TEXT
# empty, cause set via commandline
