vim, gitconfig, update.sh
[dotfiles_afify.git] / .scripts / notify_gpu
blob0359199024dc762e5634a8247986cb480ebdb2c5
1 #!/bin/sh
3 ps=$(nvidia-smi pmon -c 1 | tail -n +3 |awk '{print $2 " " $4 "% " $8}' | sort -k2 -r | column -t)
4 notify-send "GPU" "$ps" -t 5000