https://github.com/mariinkys/iced-battery-status
A simple GUI for your battery status on Linux.
https://github.com/mariinkys/iced-battery-status
battery-status gui-application iced iced-rs linux-app rust rust-lang
Last synced: about 1 year ago
JSON representation
A simple GUI for your battery status on Linux.
- Host: GitHub
- URL: https://github.com/mariinkys/iced-battery-status
- Owner: mariinkys
- License: gpl-3.0
- Created: 2024-01-02T18:54:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T13:29:21.000Z (about 1 year ago)
- Last Synced: 2025-04-15T07:58:27.232Z (about 1 year ago)
- Topics: battery-status, gui-application, iced, iced-rs, linux-app, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 801 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Battery Status


Simple GUI made in Rust that lets you monitor your battery status/health.

## Resources
- [The Rust Programming Language - Book](https://doc.rust-lang.org/book/)
- [iced.rs API Reference](https://docs.rs/iced/latest/iced/)
- [Building a simple text editor with iced - Tutorial Video](https://www.youtube.com/watch?v=gcBJ7cPSALo&t=573s)
## Installation
You can either use the [provided binaries](https://github.com/mariinkys/iced-battery-status/releases)(Not recommended) or use [just](https://github.com/casey/just)(recommended):
```
git clone https://github.com/mariinkys/iced-battery-status
cd iced-battery-status
cargo build --release
sudo just install
```
## About me
Check out my [other projects](https://github.com/mariinkys)
You can also help do this and more projects, [Buy me a coffee](https://www.buymeacoffee.com/mariinkys)