Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding battery monitoring support #52

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Commits on Dec 10, 2022

  1. Adding battery monitoring support

    diego committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    33ed066 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Refactoring

    diego committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    b71040a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cba6a66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfe790a View commit details
    Browse the repository at this point in the history
  4. Encapsulate finding the battery device

    diego committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    7d3794b View commit details
    Browse the repository at this point in the history
  5. Add comments on the possible battery states

    diego committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    273216c View commit details
    Browse the repository at this point in the history
  6. Change the way get the values.

    Upower updates only after 30 seconds, way to slow.
    So now from upower I get the device files locations. Then I directly
    read voltage current and charge. This allows for much more fine grained
    graphs.
    WiserOrb committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    5334dd4 View commit details
    Browse the repository at this point in the history
  7. Caching intermediate results

    WiserOrb committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    281384f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    b3fbdc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Configuration menu
    Copy the full SHA
    b527faa View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Added a secondary color setting and relative setting. If needed it can

    be used in other panel.
    WiserOrb committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    ea3be44 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Revert to previous metadata

    WiserOrb committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    9238471 View commit details
    Browse the repository at this point in the history
  2. Remove battery level report

    WiserOrb committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    c4ad220 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98f7d46 View commit details
    Browse the repository at this point in the history