mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 09:14:06 +08:00
add miss
This commit is contained in:
parent
87ab18ea60
commit
11362797da
@ -18,11 +18,13 @@ set -g set-titles on
|
||||
set -g set-titles-string "#S:#W.#P"
|
||||
|
||||
# 状态栏
|
||||
set -g status-bg blue
|
||||
set -g status-fg white
|
||||
set -g allow-rename off
|
||||
set -g status-interval 1
|
||||
set -g status-left-length 60
|
||||
set -g status-left "#[bg=red fg=white]\ [#h/#S]\ #[bg=yellow fg=black]\ [#{pane_height},#{pane_width}]\ #[bg=red]"
|
||||
set -g status-right "#[bg=yellow]\ [#(date '+%Y-%m-%d %H:%M:%S')]\ "
|
||||
set -g status-right "#[bg=red]\ [#(date '+%Y-%m-%d %H:%M:%S')]\ "
|
||||
set -g status-right-length 60
|
||||
|
||||
set -gw window-status-separator ""
|
||||
@ -98,7 +100,6 @@ if-shell "[ -e ~/.tmux_local ]" "source-file ~/.tmux_local"
|
||||
# set -gw window-status-current-format "#[bg=black fg=white]\ [#I:#W.#{pane_index}#F#{?pane_in_mode,COPY,}]\ "
|
||||
# set -g mode-fg white
|
||||
# set -g mode-bg white
|
||||
# set -g status-fg white
|
||||
# set -g message-fg white
|
||||
# set -g message-bg black
|
||||
# set -g pane-border-fg white
|
||||
|
Loading…
x
Reference in New Issue
Block a user