aboutsummaryrefslogtreecommitdiff
path: root/i3lock.sh
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2019-03-12 20:29:37 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2019-03-12 20:29:37 +0100
commit02308076e833029cb84467e1773aacbac8ae1f0a (patch)
tree33135f924a98b14e4e328b08a4d2a07dd96b4ffc /i3lock.sh
parent7271354955d686d5ea7e698542f7afb4864746ee (diff)
downloadscripts-02308076e833029cb84467e1773aacbac8ae1f0a.tar.gz
scripts-02308076e833029cb84467e1773aacbac8ae1f0a.zip
Simple changes to some scripts.
Diffstat (limited to 'i3lock.sh')
-rwxr-xr-xi3lock.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/i3lock.sh b/i3lock.sh
index 029b2f1..0b8ad16 100755
--- a/i3lock.sh
+++ b/i3lock.sh
@@ -2,8 +2,8 @@
# Generates an i3lock bg based on a screenshot.
-imgLock="$HOME/images/padlock.png"
+imgLock="$HOME/images/padlocks.png"
imgFinal="/tmp/lockFinal$(date +"%H%M%S").png"
maim /tmp/i3lockss.png
-convert /tmp/i3lockss.png -paint 1 -swirl -20 "$imgLock" -gravity center -composite "$imgFinal"
+convert /tmp/i3lockss.png -paint 1 -swirl -120 "$imgLock" -gravity center -composite "$imgFinal"
i3lock -i "$imgFinal" -f