14 lines
357 B
Bash
Executable File
14 lines
357 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
swaylock --daemonize \
|
|
--indicator-radius 100 \
|
|
--indicator-thickness 12 \
|
|
--ring-color 2E3440 \
|
|
--key-hl-color ECEFF4 \
|
|
--line-color 88C0D0 \
|
|
--inside-color 00000088 \
|
|
--separator-color 00000000 \
|
|
--text-color ECEFF4 \
|
|
--text-caps-lock-color ECEFF4 \
|
|
--show-failed-attempts \
|
|
-i /home/paramah/Wallpapers/relax.png |