All Projects → ryanoasis → Powerline Extra Symbols

ryanoasis / Powerline Extra Symbols

Licence: mit
▶️ Extra glyphs for your powerline separators

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Powerline Extra Symbols

Powerline
Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
Stars: ✭ 12,989 (+1569.54%)
Mutual labels:  prompt, powerline, statusline
Angel Ps1
Your fancy shell prompt fed by your guardian angel
Stars: ✭ 60 (-92.29%)
Mutual labels:  prompt, powerline, fish-shell
fishline
A powerline prompt framework for the fish-shell built in fish-shell.
Stars: ✭ 66 (-91.52%)
Mutual labels:  prompt, fish-shell, powerline
cmder-powershell-powerline-prompt
Custom PowerShell prompt for Cmder on Windows
Stars: ✭ 94 (-87.92%)
Mutual labels:  prompt, powerline
Vim Vide
Lightest vimrc, while strong enough. 最轻的vim配置,却足够强!
Stars: ✭ 649 (-16.58%)
Mutual labels:  powerline, statusline
Silver
A cross-shell customizable powerline-like prompt with icons
Stars: ✭ 238 (-69.41%)
Mutual labels:  prompt, powerline
powerless
Minimalistic/responsive ZSH prompt inspired by powerline.
Stars: ✭ 63 (-91.9%)
Mutual labels:  prompt, powerline
Powerline
A more PowerShell prompt
Stars: ✭ 444 (-42.93%)
Mutual labels:  prompt, powerline
fish-kube-prompt
⎈ kubectl context/namespace in your fish shell prompt
Stars: ✭ 71 (-90.87%)
Mutual labels:  prompt, fish-shell
barow
A minimalist statusline for n/vim
Stars: ✭ 31 (-96.02%)
Mutual labels:  powerline, statusline
Trueline
Fast and extensible bash powerline prompt with true color and fancy icon support
Stars: ✭ 271 (-65.17%)
Mutual labels:  prompt, powerline
Sbp
Simple Bash Prompt (SBP) is a bash prompt, which strives to be simple. But it isn't. But it looks kind of nice. I think.
Stars: ✭ 273 (-64.91%)
Mutual labels:  prompt, powerline
Nerd Fonts
Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more
Stars: ✭ 31,778 (+3984.58%)
Mutual labels:  powerline, statusline
Powerline.fish
Stars: ✭ 55 (-92.93%)
Mutual labels:  powerline, fish-shell
Vim Devicons
Adds file type icons to Vim plugins such as: NERDTree, vim-airline, CtrlP, unite, Denite, lightline, vim-startify and many more
Stars: ✭ 4,473 (+474.94%)
Mutual labels:  powerline, statusline
Vim Crystalline
Functions for taking the monotony out of building your own fancy statusline in Vim
Stars: ✭ 264 (-66.07%)
Mutual labels:  powerline, statusline
Pureline
A Pure Bash Powerline PS1 Command Prompt
Stars: ✭ 342 (-56.04%)
Mutual labels:  powerline, statusline
Liquidprompt
A full-featured & carefully designed adaptive prompt for Bash & Zsh
Stars: ✭ 4,134 (+431.36%)
Mutual labels:  prompt, powerline
Symfony Console Autocomplete
Shell autocompletion for Symfony Console based scripts
Stars: ✭ 465 (-40.23%)
Mutual labels:  fish-shell
Gbt
Highly configurable prompt builder for Bash, ZSH and PowerShell written in Go.
Stars: ✭ 457 (-41.26%)
Mutual labels:  prompt

Powerline Extra Symbols

Extra glyphs for your Powerline separators

These glyphs are now available in the patched fonts from: Nerd Fonts

preview

NOTE: This repo will soon probably just hold the glyphs.

Vim preview also showing column number glyph:

preview

  • vimrc settings to achieve the above:
    " testing extra-powerline-symbols
    
    " set font terminal font or set gui vim font
    " to a Nerd Font (https://github.com/ryanoasis/nerd-fonts):
    set guifont=DroidSansMono\ Nerd\ Font\ 12
    
    " testing rounded separators (extra-powerline-symbols):
    let g:airline_left_sep = "\uE0B4"
    let g:airline_right_sep = "\uE0B6"
    
    " set the CN (column number) symbol:
    let g:airline_section_z = airline#section#create(["\uE0A1" . '%{line(".")}' . "\uE0A3" . '%{col(".")}'])
    

This prompt is on fiiire (flaming shell), just having some fun:

preview

Glyphs

font forge

Sample Configurations

Example configuration I have for Banga's powerline-shell

        # original
        'patched': {
                'lock': u'\uE0A2',
                'network': u'\uE0A2',
                'separator': u'\uE0B0',
                'separator_thin': u'\uE0B1'
        },
        # angly 1
        'patched': {
                'lock': u'\uE0A2',
                'network': u'\uE0A2',
                'separator': u'\uE0B8',
                'separator_thin': u'\uE0B9'
        },
        # angly 2
        'patched': {
        	'lock': u'\uE0A2',
        	'network': u'\uE0A2',
        	'separator': u'\uE0BC',
        	'separator_thin': u'\uE0BD'
        },
        # curvy
        'patched': {
        	'lock': u'\uE0A2',
        	'network': u'\uE0A2',
        	'separator': u'\uE0B4',
        	'separator_thin': u'\uE0B5'
        },
        # flames (flamey)
        'patched': {
        	'lock': u'\uE0A2',
        	'network': u'\uE0A2',
        	'separator': u'\uE0C0',
        	'separator_thin': u'\uE0C1'
        },
        # lego (blocky)
        'patched': {
        	'lock': u'\uE0A2',
        	'network': u'\uE0A2',
        	'separator': u'\uE0CE',
        	'separator_thin': u'\uE0CF'
        },
        # pixelated blocks 2 (large) random fade (pixey)
        'patched': {
        	'lock': u'\uE0A2',
        	'network': u'\uE0A2',
        	'separator': u'\uE0C6',
        	'separator_thin': u'\uE0C6'
        }

TODO

  • [X] Add more triangles
  • [ ] Add more other type glyphs
  • [ ] Create Powerline symbol only font for fontconfig
  • [X] Add to more fonts (just testing the included Droid font for now) see: Nerd Fonts
  • [X] Add glyph set to patcher and fonts in Nerd Fonts
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].