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

fixes #217 enhancement: custom start and end of tmux status bar options #306

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

druxorey
Copy link

Description

This pull request adds a new boolean option @dracula-show-edge-icons to the Dracula Theme plugin for tmux. This option allows the icons defined in the show_left_sep and show_right_sep variables to also be displayed at the beginning and end of the status bar.

@dracula-show-edge-icons = false
before

@dracula-show-edge-icons = true
after

Changes made:

  • Added the @dracula-show-edge-icons option with a default value of false.
  • Modified the status-left and status-right configurations to include edge icons when @dracula-show-edge-icons is enabled.

Issue resolved

This change resolves issue #217, where the option to display icons at the edges of the status bar was requested.

Usage example

To enable this option, add the following line to your tmux configuration file:

set -g @dracula-show-edge-icons true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant