Skip to content
#

powerline

Here are 206 public repositories matching this topic...

mirabilos
mirabilos commented Jun 5, 2019

Neither here nor powerline/fonts has any documentation of what codepoints are supposed to be provided with which glyphs by fonts. This makes it virtually impossible for font authors to add support.

Also, I’ve seen you use the PUA. Please register your codepoints with http://www.evertype.com/standards/csur/ so they don’t overlap with any other CSUR PUA assignments. (It’s easy, I got a couple ass

Halfwalker
Halfwalker commented Feb 29, 2020

Change the default username color to something like blue (via variable, so it's changeable). Then, when user su's to root or logs in as root, change username color to RED. This would be a good visual warning that you might be doing something with root privs by mistake ...

So the _username function would check the euid, and if 0 set color to RED

shervinsahba
shervinsahba commented Oct 29, 2019

On the default settings, each segment is padded on either end by a space " ". This adds visual appeal and clarity. On the other hand, it adds two characters per segment. It'd be nice to customize this option for users who want powerline to span fewer characters.

Would a left_pad and right_pad option be useful?

(PS. This project is awesome. Thanks!)

dflock
dflock commented Jan 15, 2020

Describe the bug
Whatever I set settings_git_max_length to, I always get a 10 char long branch name in the git segment, if my branch name is >30 chars. This appears to be caused by this code:

if [[ $(( ${#git_head} + ${#git_state} )) -gt "$settings_git_max_length" ]]; then
  git_head="${git_head:0:10}.."
fi

If I print out $settings_git_max_length inside git.bash, it

bug

Improve this page

Add a description, image, and links to the powerline topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the powerline topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.