use gtklock instead of swaylock
This commit is contained in:
16
bin/lock.sh
Executable file
16
bin/lock.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#! /bin/bash
|
||||
|
||||
gtklock
|
||||
|
||||
# leave it here in case i'll need it later
|
||||
# swaylock \
|
||||
# --screenshots \
|
||||
# --indicator \
|
||||
# --indicator-radius 100 \
|
||||
# --indicator-thickness 7 \
|
||||
# --clock \
|
||||
# --ring-color ffeced \
|
||||
# --key-hl-color 0291ff \
|
||||
# --effect-blur 7x5 \
|
||||
# --effect-vignette 0.5:0.5 \
|
||||
# --fade-in 0.2
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
killall swayidle
|
||||
|
||||
cmd="$HOME/dotfiles/bin/swaylock.sh"
|
||||
cmd="$DOTFILES/bin/lock.sh"
|
||||
|
||||
afterResumeCmd="swaymsg seat seat0 cursor set 300 300"
|
||||
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
#! /bin/bash
|
||||
|
||||
swaylock \
|
||||
--screenshots \
|
||||
--indicator \
|
||||
--indicator-radius 100 \
|
||||
--indicator-thickness 7 \
|
||||
--clock \
|
||||
--ring-color ffeced \
|
||||
--key-hl-color 0291ff \
|
||||
--effect-blur 7x5 \
|
||||
--effect-vignette 0.5:0.5 \
|
||||
--fade-in 0.2
|
||||
Reference in New Issue
Block a user