# Toggle Inception # show status bar at bottom for remote session, # so it do not stack together with local session's one set -g status-position bottom # Since this is a remote SSH, disable by default until signalled by origin. set -g key-table off #set -g status-left "#[fg=#000000,bg=#ffff00,bold]$tmux_conf_theme_status_left#[fg=#ffff00,bg=default,none]$tmux_conf_theme_left_separator_main " #set -g status-right "#[fg=#080808,bg=default,none]#[fg=#8a8a8a,bg=#080808,none]#[fg=none]#[bg=none]#[none]#{?client_prefix,⌨️ ,}#[fg=none]#[bg=none]#[none]#{?session_many_attached,👓 ,}#[fg=#8a8a8a,bg=#080808,none] #{?pane_synchronized,#[fg=none]#[bg=none]#[none]#{?pane_synchronized,🔁 ,},⤴️ }" set -g status-style "fg=#8a8a8a,bg=#444444,none" set -g status-left-style "fg=#8a8a8a,bg=#444444,none" set -g status-right-style "fg=#8a8a8a,bg=#444444,none" setw -g window-status-style "fg=#8a8a8a,bg=#444444" setw -g window-status-format "#I #W" setw -g window-status-last-style "fg=#00afff,bg=#444444" setw -g window-status-current-style "fg=#000000,bg=#00afff,bold" setw -g window-status-current-format "#[fg=#444444,bg=#00afff]#[fg=default,bg=default,default] #I #W #[fg=#00afff,bg=#444444,none]" bind -T off M-F12 \ set prefix C-a \;\ set -gu key-table \;\ set -u key-table \;\ set -g status-style "fg=#8a8a8a,bg=#080808,none" \;\ set -g status-left-style "fg=#8a8a8a,bg=#080808,none" \;\ set -g status-right-style "fg=#8a8a8a,bg=#080808,none" \;\ setw -g window-status-style "fg=#8a8a8a,bg=#080808" \;\ setw -g window-status-last-style "fg=#00afff,bg=#080808" \;\ setw -g window-status-current-style "fg=#000000,bg=#00afff,bold" \;\ setw -g window-status-current-format "#[fg=#080808,bg=#00afff]#[fg=default,bg=default,default] #I #W #[fg=#00afff,bg=#080808,none]" \;\ refresh-client -S \;\ bind -T root M-F12 \ set -u prefix \;\ set key-table off \;\ set -g status-style "fg=#8a8a8a,bg=#444444,none" \;\ set -g status-left-style "fg=#8a8a8a,bg=#444444,none" \;\ set -g status-right-style "fg=#8a8a8a,bg=#444444,none" \;\ setw -g window-status-current-style "fg=#000000,bg=#00afff,bold" \;\ setw -g window-status-style "fg=#00afff,bg=#444444" \;\ setw -g window-status-last-style "fg=#00afff,bg=#444444" \;\ setw -g window-status-current-format "#[fg=#444444,bg=#00afff]#[fg=default,bg=default,default] #I #W #[fg=#00afff,bg=#444444,none]" \;\ refresh-client -S #bind -T off M-F12 \ # set prefix C-a \;\ # set -gu key-table \;\ # set -u status-style \;\ # set -u status-left-style \;\ # set -u status-right-style \;\ # setw -u window-status-current-style \;\ # setw -g window-status-style "fg=#8a8a8a,bg=#000000" \;\ # setw -g window-status-last-style "fg=#00afff,bg=#000000" \;\ # setw -u window-status-current-format \;\ # refresh-client -S # #bind -T root M-F12 \ # set -u prefix \;\ # set key-table off \;\ # set status-style "fg=$tmux_conf_theme_status_fg,bg=$tmux_conf_theme_off_status_bg,$tmux_conf_theme_status_attr" \;\ # set status-left-style "fg=$tmux_conf_theme_status_fg,bg=$tmux_conf_theme_off_status_bg,$tmux_conf_theme_status_attr" \;\ # set status-right-style "fg=$tmux_conf_theme_status_fg,bg=$tmux_conf_theme_off_status_bg,$tmux_conf_theme_status_attr" \;\ # setw window-status-current-style "fg=$tmux_conf_theme_window_status_current_fg,bg=$tmux_conf_theme_window_status_current_bg,$tmux_conf_theme_window_status_current_attr" \;\ # setw -g window-status-style "fg=#8a8a8a,bg=#444444" \;\ # setw -g window-status-last-style "fg=#00afff,bg=#444444" \;\ # setw window-status-current-format "#[fg=#444444,bg=#00afff]#[fg=default,bg=default,default] #I #W #[fg=#00afff,bg=#444444,none]" \;\ # refresh-client -S # Set port of SSH remote tunnel, where tmux will pipe buffers to transfer on local machine for copy #set -g @copy_backend_remote_tunnel_port 11988 # 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}"