iv also got some free memory widgets (rootfs, mass mem and mem card), is there any command to use so i can have 1 showing free RAM? thanx Command to show free mass memory: df -h | awk ' $1 == "/dev/mmcblk0p1" {print $4"B"}' Command to show free memory on mem card: df -h | awk ' $1 == "/dev/mmcblk1p1" {print $4"B"}'