Created
November 25, 2017 19:04
-
-
Save samoshkin/fe6c46980c5a6ba6403b215ec68f7984 to your computer and use it in GitHub Desktop.
remote specific tmux configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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