Lockscreen scripts
This commit is contained in:
parent
b43e38fd28
commit
4215f26451
2 changed files with 8 additions and 0 deletions
4
X/cmatrixlock.sh
Executable file
4
X/cmatrixlock.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
i3-sensible-terminal -e cmatrix &
|
||||
xtrlock
|
||||
kill -9 $(pgrep cmatrix)
|
4
X/isslock.sh
Executable file
4
X/isslock.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/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}')
|
Loading…
Reference in a new issue