1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[]
# Header text color (Cyan)
= "#00FFFF"
# Border color (Gray)
= "#808080"
# Filesystem name color (White)
= "#FFFFFF"
# High usage color (Red) - above 90%
= "#FF0000"
# Warning usage color (Yellow) - 75-90%
= "#FFFF00"
# Normal usage color (Green) - below 75%
= "#00FF00"
# Available space color (Green)
= "#00FF00"
# Mount point color (Cyan)
= "#00FFFF"
# Timestamp color (Gray)
= "#808080"
[]
# Show filesystem type column
= true
# Show inode information by default
= false
# Default block size
= 1024
# Table style: modern, sharp, rounded, psql, markdown, ascii
= "modern"
# Compact mode (no borders between rows)
= false
[]
# Default human readable
= true
# Default local only
= false
# Default filesystem types to show
= []
# Default filesystem types to exclude
= ["tmpfs", "devtmpfs", "squashfs"]