We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With termux on phones, the status bar could be more optimal.
Currently, I'm using this. Based on https://coderwall.com/p/trgyrq/make-your-tmux-status-bar-responsive .
tmux-airline.sh
#!/usr/bin/env bash WIDTH=${1} SMALL=80 if [ "$WIDTH" -le "$SMALL" ]; then echo "" else echo "#{prefix_highlight}#[fg=cyan,bg=black,nobold,noitalics,nounderscore]#[fg=black,bg=cyan,bold] #H " fi
conf
set -g status-right '#(eval ${tmux-airline} `tmux display -p "#{client_width}"`)'
The text was updated successfully, but these errors were encountered:
before:
after:
Sorry, something went wrong.
No branches or pull requests
With termux on phones, the status bar could be more optimal.
Currently, I'm using this. Based on https://coderwall.com/p/trgyrq/make-your-tmux-status-bar-responsive .
tmux-airline.sh
conf
The text was updated successfully, but these errors were encountered: