Ajout de la version de swaylock pour Sway
This commit is contained in:
parent
1ad833846b
commit
47549d9177
1 changed files with 15 additions and 0 deletions
15
bin/swaylock-sway
Executable file
15
bin/swaylock-sway
Executable 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'
|
||||
|
Loading…
Reference in a new issue