df3 0.1.2

Advanced disk free utility - modern alternative to df command
Documentation
[colors]
# Header text color (Cyan)
header_color = "#00FFFF"
# Border color (Gray)
border_color = "#808080"
# Filesystem name color (White)
filesystem_color = "#FFFFFF"
# High usage color (Red) - above 90%
high_usage_color = "#FF0000"
# Warning usage color (Yellow) - 75-90%
warning_usage_color = "#FFFF00"
# Normal usage color (Green) - below 75%
normal_usage_color = "#00FF00"
# Available space color (Green)
avail_color = "#00FF00"
# Mount point color (Cyan)
mount_color = "#00FFFF"
# Timestamp color (Gray)
timestamp_color = "#808080"

[display]
# Show filesystem type column
show_type = true
# Show inode information by default
show_inodes = false
# Default block size
default_block_size = 1024
# Table style: modern, sharp, rounded, psql, markdown, ascii
table_style = "modern"
# Compact mode (no borders between rows)
compact = false

[defaults]
# Default human readable
human_readable = true
# Default local only
local_only = false
# Default filesystem types to show
fs_types = []
# Default filesystem types to exclude
exclude_types = ["tmpfs", "devtmpfs", "squashfs"]