Fix i3lockcolor_bin (#251)

This commit is contained in:
Sebastian Sellmeier 2021-06-30 20:41:46 +02:00
parent 682e056aec
commit be2d9a90dd
No known key found for this signature in database
GPG key ID: 51E2BE0CCC826F98

View file

@ -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@"