Skip to content

Commit

Permalink
s/nobold/bold
Browse files Browse the repository at this point in the history
  • Loading branch information
rodjek committed Mar 19, 2013
1 parent 3374106 commit f0e69c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ set -g message-attr bold
# Powerline symbols: ⮂ ⮃ ⮀ ⮁ ⭤
set -g status-left-length 52
set -g status-right-length 451
set -g status-left '#[fg=colour235,bg=colour252,bold] ❐ #S #[fg=colour252,bg=colour238,nobold]⮀#[fg=colour245,bg=colour238,bold]#()#[fg=colour238,bg=colour234,nobold]⮀'
set -g status-left '#[fg=colour235,bg=colour252,bold] ❐ #S #[fg=colour252,bg=colour238,bold]⮀#[fg=colour245,bg=colour238,bold]#()#[fg=colour238,bg=colour234,bold]⮀'
set -g status-right '#[fg=colour238,bg=colour234,nobold]⮂#[fg=colour245,bg=colour238]#(tmux-batt)#[fg=colour252]⮂#[fg=colour235,bg=colour252,bold] #(date +%H:%M) '
set -g window-status-format "#[fg=white,bg=colour234] #I #W "
set -g window-status-current-format "#[fg=colour234,bg=colour39]⮀#[fg=colour25,bg=colour39,noreverse,bold] #I ⮁ #W #[fg=colour39,bg=colour234,nobold]⮀"

0 comments on commit f0e69c3

Please sign in to comment.