bundles/users: add lsb_release and local date to status line
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
29eef9ec59
commit
5885e4b043
1 changed files with 3 additions and 2 deletions
|
@ -5,10 +5,11 @@ set-option -g set-titles-string '#W [#(logname)@${node.name}]'
|
||||||
|
|
||||||
# Status bar
|
# Status bar
|
||||||
set -g status on
|
set -g status on
|
||||||
set -g status-interval 10
|
set -g status-interval 1
|
||||||
set -g status-left '[#(logname)@${node.name}] '
|
set -g status-left '[#(logname)@${node.name}] '
|
||||||
set -g status-left-length 100
|
set -g status-left-length 100
|
||||||
set -g status-right "%Y-%m-%d %H:%M"
|
set -g status-right ' [#(lsb_release -ds)] [#(date --rfc-3339=seconds)]'
|
||||||
|
set -g status-right-length 200
|
||||||
|
|
||||||
# Numbering starts at 1
|
# Numbering starts at 1
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
|
|
Loading…
Reference in a new issue