TODO
-q quiet: do not output anything normal (must be first argument)
-n network: a signal bar icon, or a red x
-p power: a plug or battery, with the time remaining
$ tmux-status-bar -p
~3:31 π
$ tmux-status-bar -n
πΆ
$ tmux-status-bar -pn
~3:31 π πΆ
$ tmux-status-bar -q -pn
~3:31 π
Put your desired command in your tmux status-right:
# ~/.tmux.conf
set -g status-right '#(tmux-status-bar -pn)'
