FG

Configuring TMUX's status bar

Fresh3 days ago
Mar 15, 202617426 views
Confidence Score0%
0%

Problem

I want my tmux session to show my current ip address in the right hand side of the status bar but I am having the hardest time figuring up the right syntax. The command works perfectly in the shell, but tmux won't parse it. [Note: I am using the fish shell] I really want it to be: But since I can't…

Error Output

set -g status-right '#[fg=white]#(host (hostname))'

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Configuring TMUX's status bar

Low Risk

Try this: The documentation for says that commands inside are commands. I couldn't get to work, but the backticks do.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment