mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Added lockscreen from print screen.. again
This commit is contained in:
parent
1764b49779
commit
d4f29c3b89
@ -3,6 +3,16 @@
|
|||||||
mpc pause >/dev/null 2>&1
|
mpc pause >/dev/null 2>&1
|
||||||
pauseallmpv >/dev/null 2>&1
|
pauseallmpv >/dev/null 2>&1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# If `imagemagick` is not installed, use a colored screen.
|
||||||
|
[ -f /usr/bin/convert ] &&
|
||||||
|
rm -f /tmp/locked.png && # remove old lock img
|
||||||
|
scrot -m -z /tmp/base.png && # Take a screen shot
|
||||||
|
pgrep -x dunst && notify-send -i ~/.scripts/pix/lock.png "Locking computer..." &&
|
||||||
|
convert /tmp/base.png -blur 0x8 /tmp/locked.png &&
|
||||||
|
i3lock -e -f -c 000000 -i /tmp/locked.png
|
||||||
|
|
||||||
i3lock -e -f -c 1d2021
|
i3lock -e -f -c 1d2021
|
||||||
|
|
||||||
# In five seconds, turn off display unless key press in last 4 seconds.
|
# In five seconds, turn off display unless key press in last 4 seconds.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user