improve i3lock

This commit is contained in:
SALVI Jérémie
2024-08-16 17:06:08 +02:00
parent 8e36eebe25
commit edbf81ed9c
3 changed files with 7 additions and 1 deletions

6
scripts/i3lock.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
import -window root /tmp/screenshot.png
convert /tmp/screenshot.png -blur 15x15 /tmp/screenshot_blur.png
i3lock -i /tmp/screenshot_blur.png