Skip to content

Commit

Permalink
Update .tmux.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
PiroHiroPiro authored May 15, 2024
1 parent 2f08c7f commit d474d78
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 @@ -51,7 +51,7 @@ set-option -g status-justify centre
# 左パネルを設定する
set-option -g status-left-length 70
# session番号,pane番号,iPの表示
set-option -g status-left "#[bg=black,fg=default]#[bold]TMUX #[default]#[bg=colour014,fg=black] #P #[bg=black,fg=default] Session:#S #[default] IP: #(~/.config/tmux/ip.sh) CPU: #(~/.config/tmux/load_average.sh)"
set-option -g status-left "#[bg=black,fg=default]#[bold]TMUX #[default]#[bg=colour014,fg=black] #P #[bg=black,fg=default] Session:#S #[default] | IP: #(~/.config/tmux/ip.sh) | CPU: #(~/.config/tmux/load_average.sh)"
# 右パネルを設定する
set-option -g status-right-length 70
# wifi,batteryの表示
Expand Down

0 comments on commit d474d78

Please sign in to comment.