dotfiles/X/isslock.sh
2015-12-28 16:33:49 -05:00

5 lines
205 B
Bash
Executable file

#!/usr/bin/env bash
i3-sensible-terminal -e livestreamer -Q http://ustream.tv/channel/iss-hdev-payload best --player 'mpv --fs ' &
xtrlock
kill -9 $(ps aux | grep 'mpv' | grep -v grep | awk '{print $2}')