dotfiles/bin/.bin/lock.sh
2025-04-21 12:17:14 -03:00

25 lines
580 B
Bash
Executable file

#!/bin/bash
swaylock -f \
--screenshots \
--clock \
--indicator \
--indicator-radius 150 \
--indicator-thickness 7 \
--font-size 24 \
--effect-blur 7x5 \
--effect-vignette 0.5:0.5 \
--ring-color 9ccfd8 \
--ring-ver-color f6c177 \
--ring-wrong-color eb6f92 \
--key-hl-color eb6f92 \
--line-color 00000000 \
--inside-color 191724aa \
--inside-ver-color 191724aa \
--inside-wrong-color 191724aa \
--separator-color 00000000 \
--text-color e0def4 \
--text-ver-color e0def4 \
--text-wrong-color e0def4 \
--text-caps-lock-color f6c177 \
--grace 2 \
--fade-in 0.2