Skip to content

Commit

Permalink
readme: added features section
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Jan 28, 2024
1 parent 5b131be commit 91cc884
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ Is a customizable daemon designed to report the battery status of your laptop wh

![Demo](./.github/assets/demo.gif)

This project follows the [Power supply class specification](https://docs.kernel.org/power/power_supply_class.html#attributes-properties-detailed) defined in the [Linux Kernel Documentation](https://docs.kernel.org/).

## Features

- **Lightweight**: Minimal impact on system resources (3.75 MiB of consumption on my computer).
- **Configurable notification levels**: Customize three different notification levels – *reminder*, *warning*, and *threat*.
- **Adjustable check interval:** Set the check interval to your liking, ensuring timely updates on your battery status.
- **Custom notification icon**: Choose your preferred icon.
- **Good configuration defaults**: Comes with well-considered default settings.

## Why?

Many window managers lack dedicated battery status programs. This project aims to fill that gap by providing a fully customizable solution that operates as a daemon, offering both battery status reporting and built-in performance features.
Expand Down

0 comments on commit 91cc884

Please sign in to comment.