-
-
Notifications
You must be signed in to change notification settings - Fork 707
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
Custom styles on CPU module based on CPU usage (low/med/high) #2911
Comments
Here's my cpu.sh I use as a custom module. This is the basis for all my waybar scripts that sets the icon dynamically
|
haasn
added a commit
to haasn/Waybar
that referenced
this issue
Feb 13, 2024
Turns out you can already do this manually:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
I want to style the CPU module with colors that depend on the current CPU load. It would be nice if you could add a custom style like
#cpu.high
/#cpu.medium
,#cpu.low
that are based on configurable high/medium watermarks, respectively.The text was updated successfully, but these errors were encountered: