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

DRAFT: theme/powerline-multiline: harmonize powerline.base files #2051

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

gaelicWizard
Copy link
Contributor

Description

Change the functions in theme/powerline-multiline/powerline.base and theme/powerline/powerline.base to match more closely. Alsö, lint theme/powerline-multiline.

Motivation and Context

By updating them to match more closely, we may be able to eliminate the duplicate file in the future. It may be possible to just extend the main file to handle the use case of the alternative implementations.

How Has This Been Tested?

Since I haven't used the powerline* themes much, this is hard for me to test as I'm not used to what "normal" looks like.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the code style of this project.
  • If my change requires a change to the documentation, I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • If I have added a new file, I also added it to clean_files.txt and formatted it using lint_clean_files.sh.
  • I have added tests to cover my changes, and all the new and existing tests pass.

@gaelicWizard gaelicWizard force-pushed the theme/powerline-multiline branch 5 times, most recently from 99d6b2a to 5390797 Compare January 24, 2022 20:00
@gaelicWizard gaelicWizard force-pushed the theme/powerline-multiline branch 3 times, most recently from 7010df9 to 7e87e76 Compare January 26, 2022 19:44
@gaelicWizard gaelicWizard force-pushed the theme/powerline-multiline branch 4 times, most recently from 03bacd8 to 8074d33 Compare February 13, 2022 05:38
- Local some variables,
- install reasonable defaults, based on `theme/powerline-plain` which doens't use the special font,
- Use `\D{fmt}` instead of `$(date +fmt)`.
Alsö:
- Use `\u` instead of `${SHORT_USER:-${USER?}}`.
- Use `if`/`then` properly.
- Lose some whitespace from prompt characters; that's what padding is for.

TODO:
- prompt character prefix/suffix support
- use variables rather than subshells...
@gaelicWizard gaelicWizard force-pushed the theme/powerline-multiline branch 5 times, most recently from 87a9a23 to 0e7fade Compare February 13, 2022 07:23
@gaelicWizard gaelicWizard changed the title theme/powerline-multiline: harmonize powerline.base files DRAFT: theme/powerline-multiline: harmonize powerline.base files Feb 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant