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

Commits on Feb 13, 2022

  1. theme/powerline.base: lint, clean, defaults

    - 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)`.
    gaelicWizard committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    1afbe31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c697ada View commit details
    Browse the repository at this point in the history
  3. theme/powerline base: //echo/printf

    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 committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    ee779c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ef4b0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b16d7ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b02cd3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12046c7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd0e7f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5956ea2 View commit details
    Browse the repository at this point in the history