7 lines
108 B
Bash
Executable File
7 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
|
|
scrot /tmp/screen.png
|
|
xwobf -s 11 /tmp/screen.png
|
|
i3lock -i /tmp/screen.png
|
|
rm /tmp/screen.png
|