Sample Header Ad - 728x90

tmux status bar rightmost few chars disappear

4 votes
2 answers
2183 views
From time to time I saw my status bar rightmost few chars disappear. For instance, the intended one 11:40 to be 11:4 My .tmux.conf is as the following: # Set status bar set -g status-bg black set -g status-fg white set -g status-left '#[fg=green]#S' set -g status-right '#[fg=yellow]#(uptime | egrep -o "[0-9]+ users?, +load.*"|perl -pe "s| averages?||"), %H:%M' set -g status-left-length 20 set -g status-right-length 40 Any idea? Thank you.
Asked by clwen (993 rep)
Feb 17, 2016, 10:42 AM
Last activity: Jun 18, 2025, 07:06 AM