mirror of
https://github.com/mrfluffy-dev/dotfiles.git
synced 2026-01-17 05:40:34 +00:00
6 lines
175 B
Bash
Executable File
6 lines
175 B
Bash
Executable File
#!/bin/sh
|
|
|
|
swayidle -w \
|
|
timeout 900 'sudo systemctl suspend' \
|
|
before-sleep 'swaylock -i $HOME/Pictures/Wallpapers/015.jpg --ring-color 8218c4 --key-hl-color 3e0c60'
|