-
Notifications
You must be signed in to change notification settings - Fork 312
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
feature/ enhancement: custom start and end of tmux status bar options #306
base: master
Are you sure you want to change the base?
Conversation
Heya @druxorey |
Hi there @Theoreticallyhugo, Thank you for your feedback and for testing the feature. I tried this feature with the plugins Regarding the optional feature implementation, I will work on it shortly. |
@Theoreticallyhugo That's weird, can you check how you have configured your |
the following is the config i use on my mac with tmux 3.5a
|
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 theshow_left_sep
andshow_right_sep
variables to also be displayed at the beginning and end of the status bar.@dracula-show-edge-icons = false
@dracula-show-edge-icons = true
Changes made:
@dracula-show-edge-icons
option with a default value offalse
.status-left
andstatus-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: