mirror of
https://github.com/samoshkin/tmux-config.git
synced 2026-01-03 08:18:02 +00:00
8 lines
396 B
Plaintext
8 lines
396 B
Plaintext
# show status bar at bottom for remote session,
|
|
# so it do not stack together with local session's one
|
|
set -g status-position bottom
|
|
|
|
# In remote mode we don't show "clock" and "battery status" widgets
|
|
set -g status-left "$wg_session"
|
|
set -g status-right "#{prefix_highlight} $wg_is_keys_off $wg_is_zoomed #{sysstat_cpu} | #{sysstat_mem} | #{sysstat_loadavg} | $wg_user_host | #{online_status}"
|