dotfiles/.scripts/lock.sh
Gregor Feierabend a3dd587df1 update
2021-09-21 22:34:03 +02:00

9 lines
190 B
Bash
Executable file

if `dunstctl is-paused`; then
#i3lock -n -c 222222
i3lock -n -i ~/.config/i3/locked.png
else
dunstctl set-paused true
i3lock -n -i ~/.config/i3/locked.png
dunstctl set-paused false
fi