Skip to content

Commit

Permalink
maint: display hostname in tmux statusbar
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed May 31, 2022
1 parent 3dde004 commit 29c501c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux/.config/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ set -g status-position top # [top, bottom]
set -g status-style fg=white,bg=black
set -g status-left-length 60
set -g status-left-style fg=white,bg=black
set -g status-left " #[fg=colour34]#S#[default]"
set -g status-left " #[fg=colour34]#T#[default]"
set -g status-right-length 140
set -g status-right-style fg=white,bg=black
set -g status-right "| #[fg=colour34]#(tmux-mem-cpu-load --interval 2)#[default] "
Expand Down

0 comments on commit 29c501c

Please sign in to comment.