7 lines
157 B
Bash
Executable File
7 lines
157 B
Bash
Executable File
#!/bin/bash
|
|
|
|
import -window root /tmp/screenshot.png
|
|
convert /tmp/screenshot.png -blur 15x15 /tmp/screenshot_blur.png
|
|
i3lock -i /tmp/screenshot_blur.png
|
|
|