Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalabasa/battery-bar
Minimal battery bar (battery level indicator)
https://github.com/kalabasa/battery-bar
Last synced: 6 days ago
JSON representation
Minimal battery bar (battery level indicator)
- Host: GitHub
- URL: https://github.com/kalabasa/battery-bar
- Owner: Kalabasa
- License: mit
- Created: 2014-10-30T16:41:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-08T20:05:30.000Z (almost 10 years ago)
- Last Synced: 2024-04-16T08:55:50.977Z (7 months ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
battery bar
===========Minimal battery bar in Python
Requirements
------------* Python
* GTK
* Cairo
* UPowerUsage
-----Edit the script to set the battery system path. Replace "BATA" in UPOWER_BATTERY_OBJECT by your battery's system path (usually "BAT0").
Then execute
```
./bbar.py
```Use `bbar-timed.py` for a version that uses polling instead of listening to dbus notifications.