mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-09 10:39:45 +00:00
Fix i3lockcolor_bin (#251)
This commit is contained in:
parent
682e056aec
commit
be2d9a90dd
1 changed files with 1 additions and 4 deletions
|
@ -16,6 +16,7 @@ init_config () {
|
||||||
pixel_scale=10,1000
|
pixel_scale=10,1000
|
||||||
solid_color=333333
|
solid_color=333333
|
||||||
description=""
|
description=""
|
||||||
|
i3lockcolor_bin="i3lock-color"
|
||||||
|
|
||||||
# default theme
|
# default theme
|
||||||
loginbox=00000066
|
loginbox=00000066
|
||||||
|
@ -47,10 +48,6 @@ init_config () {
|
||||||
source "$USER_CONF"
|
source "$USER_CONF"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -v $i3lockcolor_bin ]]; then
|
|
||||||
i3lockcolor_bin="i3lock-color"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Please make sure to adjust this before release!
|
# Please make sure to adjust this before release!
|
||||||
VERSION="@VERSION@"
|
VERSION="@VERSION@"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue