home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 7e508351fb6559a17dbb46cfb56b9292316ff11e
parent 6d9a8836328159bfa2e28a6d005cc41563e799af
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 14 Jan 2019 18:26:10 +0100

tmux: add hostname to status-left

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/profiles/assets/tmux/tmux.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/profiles/assets/tmux/tmux.conf b/modules/profiles/assets/tmux/tmux.conf @@ -93,7 +93,7 @@ set -g status-position bottom set -g status-bg colour234 set -g status-fg colour137 set -g status-attr dim -set -g status-left '' +set -g status-left '#[fg=colour233,bg=colour241,bold]#(hostname)' set -g status-right '#[fg=colour233,bg=colour241,bold] %d/%m #[fg=colour233,bg=colour245,bold] %H:%M:%S ' set -g status-right-length 50 set -g status-left-length 20