janoamaral/tokyo-night-tmux

`username@hostname` widget

k14lb3 opened this issue · 0 comments

Context

Having username@hostname is cool.

Solution

set -g @tokyo-night-tmux_show_userhost 0 // disable
set -g @tokyo-night-tmux_show_userhost 1 // enable

set -g @tokyo-night-tmux_userhost_format full // displays `username@hostname`
set -g @tokyo-night-tmux_userhost_format username // only displays the username
set -g @tokyo-night-tmux_userhost_format hostname // only displays the hostname

Snapshot

image