parent
4345a295bc
commit
44f399ae24
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
lock="swaylock --screenshots --clock --indicator --indicator-radius 100 --indicator-thickness 7 --effect-blur 7x5 --effect-vignette 0.5:0.5 --ring-color 451e75 --key-hl-color a01b83 --line-color 00000000 --inside-color 00000088 --separator-color 00000000"
|
lock="swaylock"
|
||||||
lockt="exec ~/utils/bin/sway-locker -t"
|
lockt="exec ~/utils/bin/sway-locker -t"
|
||||||
|
|
||||||
revert() {
|
revert() {
|
||||||
@ -13,5 +13,5 @@ revert() {
|
|||||||
trap revert HUP INT TERM
|
trap revert HUP INT TERM
|
||||||
swayidle -w timeout 5 'swaymsg "output * dpms off"' \
|
swayidle -w timeout 5 'swaymsg "output * dpms off"' \
|
||||||
resume 'swaymsg "output * dpms on"' &
|
resume 'swaymsg "output * dpms on"' &
|
||||||
swaylock --screenshots --clock --indicator --indicator-radius 100 --indicator-thickness 7 --effect-blur 7x5 --effect-vignette 0.5:0.5 --ring-color 451e75 --key-hl-color a01b83 --line-color 00000000 --inside-color 00000088 --separator-color 00000000
|
swaylock
|
||||||
revert
|
revert
|
||||||
|
Loading…
Reference in New Issue
Block a user