1
0
Fork 0
forked from ahurac/dotfiles

Ajout de la version de swaylock pour Sway

This commit is contained in:
Hippolyte Chauvin 2023-04-16 22:59:38 +02:00
parent 1ad833846b
commit 47549d9177

15
bin/swaylock-sway Executable file
View file

@ -0,0 +1,15 @@
#!/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'