I'm trying to disable the status bar but seems like this theme forces it to be enabled.
I added the following to my tmux conf but I still get a status bar on new sessions/windows:
set -g status off
set -g @plugin 'rose-pine/tmux'
set -g @rose_pine_variant 'moon' # Options are 'main', 'moon' or 'dawn'
set -g status off
*** I tried to set it off twice to see if the order matters
Hey there,
I'm trying to disable the status bar but seems like this theme forces it to be enabled. I added the following to my tmux conf but I still get a status bar on new sessions/windows:
*** I tried to set it off twice to see if the order matters