16 lines
316 B
Bash
16 lines
316 B
Bash
|
#!/bin/bash
|
||
|
swaylock \
|
||
|
--screenshots \
|
||
|
--indicator \
|
||
|
--indicator-radius 100 \
|
||
|
--indicator-thickness 7 \
|
||
|
--effect-blur 7x5 \
|
||
|
--effect-vignette 0.5:0.5 \
|
||
|
--ring-color 2596be \
|
||
|
--key-hl-color 880033 \
|
||
|
--line-color 00000000 \
|
||
|
--inside-color 00000088 \
|
||
|
--separator-color 00000000 \
|
||
|
--grace 5 \
|
||
|
--fade-in 0.2
|