Skip to content

Instantly share code, notes, and snippets.

@dragonauta
Created May 22, 2015 13:16
Show Gist options
  • Save dragonauta/5cb310bce8472cae6da3 to your computer and use it in GitHub Desktop.
Save dragonauta/5cb310bce8472cae6da3 to your computer and use it in GitHub Desktop.
Notifies system load and 3 top processes
DISPLAY=:0 notify-send "$(cat /proc/loadavg)" "$(ps hax o comm k -time | head -n 3)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment