feat(power): add power information

This commit is contained in:
2025-05-24 02:38:41 +02:00
parent 3395154916
commit d0a6b6db77
4 changed files with 181 additions and 5 deletions

View File

@@ -1,8 +1,7 @@
# pumo-system-info
A Rust-based utility for gathering and presenting system information
in JSON format. For now, it only retrieves Bluetooth-related
information.
in JSON format.
## Overview
@@ -15,6 +14,7 @@ be used with my [eww](https://elkowar.github.io/eww/) configuration.
## Prerequisites
- DBus
- BlueZ (for retrieving Bluetooth-related information)
- UPower (for retrieving power information)
- Rust (specified in `rustup-toolchain.toml`)
- Nix package manager with flakes (optional, for building and managing
dependencies)