From 4cf108015c39c8f8719237712ff542a2a78d82a2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 16 Dec 2016 22:40:31 +1100 Subject: [PATCH] Disk: Remove empty var handling --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index c12e5334..b4fe89af 100755 --- a/neofetch +++ b/neofetch @@ -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