Created
November 23, 2021 16:33
-
-
Save matteyeux/1ec9a5c355200d432bdf1234863213d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# needs scrot and imagemagick | |
scrot /tmp/screen_locked.png | |
convert /tmp/screen_locked.png -blur 0x9 /tmp/screen_locked_blured.png | |
i3lock -i /tmp/screen_locked_blured.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment