Was using tmux dracula, and really wanted a little margin between the bottom of the prompt and where the tmux status line was. Found a few pages and put this together
_.tmux.conf_
if -F '#{!=:#{status},2}' { set -Fg 'status-format[1]' '#{status-format[0]}' set -g 'status-format[0]' '' set -g status-format[0] '#[fill=black]' set -g status 2 }
---
updated: 8 August 2024.