# Feeling configuration
# Copy to ~/.config/feeling/config.toml
# Default view when running `feeling` with no subcommand
# Options: "week", "month", "year"
= "month"
# Start weeks on Sunday instead of Monday
= false
# Data file location (default: ~/.local/share/feeling/feeling.csv)
# data_path = "~/path/to/feelings.csv"
# Characters used for week and month views
[]
= "●"
= "◯"
# Characters used for the year heatmap
[]
= "●"
= "·"