screenlock: Configure buran
This commit is contained in:
@ -22,6 +22,16 @@ OPTIONAL_CMDS="grim lockscreen-blur"
|
|||||||
SCREENCAP="grim -t ppm -"
|
SCREENCAP="grim -t ppm -"
|
||||||
BLUR_FACTOR=40
|
BLUR_FACTOR=40
|
||||||
|
|
||||||
|
{% elif hostname == "buran" %}
|
||||||
|
|
||||||
|
# rendered for buran
|
||||||
|
LOCKPROG=swaylock
|
||||||
|
LOCKARGS="--config $HOME/.config/sway/swaylock.config --image $TMP_IMG"
|
||||||
|
LOCKARGS_NOCOOL="--config $HOME/.config/sway/swaylock.config --color 302f3b"
|
||||||
|
OPTIONAL_CMDS="grim lockscreen-blur"
|
||||||
|
SCREENCAP="grim -t ppm -"
|
||||||
|
BLUR_FACTOR=40
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
echo "screenlock not configured for this system"
|
echo "screenlock not configured for this system"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user