I have a lemonbar script that I modified from a few other scripts. Here: https://hastebin.com/iduhutorec Config here: https://hastebin.com/ewohugidut
I moved it to ~/.local/bin/ as lemon-script (which is in my path), then I added this line to my bspwmrc:
# Launch bar
lemon-script &
However it does not launch. I can launch it from terminal as any other command just fine tho...
* this is how I added ~/.local/bin/ to my path (in my .bashrc):
export PATH="$HOME/.local/bin/:$PATH"
* I found a dumb solution, I just added the path to the script, but I would like more if it worked without it, or at least a explanation why it is how it is