marinvhs /.conkyrc

# Conky sample configuration
#
# the list of variables has been removed from this file in favour
# of keeping the documentation more maintainable.
# Check http://conky.sf.net for an up-to-date-list.

# set to yes if you want Conky to be forked in the background
background no

# Use Xft?
use_xft yes

# Xft font when Xft is enabled
#xftfont Bitstream Vera Sans Mono:size=8
xftfont Bitstream Vera Bold:size=10

# Text alpha when using Xft
xftalpha 1

# mail spool
mail_spool $MAIL

# Update interval in seconds
update_interval 3

# 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)
own_window no

# If own_window is yes, you may use type normal, desktop or override
own_window_type normal

# Use pseudo transparency with own_window?
own_window_transparent no

# If own_window_transparent is set to no, you can set the background colour here
own_window_colour black

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

# Minimum size of text area
minimum_size 3 3

# Draw shades?
draw_shades yes

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Draw borders around graphs
draw_graph_borders no

# Stippled borders?
stippled_borders 8

# border margins
border_margin 2

# border width
border_width 1

# Default colors and also border colors
color1 FFFFFF
color2 DDFFDD
color3 F0D453
default_color 50C0F1
default_shade_color black
default_outline_color black

# Text alignment, other possible values are commented
alignment top_center

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 0
gap_y 0

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase yes

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

# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2

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

use_spacer none
TEXT 
$color1 KERNEL:$color $kernel $color3|$color1 UPTIME:$color $uptime $color3|$color1 CPU:$color $cpu% $color3|$color1 RAM:$color $mem($memperc%) $color3|$color1 ~: $color ${fs_used /home/mrn}/${fs_size /home/mrn}