jnoortheen / xontrib-powerline3

powerline theme for xonsh with async prompt support.
MIT License
11 stars 4 forks source link

Status bar #4

Closed eode closed 3 years ago

eode commented 3 years ago

Powerline2 has a status bar, but currently that isn't doable with powerline3.

jnoortheen commented 3 years ago

what do you mean by status bar?

eode commented 3 years ago

A bar along the bottom of the screen as is done with Powerline 2 or Powerline's $PL_TOOLBAR variable, as visible here.

Incidentally, I like direction you're going with this. It feels more directly integrated into Xonsh.

jnoortheen commented 3 years ago

you could just use https://xon.sh/envvars.html#bottom-toolbar

The idea here is to use this library as a theme and not bring its own set of configurations as much as possible.

eode commented 3 years ago

Thanks! I was unaware of the existence of $BOTTOM_TOOLBAR, it has been added since I started using Xonsh.