From 4d792a19ef0e2e2ed31595813bc1c1fad7ecff31 Mon Sep 17 00:00:00 2001 From: primardj Date: Tue, 23 Jan 2024 17:51:23 +0000 Subject: [PATCH] remove old image-lock script. --- image-lock-sleep.sh | 19 ------------------- image-lock.sh | 21 --------------------- swaylock-script | 2 +- 3 files changed, 1 insertion(+), 41 deletions(-) delete mode 100755 image-lock-sleep.sh delete mode 100755 image-lock.sh diff --git a/image-lock-sleep.sh b/image-lock-sleep.sh deleted file mode 100755 index fcb8488..0000000 --- a/image-lock-sleep.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/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 diff --git a/image-lock.sh b/image-lock.sh deleted file mode 100755 index f1c3df3..0000000 --- a/image-lock.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/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 - - diff --git a/swaylock-script b/swaylock-script index e3a99e0..eab6810 100755 --- a/swaylock-script +++ b/swaylock-script @@ -1,7 +1,7 @@ #!/usr/bin/bash # Definition of constantes. -Version="1.0.0" +Version="1.0.1" Usage="swaylock-script [ PARAMETTER ] script who lock a computer by my own options.