You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: