Skip to content

Instantly share code, notes, and snippets.

@mjnaderi
Created January 25, 2019 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjnaderi/9fbc82d50bc30ab164d13e51b93e71f4 to your computer and use it in GitHub Desktop.
Save mjnaderi/9fbc82d50bc30ab164d13e51b93e71f4 to your computer and use it in GitHub Desktop.
Activity Logger
$ pacman -S xprintidle xdotool iw
$ while true; do idle=`xprintidle`; print `date` ' | ' 'Idle:' "$((idle/1000))s" ' | ' `xdotool getactivewindow getwindowname`; sleep 10; done
$ iw dev wlp2s0 info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment