Created
April 20, 2015 05:28
-
-
Save yuriihabrusiev/0797e7c54d5af20e372c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
scrot /tmp/screen.png | |
convert /tmp/screen.png -scale 10% -scale 1000% /tmp/screen.png | |
[[ -f $HOME/Pictures/Icons/lock.png ]] && convert /tmp/screen.png $HOME/Pictures/Icons/lock.png -gravity center -composite -matte /tmp/screen.png | |
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Stop | |
i3lock -u -i /tmp/screen.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment