https://github.com/damnwidget/powerline-segment-vengo
Add VenGO environment name to Powerline as new segment
https://github.com/damnwidget/powerline-segment-vengo
Last synced: over 1 year ago
JSON representation
Add VenGO environment name to Powerline as new segment
- Host: GitHub
- URL: https://github.com/damnwidget/powerline-segment-vengo
- Owner: DamnWidget
- Created: 2016-04-26T20:12:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-26T20:14:18.000Z (about 10 years ago)
- Last Synced: 2025-01-22T19:16:51.375Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Powerline extension for VenGO environments
Just a simple segment extension to add VenGO environments to powerline
### Install
Install using pip:
`pip install git+https://github.com/DamnWidget/powerline-segment-vengo.git`
### Configure
Add to your shell theme a new section containing:
```json
{
"function": "powerlinevengo.segments.vengo.vengoenv",
"priority": 50
},
```
Add to your `.config/powerline/colorschemes/default.json`:
```json
"vengoenv": { "fg": "white", "bg": "darkcyan", "attrs": [] },
```