Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: status bar don't have a bottom padding or space between prompt #201

Open
nivethan-me opened this issue Apr 15, 2023 · 2 comments
Open
Labels
bug Something isn't working

Comments

@nivethan-me
Copy link

Describe the bug

i have a simple tmux configuration. after adding dracula/tmux and set the status bar position at the top i realized there is no bottom padding/space.

following is my tmux.config file

# set tmux prefix as ctrl + space
set -g prefix C-Space

# vim like bindings for navigation
setw -g mode-keys vi
bind-key h select-pane -L
bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R

# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'alexghergh/nvim-tmux-navigation'
set -g @plugin 'dracula/tmux'

# dracula setup
set -g @dracula-show-powerline true
set -g @dracula-show-flags true
set -g @dracula-show-left-icon session
set -g status-position top
set -g @dracula-left-icon-padding 20 

set -g @dracula-plugins "time ram-usage"

# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'

To Reproduce

Steps to reproduce the behavior:
1.install dracula/tmux plugin
2. set the status bar position to top

Expected behavior

i want to add a space on the bottom of the status bar through configuration.

Screenshots

If applicable, add screenshots to help explain your problem.
image

System

  • OS: Ubuntu 22.04
  • Tmux Version: 3.2a
@nivethan-me nivethan-me added the bug Something isn't working label Apr 15, 2023
@ethancedwards8
Copy link
Member

Hm, this is an interesting issue. I wasn't even aware that the status bar could be moved to the top of the screen. I cannot immediately find anything in the docs to adjust padding around the bars. One page I found says that it can be adjusted by changing font size, but I am not sure I buy that. I'll keep looking in the docs.

@nivethan-me
Copy link
Author

Hm, this is an interesting issue. I wasn't even aware that the status bar could be moved to the top of the screen. I cannot immediately find anything in the docs to adjust padding around the bars. One page I found says that it can be adjusted by changing font size, but I am not sure I buy that. I'll keep looking in the docs.

thanks for the reply @ethancedwards8 i don't like to change the font size but i tried to add a multiline status on tmux and leaved the second line status as empty, but i was unable to do the same with dracula/tmux though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants