remove distro script

This commit is contained in:
2026-06-15 02:10:09 +07:00
parent e55ebcc8ed
commit b9e75b0ff7
23 changed files with 0 additions and 1681 deletions
-14
View File
@@ -1,14 +0,0 @@
#!/usr/bin/env bash
# simple screenlocker using i3lock that creates ablurred screenshot to overlay
PICTURE=/tmp/i3lock.png
SCREENSHOT="scrot -z $PICTURE"
BLUR="5x4"
$SCREENSHOT
magick $PICTURE -blur $BLUR $PICTURE
i3lock -i $PICTURE
shred $PICTURE
rm $PICTURE