Disk: Remove empty var handling
This commit is contained in:
parent
5abba17564
commit
4cf108015c
1 changed files with 1 additions and 1 deletions
2
neofetch
2
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
|
||||
|
|
Loading…
Reference in a new issue