Commit 4cf10801 authored by Dylan Araps's avatar Dylan Araps

Disk: Remove empty var handling

parent 5abba175
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment