[tmux] improve status line formatting
This commit is contained in:
parent
23493a7a1e
commit
79c8dd2f26
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ setw -g pane-base-index 1 # start pane numbering from 1
|
||||||
set -g status-left-length 32
|
set -g status-left-length 32
|
||||||
set -g status-right-length 32
|
set -g status-right-length 32
|
||||||
set -g status-justify centre
|
set -g status-justify centre
|
||||||
set -g status-left ' #S ' # session name
|
set -g status-left '@#h ⧉ #S' # @host ⧉session
|
||||||
set -g status-right ' %R %a %d %b ' # time, weekday, day & month
|
set -g status-right '%Y-%m-%d %a %H:%M' # date, weekday, time
|
||||||
|
|
||||||
#
|
#
|
||||||
# Colors
|
# Colors
|
||||||
|
|
Loading…
Add table
Reference in a new issue