Skip to content

Commit 3ff0f06

Browse files
committed
Fix the thin separator direction in the default theme
1 parent dcc44cc commit 3ff0f06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/default.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if [ -z $TMUX_POWERLINE_RIGHT_STATUS_SEGMENTS ]; then
4343
"battery 137 127" \
4444
"weather_yahoo 37 255" \
4545
"date_day 235 136" \
46-
"date_full 235 136 ${TMUX_POWERLINE_SEPARATOR_RIGHT_THIN}" \
47-
"time 235 136 ${TMUX_POWERLINE_SEPARATOR_RIGHT_THIN}" \
46+
"date_full 235 136 ${TMUX_POWERLINE_SEPARATOR_LEFT_THIN}" \
47+
"time 235 136 ${TMUX_POWERLINE_SEPARATOR_LEFT_THIN}" \
4848
)
4949
fi

0 commit comments

Comments
 (0)