16 lines
343 B
Plaintext
16 lines
343 B
Plaintext
|
#!/bin/sh
|
||
|
swaylock \
|
||
|
--screenshots \
|
||
|
--clock \
|
||
|
--indicator \
|
||
|
--indicator-radius 100 \
|
||
|
--indicator-thickness 7 \
|
||
|
--effect-blur 7x5 \
|
||
|
--effect-vignette 0.5:0.5 \
|
||
|
--ring-color 2e3440 \
|
||
|
--key-hl-color 88C0D0 \
|
||
|
--line-color 00000000 \
|
||
|
--inside-color 00000088 \
|
||
|
--separator-color 00000000 \
|
||
|
--layout-text-color ffffffffff
|