vim, gitconfig, update.sh
[dotfiles_afify.git] / .scripts / notify_disks
blob2e5b5f9c814ade006ee22083cac04ddfba48faf5
1 #!/usr/bin/env bash
3 com=$(df -h | grep -E "(Mounted|\/$|mnt|home)" |\
4 awk '{print $6"\t"$3"\t"$4"\t" $5}' | column -t)
5 notify-send "Disks Usage" "$com"