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

9 lines
145 B
Text
Raw Normal View History

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