Increase block size
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
76e8ce7161
commit
ee171f16a5
1 changed files with 1 additions and 1 deletions
2
bin/lock
2
bin/lock
|
@ -2,7 +2,7 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
scrot /tmp/screen.png
|
scrot /tmp/screen.png
|
||||||
convert /tmp/screen.png -scale 10% -scale 1000% /tmp/screen.png
|
convert /tmp/screen.png -scale 5% -scale 2000% /tmp/screen.png
|
||||||
|
|
||||||
if [[ -f ${HOME}/.config/screen-lock.png ]]; then
|
if [[ -f ${HOME}/.config/screen-lock.png ]]; then
|
||||||
# placement x/y
|
# placement x/y
|
||||||
|
|
Loading…
Reference in a new issue