dotfiles/scripts/autolock.sh
Stefan Spangenberg 800a6b61af init
2023-10-19 15:42:05 +02:00

6 lines
198 B
Bash
Executable File

#!/bin/bash
pkill xautolock
xautolock -time 10 -locker "swaylock -i ~/.cache/current_wallpaper.jpg" -notify 30 -notifier "notify-send 'Screen will be locked soon.' 'Locking screen in 30 seconds'"