Replace scrot with maim
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
bdb53fd316
commit
7f0aea1c9b
1 changed files with 1 additions and 1 deletions
2
bin/lock
2
bin/lock
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
scrot /tmp/screen.png
|
||||
maim -u /tmp/screen.png
|
||||
convert /tmp/screen.png -scale 5% -scale 2000% /tmp/screen.png
|
||||
|
||||
if [[ -f ${HOME}/.config/screen-lock.png ]]; then
|
||||
|
|
Loading…
Reference in a new issue