Skip to content

Commit 15aab50

Browse files
committed
tmux-powerline refresh status to 1 second & changing time format for 🇺🇸
1 parent 0b34a78 commit 15aab50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tmux/tmux-powerline/config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fi
3939
export TMUX_POWERLINE_STATUS_VISIBILITY="on"
4040
# The status bar refresh interval in seconds.
4141
# 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"
4343
# The location of the window list. Can be {"absolute-centre, centre, left, right"}.
4444
if [ "$does_tmux_support_absolute_centre" -eq 1 ]; then
4545
export TMUX_POWERLINE_STATUS_JUSTIFICATION="absolute-centre"
@@ -186,7 +186,7 @@ fi
186186

187187
# time.sh {
188188
# 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"
190190
# }
191191

192192
# tmux_session_info.sh {

0 commit comments

Comments
 (0)