forked from ahurac/dotfiles
15 lines
293 B
Bash
Executable file
15 lines
293 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Run swaylock
|
|
exec /usr/bin/swaylock \
|
|
--daemonize \
|
|
--indicator \
|
|
--clock \
|
|
--screenshots \
|
|
--effect-blur 20x10 \
|
|
--indicator-radius 100 \
|
|
--font 'Hack Nerd Font' \
|
|
--text-color '#FFFFFF' \
|
|
--line-uses-ring \
|
|
--separator-color '#00000000'
|
|
|