Skip to content

Commit

Permalink
Replace UTF8 chars in tmux status line
Browse files Browse the repository at this point in the history
  • Loading branch information
trekdemo committed Oct 24, 2018
1 parent 414fe68 commit 02151fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ set -g pane-active-border-fg colour39
set -g message-fg colour16
set -g message-bg colour221
set -g message-attr bold
set -g status-left '#[fg=colour16,bg=colour254,bold] #S #[fg=colour254,bg=colour234,nobold]'
set -g status-left '#[fg=colour16,bg=colour254,bold] #H #[fg=colour224,bg=colour234,nobold] #S #[fg=colour254,bg=colour234,nobold]'
set -g status-right '#{?window_zoomed_flag, ⨁ ,}#[fg=#cccccc]%b %d #[bold]%R #[bg=#444444,nobold] ☠#{battery_percentage} '
set -g window-status-format "#[fg=white,bg=colour234] #I #W "
set -g window-status-current-format "#[fg=colour234,bg=colour39] #[fg=colour16,bg=colour39,noreverse,bold] #I #W #[fg=colour39,bg=colour234,nobold]"
Expand Down

0 comments on commit 02151fb

Please sign in to comment.