tmux 配置多个变量

tmux configuration multiple variables

获取最后一行的错误。如果为了状态正确,我只显示 spotify 或日期它有效。我无法让它同时显示两者。我错过了什么?

tm_date="#[fg=$tm_color_inactive] %b %d - %I:%M"
tm_session_name="#[fg=$tm_color_feature,bold]$tm_icon #S"

set -g status-left $tm_session_name' '
set -g status-right '#(tmux-spotify-info)' '$tm_date 

什么是tmux-spotify-info?它类似于tm_spotify吗?如果是这样,将行更改为此似乎可以解决问题。

set -g status-right $tmux-spotify-info' '$tm_date