Questions tagged [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.

Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.

Useful links

102 questions
2
votes
0 answers

Error appear every time running vim

I am now trying to configure VIM to support Python using git bash in Windows 7. I am following the configuration step as this website. However, every time i run vim from git bash, it show the following error: $ vim You need vim compiled with Python…
Shawn
  • 21
  • 4
2
votes
3 answers

Zshell starting with an error (showed in Powerline9k-theme)

Recently I installed Zshell instead of Bash. During this, then I saw that my $PATH was 7 miles long, - so I decided to try and clean it up a bit. When I uninstalled rvm (by running rvm implode followed by rm -rf ~/.rvm) then when I restarted my…
Zeth
  • 2,273
  • 4
  • 43
  • 91
2
votes
2 answers

Powerline PS1 line wrapping

Context GNU bash 4.4.12(1)-release Powerline 2.5.2-1 Powerline installed from arch linux packages, not from pip. PS1 Script update-ps() { export PS1="$(powerline shell aboveleft)" export PS2="$(powerline shell left)" } export…
Seiji Hirao
  • 310
  • 2
  • 16
2
votes
2 answers

How to fix size of powerline in Spacemacs?

How to fix size of powerline in Spacemacs? Somehow my powerline changed in size. Screenshot: [
kar univer
  • 45
  • 1
  • 2
  • 5
2
votes
2 answers

Displaying ► character in Vim terminal lightline status bar

I am working on SUSE Linux Enterprise Desktop 11 (x86_64) and I am using Vim in terminal as my editor. I have recently installed a plugin called lightline from https://github.com/itchyny/lightline.vim. The plugin uses special characters to make the…
omegasbk
  • 826
  • 1
  • 10
  • 24
2
votes
1 answer

Custom emacs powerline themes

I am trying to make my powerline have a custom color for the second section. The code I am using is this: (require 'powerline) (defface my-pl-segment1-active '((t (:foreground "#3C3F41" :background "#3C3F41"))) "Powerline first segment active…
Czipperz
  • 3,268
  • 2
  • 18
  • 25
2
votes
1 answer

Using patched Powerline fonts for vim-airline

I've cloned vim-airline with Pathogen. Next I cloned patched Powerline fonts into /usr/local/share/fonts on my Ubuntu 14.04, and did fc-cache -vf /usr/local/share/fonts. I then added set guifont=Ubuntu\ Mono\ for\ Powerline\ 11 as well as set…
STim
  • 65
  • 2
  • 7
2
votes
3 answers

Powerline (tmuxline and vim-airline) not showing the right characters [iTerm2, Mac OS X]

so I'm using tmuxline and vim-airline because I don't know how to install powerline for iTerm 2 Anyway they should be looking like tabs but there are characters here not showing. Can anyone help me out?
Ahmed Deq
  • 191
  • 2
  • 8
1
vote
1 answer

Cannot find powerline fonts in MacOs terminal

This is what i did in MaxOS 13.3.1 ventura. install powerline fonts according to https://github.com/powerline/fonts install on-my-zsh (basically followed https://blog.rishabkumar.com/setting-up-terminal-in-macos-installing-ohmyzsh, but didn't…
user3552178
  • 2,719
  • 8
  • 40
  • 67
1
vote
1 answer

Show hostname for local host with powerline

I am using powerline with bash, fish, and tmux. The hostname shows up when logging in to remote systems with SSH. But I want to also enable the hostname segment for local users. Here is how it looks on a remote system. Here is how it looks on as a…
1
vote
0 answers

VSCode Powerline symbols overlap in integrated terminal

In the VSCode integrated terminal, my powerline fonts appear to overlap like this: They should look like this: Weirdly if I change the font size or letter spacing to a value and then back again, the symbols look as they should: The font I am…
Anjum Sayed
  • 872
  • 9
  • 20
1
vote
0 answers

ST terminal is showing '?' for powerline git status

I am using ST terminal and dwm in arch linux. I have installed powerline and git status with pip install powerline-status pip install powerline-gitstatus But terminal is showing '?' for git status. I have tried to add powerline fonts from the git…
Saket B
  • 41
  • 1
  • 6
1
vote
1 answer

Alacritty font rendering

[Initial] I installed alacritty on Ubuntu 20.04 without a problem, by simply installing cargo and then running this script. [Root Cause] Wanting easier theme juggling, I looked up utilities for this purpose and found this one. After installing a…
1
vote
2 answers

patched powerline fonts on gnome-terminal not working (archlinux + GNOME)

I am facing a problem on my newly installed arch linux machine with GNOME - vim is unable to render powerline glyphs on the gnome-terminal. I have installed the patched fonts and changed the gnome-terminal preferences to use the powerline font.…
Pallav
  • 119
  • 1
  • 7
1
vote
1 answer

what do emacs powerline items mean?

I finally got emacs powerline to work. It looks very nice. I can't seem to find any documentation on it though. What does - 299 UU-: and All mean in this screenshot What else can it tell me? Are there any docs?
Jonathan
  • 1,287
  • 14
  • 17