File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -390,5 +390,3 @@ bind -T off F12 \
390
390
391
391
# Run all plugins' scripts
392
392
run ' ~/.tmux/plugins/tpm/tpm'
393
-
394
- set -g status-position top
Original file line number Diff line number Diff line change 1
1
# show status bar at bottom for remote session,
2
2
# so it do not stack together with local session's one
3
- set -g status-position bottom
3
+ set -g status-position top
4
4
5
5
# Set port of SSH remote tunnel, where tmux will pipe buffers to transfer on local machine for copy
6
6
set -g @copy_backend_remote_tunnel_port 11988
7
7
8
8
# In remote mode we don't show "clock" and "battery status" widgets
9
9
set -g status-left "$wg_session"
10
- set -g status-right "#{prefix_highlight} $wg_is_keys_off $wg_is_zoomed #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host | #{online_status}"
10
+ set -g status-right "#{prefix_highlight} $wg_is_keys_off $wg_is_zoomed #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host | $wg_date | #{online_status}"
You can’t perform that action at this time.
0 commit comments