Skip to content

Commit

Permalink
Merge pull request #143 from endeavouros-team/killajoe-patch-18
Browse files Browse the repository at this point in the history
[blur-lock] convert named magick now
  • Loading branch information
killajoe authored Dec 13, 2024
2 parents fc720ae + c032cd5 commit 60b6424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/skel/.config/i3/scripts/blur-lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ SCREENSHOT="scrot -z $PICTURE"
BLUR="5x4"

$SCREENSHOT
convert $PICTURE -blur $BLUR $PICTURE
magick $PICTURE -blur $BLUR $PICTURE
i3lock -i $PICTURE
rm $PICTURE

0 comments on commit 60b6424

Please sign in to comment.