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

Separators by section (Left, Center, Right) #10980

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SergioRibera
Copy link

This change adds the ability to have separators for each section in the statusline.

The custom deserializer is to allow these configuration variants.

separator = "؍" # All separators are set to this

# Only one is modified and the rest remains with the default value.
separator.center = "؍"

# All the following are modified
separator.left = "؍"
separator.center = "/"
separator.right = "|"

@kirawi kirawi added A-helix-term Area: Helix term improvements A-gui Area: Helix gui improvements and removed A-helix-term Area: Helix term improvements labels Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-gui Area: Helix gui improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants