20 lines
381 B
Bash
Executable File
20 lines
381 B
Bash
Executable File
#!/bin/sh
|
|
|
|
riverctl keyboard-layout us
|
|
|
|
exec swaylock \
|
|
--clock \
|
|
--show-keyboard-layout \
|
|
--indicator-idle-visible \
|
|
--indicator-radius 100 \
|
|
--indicator-thickness 7 \
|
|
--ring-color 2D464D \
|
|
--key-hl-color be5046 \
|
|
--text-color ffffff \
|
|
--line-color 00000000 \
|
|
--inside-color 00000088 \
|
|
--separator-color 00000000 \
|
|
--fade-in 0.2 \
|
|
--effect-blur 7x1 \
|
|
--color 202223
|