Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kovidgoyal/powerline-daemon
A daemon to reduce the resource consumption of powerline by having a single python process that serves all powerline requests
https://github.com/kovidgoyal/powerline-daemon
Last synced: about 1 month ago
JSON representation
A daemon to reduce the resource consumption of powerline by having a single python process that serves all powerline requests
- Host: GitHub
- URL: https://github.com/kovidgoyal/powerline-daemon
- Owner: kovidgoyal
- Created: 2013-03-09T13:07:00.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-26T17:22:43.000Z (over 10 years ago)
- Last Synced: 2024-10-19T22:52:41.751Z (about 2 months ago)
- Language: Python
- Size: 346 KB
- Stars: 38
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- starred-awesome - powerline-daemon - A daemon to reduce the resource consumption of powerline by having a single python process that serves all powerline requests (Python)
README
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/binLaunch 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.