dracula / dracula/tmux

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

Open
#201 6 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Shell
Stars
856
Forks
368
Avg merge
2m
Merged PRs (30d)
1

Description

### 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](https://user-images.githubusercontent.com/63112138/232182220-ab4ded0d-041c-4e32-a843-017c9f3a5fe8.png)

### System
- OS: Ubuntu 22.04
- Tmux Version: 3.2a

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.