This commit is contained in:
Marc Beninca 2025-01-19 23:20:01 +01:00
parent 848500fd1b
commit ffb8616718
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 1 additions and 5 deletions

View file

@ -92,7 +92,7 @@ rwx_shell_prompt() {
# new
view="${view}\\n"
# path
view="${view} ${RWX_COLOR_CYAN}${path}"
view="${view}${RWX_COLOR_CYAN}${path}"
# new
view="${view}\\n"
# frame

View file

@ -86,7 +86,6 @@ set-option -g status-fg white
# line 1
set-option -g status-format[0] '\
#[fg=default]╭\
#[fg=cyan]#{pane_current_path}\
\
#[align=right]\
@ -95,7 +94,6 @@ set-option -g status-format[0] '\
# line 2
set-option -g status-format[1] '\
#[fg=default]│\
#{P:\
#{?pane_active,#[fg=green],#[fg=default]}\
\
@ -111,7 +109,6 @@ set-option -g status-format[1] '\
# line 3
set-option -g status-format[2] '\
#[fg=default]│\
#{W:\
#{?window_active,#[fg=green],\
#{?window_activity_flag,#[fg=red],#[fg=default]}}\
@ -133,7 +130,6 @@ set-option -g status-format[3] '\
#[fg=green] #{user} \
#[fg=blue]@\
#[fg=yellow] #{host} \
#[fg=default]│\
'
# line 5