This commit is contained in:
Marc Beninca 2025-06-29 22:29:30 +02:00
parent 428b929c62
commit b5013edc7e
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -134,6 +134,8 @@ set-option -g status-format[1] '\
# line 3 # line 3
set-option -g status-format[2] '\ set-option -g status-format[2] '\
#[fg=cyan]#{pane_current_path}\
#[align=right]\
#[fg=yellow]\ #[fg=yellow]\
#(lsof -U \ #(lsof -U \
| awk \"/^tmux:.*\\(LISTEN\\)$/ {print \\\$9}\" \ | awk \"/^tmux:.*\\(LISTEN\\)$/ {print \\\$9}\" \
@ -150,11 +152,6 @@ set-option -g status-format[2] '\
#[bg=##282828]#(basename \"\${TMUX}\" \ #[bg=##282828]#(basename \"\${TMUX}\" \
| cut --delimiter \",\" --fields \"1\")\ | cut --delimiter \",\" --fields \"1\")\
#[bg=##181818] \ #[bg=##181818] \
#[align=right]\
#[fg=yellow]\
#[bg=##181818] \
#[bg=##282828]\
#[bg=##181818] \
' '
# line 4 # line 4