This commit is contained in:
deathbybandaid 2023-12-17 11:32:01 -05:00
parent fae4b43c3d
commit 9e9b913949

View File

@ -74,7 +74,7 @@ pkgmgr_update(){
get_system_used_space() {
usedspace=$(df --output=used -B1 / | tail -n 1| cut -d'%' -f1)
echo "$usedspace"
printf "$COL_RED" "$usedspace"
return $usedspace
}