6 lines
103 B
Bash
Executable File
6 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
|
|
swaylock --daemonize --show-failed-attempts -K \
|
|
--color 282828 \
|
|
--inside-color 282828
|