--- discusrc.orig 2023-01-15 08:07:06 UTC +++ discusrc @@ -19,11 +19,6 @@ opts["graph"] = 1 opts["graph_char"] = "*" opts["graph_fill"] = "-" -## Example mtab entry that uses a shell command (always use a ! as -## first character) rather than a file: -## opts["mtab"] = "!/bin/mount |awk '{print $1, $3}'" -opts["mtab"] = "/etc/mtab" - ## Number of decimal places to display, same as -p opts["places"] = 1 @@ -32,10 +27,6 @@ opts["skip_list"] = ["/dev/pts", "/proc", "/dev", "/pr ## Use smart formatting of numbers. opts["smart"] = 1 - -## Location of stat program in lieu of Python's statvfs module. -# Deprecated starting from version 0.3.0 -#opts["stat_prog"] = "stat -ft" ## These colors should work on VT100-type displays. Change them if you use ## something else.