20 lines
379 B
Plaintext
20 lines
379 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
swaylock \
|
||
|
--clock \
|
||
|
--indicator \
|
||
|
--indicator-radius 100 \
|
||
|
--indicator-thickness 5 \
|
||
|
--effect-blur 7x5 \
|
||
|
--ring-color cccccc \
|
||
|
--key-hl-color 191919 \
|
||
|
--line-color 00000000 \
|
||
|
--inside-color 00000088 \
|
||
|
--separator-color 00000000 \
|
||
|
--grace 0 \
|
||
|
--screenshot \
|
||
|
-f
|