aboutsummaryrefslogtreecommitdiff
path: root/i3lock.sh
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2019-12-15 20:43:11 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2019-12-15 20:43:11 +0100
commitc3ffbbe252e07d7dd4161039dcaf8cb02e05e202 (patch)
tree81dff7fde647218bfdf66ce97bdface3d6e940de /i3lock.sh
parent17d38e1b9c7abc590565bdc0817896aa54773e00 (diff)
downloadscripts-c3ffbbe252e07d7dd4161039dcaf8cb02e05e202.tar.gz
scripts-c3ffbbe252e07d7dd4161039dcaf8cb02e05e202.zip
Now i3lock.sh background doesn't show cursor.
Diffstat (limited to 'i3lock.sh')
-rwxr-xr-xi3lock.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/i3lock.sh b/i3lock.sh
index 3899da3..dbbef5d 100755
--- a/i3lock.sh
+++ b/i3lock.sh
@@ -5,7 +5,7 @@
#imgLock="$HOME/images/icons/lock.png"
imgTemp="/tmp/i3lockss.png"
imgFinal="/tmp/lockFinal$(date +"%H%M%S").png"
-maim "$imgTemp"
+maim -u "$imgTemp"
#[ -e "$imgLock" ] && convert "$imgTemp" -paint 1 -swirl -30 "$imgLock" -gravity center -composite "$imgFinal"
#[ -e "$imgLock" ] && convert "$imgTemp" "$imgLock" -gravity center -composite -monochrome "$imgFinal"
#convert "$imgTemp" -canny 1x1 +level-colors "#093145","#e0ea99" "$imgFinal"