Hostname in statusbar
This commit is contained in:
parent
981cc04743
commit
6f572921a5
1 changed files with 3 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ bind r source-file ~/.tmux.conf
|
||||||
set -g status-position bottom
|
set -g status-position bottom
|
||||||
set -g status-bg colour239
|
set -g status-bg colour239
|
||||||
set -g status-attr dim
|
set -g status-attr dim
|
||||||
set -g status-right '#[fg=colour233,bg=colour102,bold] %d/%m #[fg=colour233,bg=colour102,bold] %H:%M:%S '
|
set -g status-right ' #[fg=colour233,bg=colour102,bold] #(hostname) #[fg=colour233,bg=colour102,bold] %d/%m #[fg=colour233,bg=colour102,bold] %H:%M:%S '
|
||||||
set -g status-right-length 50
|
set -g status-right-length 50
|
||||||
set -g status-left-length 20
|
set -g status-left-length 20
|
||||||
|
|
||||||
|
|
@ -28,7 +28,6 @@ setw -g window-status-current-format ' #I#[fg=colour0] #[fg=colour0]#W '
|
||||||
setw -g window-status-fg colour0
|
setw -g window-status-fg colour0
|
||||||
setw -g window-status-bg colour240
|
setw -g window-status-bg colour240
|
||||||
|
|
||||||
setw -g window-status-attr none
|
|
||||||
setw -g window-status-format ' #I#[fg=colour0] #[fg=colour0]#W '
|
setw -g window-status-format ' #I#[fg=colour0] #[fg=colour0]#W '
|
||||||
|
|
||||||
# Scrollback history
|
# Scrollback history
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue