All Projects → kovidgoyal → powerline-daemon

kovidgoyal / powerline-daemon

Licence: other
A daemon to reduce the resource consumption of powerline by having a single python process that serves all powerline requests

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language

powerline-daemon

A daemon to reduce the resource consumption of powerline by having a single python process that serves all powerline requests.

Currently only works on linux.

To use it, compile the powerline-client as

gcc -O3 powerline-client.c -o powerline-client

Make powerline-daemon executable

chmod +x powerline-daemon

Then copy powerline-daemon and powerline-client somewhere on your path, like /usr/local/bin

Launch the daemon with:

powerline-daemon

Then where-ever you have calls to powerline, like in your .bashrc or tmux config, replace them with:

powerline-client

That's it. powerline-client is a drop in replacement for powerline, it supports all the same arguments and options and produces identical output.

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].