Remove X.org related files

This commit is contained in:
Rodolphe Bréard 2023-10-21 16:38:18 +02:00
parent f2db1896e6
commit 376badc670
5 changed files with 0 additions and 345 deletions

View file

@ -1,12 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
LOCK_BG_FILE="/tmp/lock_screen.png"
rm -f "$LOCK_BG_FILE"
scrot "$LOCK_BG_FILE"
mogrify -filter Gaussian -resize 50% -define filter:sigma=2.5 -resize 200% "$LOCK_BG_FILE"
mogrify -font Liberation-Sans -fill white -undercolor '#00000080' -pointsize 30 -gravity South -annotate +0+200 "Screen locked" "$LOCK_BG_FILE"
i3lock -e -i "$LOCK_BG_FILE"