dotfiles/.config/i3/scripts/lock.sh
Gregor Feierabend 5b5664d2dd config update
2021-07-09 20:09:48 +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