active/fix
All checks were successful
/ job (push) Successful in 2m57s

This commit is contained in:
Marc Beninca 2025-07-26 18:35:42 +02:00
parent a6bb973eb1
commit 2a8d5c6271
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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