File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
export TMUX_POWERLINE_STATUS_VISIBILITY=" on"
40
40
# The status bar refresh interval in seconds.
41
41
# Note that events that force-refresh the status bar (such as window renaming) will ignore this.
42
- export TMUX_POWERLINE_STATUS_INTERVAL=" 0 "
42
+ export TMUX_POWERLINE_STATUS_INTERVAL=" 1 "
43
43
# The location of the window list. Can be {"absolute-centre, centre, left, right"}.
44
44
if [ " $does_tmux_support_absolute_centre " -eq 1 ]; then
45
45
export TMUX_POWERLINE_STATUS_JUSTIFICATION=" absolute-centre"
186
186
187
187
# time.sh {
188
188
# date(1) format for the time. Americans might want to have "%I:%M %p".
189
- export TMUX_POWERLINE_SEG_TIME_FORMAT=" %H :%M"
189
+ export TMUX_POWERLINE_SEG_TIME_FORMAT=" %I :%M:%S %p "
190
190
# }
191
191
192
192
# tmux_session_info.sh {
You can’t perform that action at this time.
0 commit comments