Disk: Remove empty var handling

This commit is contained in:
Dylan Araps 2016-12-16 22:40:31 +11:00
parent 5abba17564
commit 4cf108015c
1 changed files with 1 additions and 1 deletions

View File

@ -1553,7 +1553,7 @@ get_disk() {
disk_total_per="${disks[11]}"
# Put it all together
disk="${disk_used:+${disk_used} / }${disk_total} ${disk_total_per:+(${disk_total_per})}"
disk="${disk_used} / ${disk_total} (${disk_total_per})"
# Bar
case "$disk_display" in