master
Daniel Napora 2023-01-17 14:20:13 +01:00
parent 470b32f22d
commit ea16fedf15
1 changed files with 2 additions and 1 deletions

View File

@ -94,8 +94,9 @@ checkautostart
# rename old wrappers, they now in /usr/local/bin
wrappers=(nitrogen i3lock xrandr lxappearance skippy-xd-fix)
for wrapper in "${wrappers[@]}"
[[ -f "$HOME/.local/bin/${wr}" ]] && mv "$HOME/.local/bin/${wr}" "$HOME/.local/bin/${wr}.old"
do
[[ -f "$HOME/.local/bin/${wr}" ]] && mv "$HOME/.local/bin/${wr}" "$HOME/.local/bin/${wr}.old"
done
. $HOME/.config/mabox/mabox.conf
#Set config variables if not set or empty; ":" means do nothing