Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raehik/i3status-wrapper
A wrapper for inserting more info into the i3status line.
https://github.com/raehik/i3status-wrapper
Last synced: about 2 months ago
JSON representation
A wrapper for inserting more info into the i3status line.
- Host: GitHub
- URL: https://github.com/raehik/i3status-wrapper
- Owner: raehik
- Created: 2014-12-12T12:04:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-25T09:53:22.000Z (over 9 years ago)
- Last Synced: 2024-06-11T18:31:47.547Z (7 months ago)
- Language: Python
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
i3status-wrapper
================Take piped output from i3status and play around with it!
Makes it easy to insert extra fields into the status bar and edit other
ones (to add colour, for example).Installation
------------To use i3status-wrapper, first ensure that your i3status config (default
location `~/.i3status.conf` or `~/.config/i3status/config`) contains
this line:output_format = "i3bar"
It should be in the 'general' block. Then in your i3 config (default
`~/.i3/config` or `~/.config/i3/config`):status_command i3status | i3status-wrapper.py
If you're not using i3, all you need to do is pipe i3status into this
wrapper.