Very nice distro, it’s my favorite Bspwm/i3 distro at least. Well, let’s say that it’s my favorite tiling wm distro.
So, everything is just fine, but when i tried to add a little bling (powerline-shell) to my terminal, it didn’t work for some reason. I followed this tutorial. https://github.com/b-ryan/powerline-shell Pip installed the program and added the required lines in bash.rc, but no luck.
I’m on latest AL bspwm and i use Termite and Guake terminals.
function powerline_precmd() {
PS1="$(powerline-shell --shell zsh $?)"
}
function install_powerline_precmd() {
for s in "${precmd_functions[@]}"; do
if [ "$s" = "powerline_precmd" ]; then
return
fi
done
precmd_functions+=(powerline_precmd)
}
if [ "$TERM" != "linux" ]; then
install_powerline_precmd
fi
You’re right, it wasn’t installed. I thought it was, because it showed fine in bash shell. I don’t know… Maybe it was some special “Archlabs Neofetch thing” that doesn’t work in other shells?
Anyway, now everything is ok, i have enough bling in my terminal.