parent
a6bb973eb1
commit
2a8d5c6271
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ rwx_tmux_servers() {
|
||||||
if tmux -L \"\${name}\" list-sessions >/dev/null; then
|
if tmux -L \"\${name}\" list-sessions >/dev/null; then
|
||||||
[ -n \"\${text}\" ] && text=\"\${text}${space}\"
|
[ -n \"\${text}\" ] && text=\"\${text}${space}\"
|
||||||
if [ \"\${name}\" = \"\${active}\" ]; then
|
if [ \"\${name}\" = \"\${active}\" ]; then
|
||||||
text=\"\${text}#[fg=green]\"
|
text=\"\${text}${RWX_TMUX_ACTIVE_FOREGROUND}\"
|
||||||
else
|
else
|
||||||
text=\"\${text}${RWX_TMUX_ITEM_FOREGROUND}\"
|
text=\"\${text}${RWX_TMUX_ITEM_FOREGROUND}\"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue