6 lines
198 B
Bash
Executable File
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'"
|