Compare commits

..

13 commits

Author SHA1 Message Date
445467b1b5
tmux/servers
All checks were successful
/ job (push) Successful in 5m36s
2025-06-29 20:00:39 +02:00
ad99117fdc
server/bg 2025-06-29 19:47:44 +02:00
d9a0372c47
fix 2025-06-29 19:43:54 +02:00
06bcd4be91
tmux/server 2025-06-29 19:41:09 +02:00
3ef4d02e10
tmux/session 2025-06-29 19:31:50 +02:00
c87b16f907
fix 2025-06-29 19:28:44 +02:00
d2131d145e
tmux/2 2025-06-29 19:26:57 +02:00
363ead4b4a
tmux/1 2025-06-29 19:23:05 +02:00
6f37337925
rights 2025-06-29 19:11:36 +02:00
e8e67bb502
magenta ↔ red 2025-06-29 18:40:03 +02:00
4a4851721f
tmux/shades 2025-06-29 18:34:43 +02:00
d9857b684e
readability 2025-06-29 18:00:40 +02:00
ec31c46557
shift 2025-06-29 17:55:21 +02:00

View file

@ -85,7 +85,7 @@ set-option -g pane-border-style fg=blue
set-option -g status 2 set-option -g status 2
# background color # background color
set-option -g status-bg '#0D0D0D' set-option -g status-bg '#080808'
# foreground color # foreground color
set-option -g status-fg white set-option -g status-fg white
@ -93,82 +93,99 @@ set-option -g status-fg white
# line 1 # line 1
set-option -g status-format[0] '\ set-option -g status-format[0] '\
#{W:\ #{W:\
#[bg=##202020]\
#{?window_zoomed_flag,#[fg=magenta][, }\
#[bg=##303030]\
#{?window_active,#[fg=green],\ #{?window_active,#[fg=green],\
#{?window_activity_flag,#[fg=red],#[fg=yellow]}}\ #{?window_activity_flag,#[fg=red],#[fg=yellow]}}\
#{window_name}\ #[bg=##181818]#{?window_zoomed_flag,#[fg=magenta][, }\
#[bg=##202020]\ #[bg=##282828]#{window_name}\
#{?window_zoomed_flag,#[fg=magenta]], }\ #[bg=##181818]#{?window_zoomed_flag,#[fg=magenta]], }\
#[fg=default]\
#[bg=default] \ #[bg=default] \
}\ }\
#[align=right]\ #[align=right]\
#[bg=##202020] #[bg=##303030]\ #[fg=yellow]\
#[fg=yellow]%H:%M:%S\ #[bg=##181818] \
#[bg=##202020]\ #[bg=##282828]%H:%M:%S\
#{?client_prefix,#[fg=green]p, }\ #[bg=##181818]#{?client_prefix,#[fg=green]p, }\
' '
# line 2 # line 2
set-option -g status-format[1] '\ set-option -g status-format[1] '\
#{S:\ #{S:\
#[bg=##202020] #[bg=##303030]\ #{?session_many_attached,#[fg=magenta],\
#{?session_many_attached,#[fg=red],\ #{?session_attached,#[fg=red],#[fg=yellow]}}\
#{?session_attached,#[fg=magenta],#[fg=yellow]}}\ #[bg=##181818] \
#{session_name}\ #[bg=##282828]#{session_name}\
#[bg=##202020] \ #[bg=##181818] \
#[fg=default]\
#[bg=default] \ #[bg=default] \
}\ }\
#[fg=yellow]→ #[fg=green]#{session_name} \ #[fg=yellow]→\
#[fg=default] \
#[fg=green]\
#[bg=##181818] \
#[bg=##282828]#{session_name}\
#[bg=##181818] \
#[align=right]\ #[align=right]\
#[bg=##202020] #[bg=##303030]\ #[fg=yellow]\
#[fg=yellow]%Y-%m-%d\ #[bg=##181818] \
#[bg=##202020] \ #[bg=##282828]%Y-%m-%d\
#[bg=##181818] \
' '
# line 3 # line 3
set-option -g status-format[2] '\ set-option -g status-format[2] '\
#[fg=yellow] \ #[fg=yellow]\
#(lsof -U | awk \"/^tmux:.*\\(LISTEN\\)$/ {print \\\$9}\" \ #(lsof -U \
| xargs -n \"1\" basename | sed \"s/^/ /;s/\$/ /\" | xargs echo) \ | awk \"/^tmux:.*\\(LISTEN\\)$/ {print \\\$9}\" \
#[fg=green]\ | xargs -n \"1\" basename \
#(basename \"\${TMUX}\" | cut --delimiter \",\" --fields \"1\") \ | sed \"s/^/#[fg=yellow]#[bg=##181818] #[bg=##282828]/\
;s/\$/#[bg=##181818] #[fg=default]#[bg=default] /\" \
| xargs echo \
)\
#[fg=default] \
#[fg=yellow]→\
#[fg=default] \
#[fg=green]\
#[bg=##181818] \
#[bg=##282828]#(basename \"\${TMUX}\" \
| cut --delimiter \",\" --fields \"1\")\
#[bg=##181818] \
#[align=right]\ #[align=right]\
#[bg=##202020] #[bg=##303030]\ #[fg=yellow]\
#[fg=yellow]#{host}\ #[bg=##181818] \
#[bg=##202020] \ #[bg=##282828]#{host}\
#[bg=##181818] \
' '
# line 4 # line 4
set-option -g status-format[3] '\ set-option -g status-format[3] '\
#{P:\ #{P:\
#[bg=##202020] #[bg=##303030]\ #[bg=##181818] #[bg=##282828]\
#{?pane_active,#[fg=green],#[fg=yellow]}\ #{?pane_active,#[fg=green],#[fg=yellow]}\
#{pane_current_command}\ #{pane_current_command}\
#[bg=##202020] \ #[bg=##181818] \
#[bg=default] \ #[bg=default] \
}\ }\
#[align=right]\ #[align=right]\
#[bg=##202020] #[bg=##303030]\ #[bg=##181818] #[bg=##282828]\
#{?uid,#[fg=green],#[fg=red]}\ #{?uid,#[fg=green],#[fg=red]}\
#{user}\ #{user}\
#[bg=##202020] \ #[bg=##181818] \
' '
# line 5 # line 5
set-option -g status-format[4] '\ set-option -g status-format[4] '\
#{P:\ #{P:\
#[bg=##202020] #[bg=##303030]\ #[bg=##181818] #[bg=##282828]\
#{?pane_active,#[fg=green],#[fg=yellow]}\ #{?pane_active,#[fg=green],#[fg=yellow]}\
#{pane_width}×#{pane_height}\ #{pane_width}×#{pane_height}\
#[bg=##202020] \ #[bg=##181818] \
#[bg=default] \ #[bg=default] \
}\ }\
#[align=right]\ #[align=right]\
#[bg=##202020] #[bg=##303030]\ #[bg=##181818] #[bg=##282828]\
#[fg=green]#{window_width}×#{window_height}\ #[fg=green]#{window_width}×#{window_height}\
#[bg=##202020] \ #[bg=##181818] \
' '
# refresh period # refresh period