Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whitelynx/xcffibaer
A themeable status bar written in Python, using xcffib.
https://github.com/whitelynx/xcffibaer
Last synced: 26 days ago
JSON representation
A themeable status bar written in Python, using xcffib.
- Host: GitHub
- URL: https://github.com/whitelynx/xcffibaer
- Owner: whitelynx
- License: mit
- Created: 2018-04-03T16:59:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T12:32:28.000Z (5 months ago)
- Last Synced: 2024-05-31T13:51:48.899Z (5 months ago)
- Language: Python
- Size: 111 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
xcffibär
========A themeable status bar written in Python, using `xcffib`.
Prerequisites
-------------Ensure you have [pyenv](https://github.com/pyenv/pyenv) and
[pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv) installed. (preferably using
[pyenv-installer](https://github.com/pyenv/pyenv-installer))You will also need [libstatgrab](http://www.i-scream.org/libstatgrab).
Setup
-----From within the `xcffibaer` directory, run:
```bash
./bootstrap.sh
```Running
-------From within the `xcffibaer` directory, run:
```bash
python xcffibaer
```In order to be able to run `xcffibaer` from anywhere (e.g., from your `~.config/i3/config` or a `systemd` job) you'll
want to use [the runner script](scripts/xcffibaer); copy it into your `PATH` (`~/.local/bin` is probably a good spot)
and modify the paths in the script to match your environment. Then you should be able to run it by executing
`xcffibaer`.