From be2d9a90dda40f52950de20c589f8c17011d5058 Mon Sep 17 00:00:00 2001 From: Sebastian Sellmeier Date: Wed, 30 Jun 2021 20:41:46 +0200 Subject: [PATCH] Fix i3lockcolor_bin (#251) --- betterlockscreen | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/betterlockscreen b/betterlockscreen index ffd8fe3..8b9a8e8 100755 --- a/betterlockscreen +++ b/betterlockscreen @@ -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@"