Compare commits

..

No commits in common. "a4f13e49a2e4a3b86241b241db8ece70f2d7884a" and "a5a069f8d31c9417c9d8638de5b3778eda938e42" have entirely different histories.

2 changed files with 7 additions and 16 deletions

View file

@ -113,7 +113,5 @@ Two interpreted languages for flexibility.
* apt * apt
* apt-file search | grep * apt-file search | grep
* ffmpeg * ffmpeg
* tmux
* get unresolved path for new panes & windows
### 6.2 [Further tasks](#when) {#when-further} ### 6.2 [Further tasks](#when) {#when-further}

View file

@ -155,7 +155,6 @@ set-option -g status-format[0] '\
#[fg=default]\ #[fg=default]\
#[bg=default] \ #[bg=default] \
} \ } \
\
#[align=right]\ #[align=right]\
#[fg=yellow]\ #[fg=yellow]\
#[bg=##181818] \ #[bg=##181818] \
@ -180,7 +179,6 @@ set-option -g status-format[1] '\
#[fg=default]\ #[fg=default]\
#[bg=default] \ #[bg=default] \
} \ } \
\
#[align=right]\ #[align=right]\
#(sh -c \". ${script}; rwx_tmux_servers\")\ #(sh -c \". ${script}; rwx_tmux_servers\")\
' '
@ -190,9 +188,11 @@ set-option -g status-format[2] '\
#[fg=cyan]#{pane_current_path}\ #[fg=cyan]#{pane_current_path}\
#[fg=default]\ #[fg=default]\
#[bg=default] \ #[bg=default] \
\
#[align=right]\ #[align=right]\
#(sh -c \". ${script}; rwx_tmux_uptime\")\ #[fg=yellow]\
#[bg=##181818] \
#[bg=##282828]#{session_name}\
#[bg=##181818] \
' '
# line 4 # line 4
@ -205,12 +205,8 @@ set-option -g status-format[3] '\
#[fg=default]\ #[fg=default]\
#[bg=default] \ #[bg=default] \
} \ } \
\
#[align=right]\ #[align=right]\
#[fg=green]\ #(sh -c \". ${script}; rwx_tmux_uptime\")\
#[bg=##181818] \
#[bg=##282828]#{session_name}\
#[bg=##181818] \
' '
# line 5 # line 5
@ -223,15 +219,12 @@ set-option -g status-format[4] '\
#[fg=default]\ #[fg=default]\
#[bg=default] \ #[bg=default] \
} \ } \
\
#[align=centre]\
#[fg=green]\ #[fg=green]\
#[bg=##181818] \ #[bg=##181818] \
#[bg=##282828]#{window_width}×#{window_height}\ #[bg=##282828]#{window_width}×#{window_height}\
#[bg=##181818] \ #[bg=##181818] \
#[fg=default]\ #[fg=default]\
#[bg=default] \ #[bg=default] \
\
#[align=right]\ #[align=right]\
#{?uid,#[fg=green],#[fg=red]}\ #{?uid,#[fg=green],#[fg=red]}\
#[bg=##181818] \ #[bg=##181818] \
@ -293,8 +286,8 @@ bind-key C-s command-prompt { rename-session '%%' }
bind-key C-w command-prompt { rename-window '%%' } bind-key C-w command-prompt { rename-window '%%' }
# split window # split window
bind-key h split-window -c '#{pane_current_path}' -h bind-key h split-window -h
bind-key v split-window -c '#{pane_current_path}' -v bind-key v split-window -v
# kill server # kill server
bind-key k kill-server bind-key k kill-server