Created
March 1, 2017 09:14
-
-
Save reneroboter/866664bc50d37fde03bb6b3fa55364de 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 | |
cd "/home/rs/.config/i3/" | |
import -silent -window root lock.png; | |
convert lock.png -scale 10% -scale 1000% lock.png | |
i3lock -i lock.png --textcolor=eee8d5ff --ringcolor=07364295 --keyhlcolor=268bd295 --bshlcolor=dc322f95 --insidecolor=002b3695 --insidevercolor=268bd295 --ringvercolor=268bd295 --insidewrongcolor=dc322f95 --ringwrongcolor=dc322f95 --linecolor=07364295 --separatorcolor=07364295; | |
rm lock.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment