https://github.com/blacklight/cutiepi-lxpanel-battery
lxpanel plugin for the CutiePi battery
https://github.com/blacklight/cutiepi-lxpanel-battery
Last synced: 4 months ago
JSON representation
lxpanel plugin for the CutiePi battery
- Host: GitHub
- URL: https://github.com/blacklight/cutiepi-lxpanel-battery
- Owner: blacklight
- License: gpl-3.0
- Created: 2022-01-25T13:19:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-26T22:44:07.000Z (over 4 years ago)
- Last Synced: 2025-03-06T20:16:36.827Z (over 1 year ago)
- Language: C
- Size: 37.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# cutiepi-lxpanel-battery
lxpanel plugin for the CutiePi battery
## Installation from sources
1. Install the dependencies
```shell
$ sudo apt install \
build-essential autoconf automake libtool intltool \
libglib2.0-dev libgtk2.0-dev lxpanel-dev
```
2. Clone the repo, compile and install the plugin
```shell
$ git clone https://github.com/BlackLight/cutiepi-lxpanel-battery.git
$ cd cutiepi-lxpanel-battery
$ ./autogen.sh
$ make
$ sudo make install
```
3. Restart `lxpanel` if it's running
```shell
$ lxpanelctl restart
```
## Usage
1. Right click on the panel
2. Select `Add / Remove Panel Items`
3. Click `Add`
4. Select `CutiePi battery`