Compare commits

...

5 commits

Author SHA1 Message Date
14b7de0fc5
fixg
All checks were successful
/ job (push) Successful in 5m23s
2025-06-29 20:21:22 +02:00
5d27e449ca
2025-06-29 20:18:16 +02:00
b151930a82
lefts 2025-06-29 20:14:40 +02:00
f975780de7
rights 2025-06-29 20:10:26 +02:00
17ac706404
> 2025-06-29 20:03:16 +02:00

View file

@ -52,11 +52,11 @@ set-option -g set-titles on
# set title to working directory
set-option -g set-titles-string '\
#(basename \"\${TMUX}\" | cut --delimiter \",\" --fields \"1\")\
- \
\
#{session_name}\
- \
\
#{window_index}∕#{session_windows} #{window_name}\
- \
\
#{pane_index}∕#{window_panes} #{pane_current_command}\
'
@ -160,31 +160,34 @@ set-option -g status-format[2] '\
# line 4
set-option -g status-format[3] '\
#{P:\
#[bg=##181818] #[bg=##282828]\
#{?pane_active,#[fg=green],#[fg=yellow]}\
#{pane_current_command}\
#[bg=##181818] \
#[bg=##282828]#{pane_current_command}\
#[bg=##181818] \
#[fg=default]\
#[bg=default] \
}\
#[align=right]\
#[bg=##181818] #[bg=##282828]\
#{?uid,#[fg=green],#[fg=red]}\
#{user}\
#[bg=##181818] \
#[bg=##282828]#{user}\
#[bg=##181818] \
'
# line 5
set-option -g status-format[4] '\
#{P:\
#[bg=##181818] #[bg=##282828]\
#{?pane_active,#[fg=green],#[fg=yellow]}\
#{pane_width}×#{pane_height}\
#[bg=##181818] \
#[bg=##282828]#{pane_width}×#{pane_height}\
#[bg=##181818] \
#[fg=default]\
#[bg=default] \
}\
#[align=right]\
#[bg=##181818] #[bg=##282828]\
#[fg=green]#{window_width}×#{window_height}\
#[fg=green]\
#[bg=##181818] \
#[bg=##282828]#{window_width}×#{window_height}\
#[bg=##181818] \
'