vincentbernat.i3wm-configur.../bin/notify-lock

8 lines
145 B
Bash
Executable file

#!/bin/sh
icon="$1"
exec notify-send "Lock screen" \
${icon:+-i $icon} \
-t 10000 \
"Lock screen will be started in 10 seconds..."