Is it possible to merge them in the !df command ?
!df
TOP1 > 100GB 50% free > 100GB 50% used > 200GB total
TOP2 > 0GB 0% free > 200GB 100% used > 200GB total
Wanna display
!df
TOP > 100GB 25% free > 300GB 75% used > 400GB total
In dZSbot.conf
###########################################
# FREE SETTINGS
##########################################
# Definition of hd devices, for free space. Format: "disk sections"
# The 'sections' are purely for cosmetic use.
# Note that you can use smb paths like //computername/share
set device(0) "D: TOP1"
set device(1) "E: TOP2"
Thank you for reading me
|