Skip to content

Commit

Permalink
Fix the thin separator direction in the default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jfelchner committed Dec 3, 2012
1 parent dcc44cc commit 3ff0f06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if [ -z $TMUX_POWERLINE_RIGHT_STATUS_SEGMENTS ]; then
"battery 137 127" \
"weather_yahoo 37 255" \
"date_day 235 136" \
"date_full 235 136 ${TMUX_POWERLINE_SEPARATOR_RIGHT_THIN}" \
"time 235 136 ${TMUX_POWERLINE_SEPARATOR_RIGHT_THIN}" \
"date_full 235 136 ${TMUX_POWERLINE_SEPARATOR_LEFT_THIN}" \
"time 235 136 ${TMUX_POWERLINE_SEPARATOR_LEFT_THIN}" \
)
fi

0 comments on commit 3ff0f06

Please sign in to comment.