From c45e2f608fde7ca2656bd6cf6bee24842913f0a0 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Tue, 24 Sep 2019 16:59:53 +0200 Subject: [PATCH] scripts/lock: remove temporary file --- scripts/lock | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lock b/scripts/lock index 172ad68..d8eabb4 100755 --- a/scripts/lock +++ b/scripts/lock @@ -8,3 +8,4 @@ scrot $tmpbg gm convert $tmpbg -scale 10% -scale 1000% $tmpbg gm composite -resize 256x256^ -gravity center "$icon" $tmpbg $tmpbg i3lock -u -i $tmpbg 2>/dev/null +rm $tmpbg