Skip to content

Conversation

@Gazer
Copy link

@Gazer Gazer commented Oct 24, 2025

This PR add a graph module to be able to show data as graph and not just text as requested in #2684.

screenshot-2025-10-25_00-14-10 screenshot-2025-10-25_00-26-21 screenshot-2025-10-25_00-25-31

I've added:

  • AGraph module that can render a line, bar or gauge graphs. It render values from 0 to 100 and expect the caller normalize the value.
  • A CpuGraph module that show current CPU as a lines graph
  • A CustomGraph that allow usage of external scripts to show data by using the percentage field of the payload.

The module uses the css colors and modify the alpha to create color variation, making it play nice with almost all themes.

I've been using this for a couple of weeks now on Omarchy without any problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant