# sample configuration file for mempeak
#
# Each line must be a pair of a keyword and one value.
# All statements are case-sensitive!

# bold or normal
screenmode bold

# color settings; valid colors are:
# black red green yellow blue magenta cyan white

color_bg black
color_head_bg blue
color_head_fg white
color_legend yellow
color_mem_keys white
color_mem_max green
color_mem_min red
color_proc_running cyan
color_proc_notrunning blue
color_help white
color_warning green

# Delay between the updates in seconds
interval 3

# If you want the clock in the upper right corner to be updated
# each second it's 'second', otherwise it's 'interval'.
# interval or second
timeupdate interval

# Switch off the text-cursor, might not work on every system
# values: 'on' or 'off'
cursor off

# Display only processes that are still running
# values: 'on' or 'off'
runonly off
