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 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.
System
OS: Ubuntu 22.04
Tmux Version: 3.2a
The text was updated successfully, but these errors were encountered:
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.
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
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
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.
System
The text was updated successfully, but these errors were encountered: