mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
7 lines
175 B
Bash
Executable File
7 lines
175 B
Bash
Executable File
#!/bin/sh
|
|
exec /usr/bin/xautolock \
|
|
-time 5 \
|
|
-locker "i3lock -c 000000" \
|
|
-notify 30 \
|
|
-notifier "notify-send -u critical -t 10000 -- 'LOCKING SCREEN IN 30 SECONDS'"
|