From ce55ab83323b31f546babf5d82dc33a144961d46 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 29 May 2021 13:26:27 +0200 Subject: tmux: color hostname in the statusbar --- dotfiles/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index e24f3c0..42181f3 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -45,7 +45,7 @@ set-option -g update-environment "\ DBUS_SESSION_BUS_ADDRESS\ " -set -g status-right "#H|%a %F %H:%M" +set -g status-right "$[fg=colour178]#H#[default]|%a %F %H:%M" set -g status-right-length 48 set -g status-style fg=colour194,bold,bg=colour23 -- cgit v1.2.3