I have iTerm (with zsh) and it looks like:
I want pin info about battery on the top of terminal, is it possible?
I have iTerm (with zsh) and it looks like:
I want pin info about battery on the top of terminal, is it possible?
You could use Tmux to pin a battery indicator. Tmux is not part of Zsh or iTerm, but a pretty light-weight tool that is also useful for other things like window/pane management.
Solution with tmux:
brew install tmux
set -g status-position top
tmux source-file ~/.tmux.conf
tmux
Now you can add any information to top line using tmux config.