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

Added features. #104

Closed
wants to merge 2 commits into from
Closed

Added features. #104

wants to merge 2 commits into from

Conversation

proteansec
Copy link

  • Show partial or full hostname based on the --full-hostname argument.
  • Added support to show the username background in different color based on whether
    the normal or root user are logged in.
  • Added support for current directory to be shown as one element in the statusline,
    so the cwd isn't split based on each directory.
  • Support for newline to be added to the statusline, by using 'newline' in config.py.
  • Added a new 'light' theme.
  • Added USERNAME_ROOT_FG and USERNAME_ROOT_BG into the 'default' theme, which
    specifies the color to represent the root user.

dejan added 2 commits October 16, 2013 15:49
  * Show partial or full hostname based on the --full-hostname argument.
  * Added support to show the username background in different color based on whether
    the normal or root user are logged in.
  * Added support for current directory to be shown as one element in the statusline,
    so the cwd isn't split based on each directory.
  * Support for newline to be added to the statusline, by using 'newline' in config.py.
  * Added a new 'light' theme.
  * Added USERNAME_ROOT_FG and USERNAME_ROOT_BG into the 'default' theme, which
    specifies the color to represent the root user.
@dserodio
Copy link

This is interesting, could you please fix the merge conflict?

@b-ryan
Copy link
Owner

b-ryan commented Dec 26, 2015

Sorry this never got looked at @proteansec. There is a big back long of pull requests I'm still trying to work through. Aside from the merge conflicts, the biggest issue I have with this PR is that it introduces too many changes at once. It would be great to split them up into separate PRs.

#154 discusses adding allowing adding a newline. I don't think just \n is sufficient to properly add a newline.

With regards to showing the current directory as one element, I think what you are describing has already been done in #156

@b-ryan b-ryan closed this Dec 26, 2015
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.

3 participants