mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-08 18:29: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
|
||||
solid_color=333333
|
||||
description=""
|
||||
i3lockcolor_bin="i3lock-color"
|
||||
|
||||
# default theme
|
||||
loginbox=00000066
|
||||
|
@ -47,10 +48,6 @@ init_config () {
|
|||
source "$USER_CONF"
|
||||
fi
|
||||
|
||||
if [[ ! -v $i3lockcolor_bin ]]; then
|
||||
i3lockcolor_bin="i3lock-color"
|
||||
fi
|
||||
|
||||
# Please make sure to adjust this before release!
|
||||
VERSION="@VERSION@"
|
||||
|
||||
|
|
Loading…
Reference in a new issue