dotfiles/.scripts/lock.sh
Gregor Feierabend 8ac3a2d12f config update
2021-06-29 11:18:37 +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