Disk: Added --disk_subtitle

This commit is contained in:
Dylan Araps 2017-01-08 14:23:55 +11:00
parent 1241f839f7
commit 2e69b7f64c
3 changed files with 37 additions and 1 deletions

View file

@ -316,6 +316,21 @@ public_ip_host="http://ident.me"
#
disk_show=('/')
# Disk subtitle.
# What to append to the Disk subtitle.
#
# Default: 'mount'
# Values: 'mount', 'name'
# Flag: --disk_subtitle
#
# Example:
# name: 'Disk (/dev/sda1): 74G / 118G (66%)'
# 'Disk (/dev/sdb2): 74G / 118G (66%)'
#
# mount: 'Disk (/): 74G / 118G (66%)'
# 'Disk (/mnt/Local Disk): 74G / 118G (66%)'
disk_subtitle="mount"
# Song