Remove X.org related files
This commit is contained in:
parent
f2db1896e6
commit
376badc670
5 changed files with 0 additions and 345 deletions
12
bin/lock
12
bin/lock
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue