14 lines
240 B
Bash
Executable File
14 lines
240 B
Bash
Executable File
#!/usr/bin/sh
|
|
|
|
swaylock \
|
|
--screenshots \
|
|
--indicator-radius 500 \
|
|
--effect-blur 7x5 \
|
|
--effect-pixelate 7 \
|
|
--ring-color ffffff \
|
|
--line-color 000000 \
|
|
--inside-color ffffff \
|
|
--separator-color 00000000 \
|
|
--grace 2 \
|
|
--fade-in 2
|