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