Skip to content

Commit 1d364bf

Browse files
committed
update remote conf
1 parent 7ca53f6 commit 1d364bf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tmux/tmux.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,5 +390,3 @@ bind -T off F12 \
390390

391391
# Run all plugins' scripts
392392
run '~/.tmux/plugins/tpm/tpm'
393-
394-
set -g status-position top

tmux/tmux.remote.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# show status bar at bottom for remote session,
22
# so it do not stack together with local session's one
3-
set -g status-position bottom
3+
set -g status-position top
44

55
# Set port of SSH remote tunnel, where tmux will pipe buffers to transfer on local machine for copy
66
set -g @copy_backend_remote_tunnel_port 11988
77

88
# In remote mode we don't show "clock" and "battery status" widgets
99
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}"

0 commit comments

Comments
 (0)