Skip to content

Instantly share code, notes, and snippets.

@samoshkin
Created November 25, 2017 19:04
Show Gist options
  • Select an option

  • Save samoshkin/fe6c46980c5a6ba6403b215ec68f7984 to your computer and use it in GitHub Desktop.

Select an option

Save samoshkin/fe6c46980c5a6ba6403b215ec68f7984 to your computer and use it in GitHub Desktop.
remote specific tmux configuration
# 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}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment