add all script that I had already made
This commit is contained in:
parent
429655815a
commit
2a99cce7d8
2 changed files with 40 additions and 0 deletions
19
image-lock-sleep.sh
Executable file
19
image-lock-sleep.sh
Executable file
|
@ -0,0 +1,19 @@
|
||||||
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
#set the icon in the tmp file because the tmp file delete himself in less tha 24 hour (because "I" poweroff my computer.
|
||||||
|
# tmporaire='/tmp/screenshot.png'
|
||||||
|
# grim "$tmporaire"
|
||||||
|
|
||||||
|
#launch swaylock
|
||||||
|
|
||||||
|
swaylock -f \
|
||||||
|
--screenshots \
|
||||||
|
--clock \
|
||||||
|
--indicator \
|
||||||
|
--indicator-radius 200 \
|
||||||
|
--indicator-thickness 10 \
|
||||||
|
--inside-color 000000BB \
|
||||||
|
--effect-vignette 0.6:1 \
|
||||||
|
--effect-blur 3x5 \
|
||||||
|
--ring-color ff7f50 \
|
||||||
|
--separator-color 000000ff
|
21
image-lock.sh
Executable file
21
image-lock.sh
Executable file
|
@ -0,0 +1,21 @@
|
||||||
|
#!/usr/bin/bash
|
||||||
|
|
||||||
|
#set the icon in the tmp file because the tmp file delete himself in less tha 24 hour (because "I" poweroff my computer.
|
||||||
|
# tmporaire='/tmp/screenshot.png'
|
||||||
|
# grim "$tmporaire"
|
||||||
|
|
||||||
|
#next I start the i3lock like I should have done before : with the image of my screen XDDD
|
||||||
|
swaylock -f \
|
||||||
|
--screenshots \
|
||||||
|
--clock \
|
||||||
|
--indicator \
|
||||||
|
--indicator-radius 200 \
|
||||||
|
--indicator-thickness 10 \
|
||||||
|
--inside-color 000000BB \
|
||||||
|
--effect-vignette 0.6:1 \
|
||||||
|
--effect-blur 3x5 \
|
||||||
|
--ring-color ff7f50 \
|
||||||
|
--separator-color 000000ff \
|
||||||
|
--fade-in 5
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue