Skip to content

Instantly share code, notes, and snippets.

@ferrine
Created February 15, 2020 11:21
Show Gist options
  • Save ferrine/883de7c93d9f389e7b6be4b0094c1180 to your computer and use it in GitHub Desktop.
Save ferrine/883de7c93d9f389e7b6be4b0094c1180 to your computer and use it in GitHub Desktop.
i3lock-bluring-4K
#!/bin/zsh
magick convert -size 3840x2160 <(scrot -o /dev/stdout)'[384x216]' -blur 0x5 -resize 1000% RGB:- | i3lock --raw 3840x2160:rgb --image /dev/stdin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment