Use host identity colors for tmux status

This commit is contained in:
2026-05-10 02:37:58 -07:00
parent e7486cb2c4
commit 2a036581c7

View File

@@ -42,9 +42,9 @@ in {
'';
environment.etc."tmux-host-style.conf".text = ''
set -g status-style "fg=#ffffff,bg=blue"
set -g status-left-style "fg=#ffffff,bg=blue"
set -g status-right-style "fg=#ffffff,bg=blue"
set -g status-style "fg=${hostIdentity.tmux.foreground},bg=${hostIdentity.tmux.background}"
set -g status-left-style "fg=${hostIdentity.tmux.foreground},bg=${hostIdentity.tmux.background}"
set -g status-right-style "fg=${hostIdentity.tmux.foreground},bg=${hostIdentity.tmux.background}"
'';
};
}