Disk: Fix typo
This commit is contained in:
parent
886a51db12
commit
9b21e73276
2
neofetch
2
neofetch
|
@ -1631,7 +1631,7 @@ get_disk() {
|
||||||
{ err "Disk: df failed to print the disks, make sure the disk_show array is set properly."; return; }
|
{ err "Disk: df failed to print the disks, make sure the disk_show array is set properly."; return; }
|
||||||
|
|
||||||
for disk in "${disks[@]}"; do
|
for disk in "${disks[@]}"; do
|
||||||
# Create a second array and make each element split at whitespacw this time.
|
# Create a second array and make each element split at whitespace this time.
|
||||||
disk_info=($disk)
|
disk_info=($disk)
|
||||||
disk_perc="${disk_info[4]/'%'}"
|
disk_perc="${disk_info[4]/'%'}"
|
||||||
|
|
||||||
|
|
Reference in New Issue