-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
There is a thing in the waybar documentation that allows you to customize the appearance from the returned values.

https://github.com/Alexays/Waybar/wiki/Module:-Custom#module-custom-config-return-type
Let's assume in the polycat config we can set which class is returned and at what value. (Conventionally, 0-30 = low, 30-60 = mid, 60+ = high).
and in style.css waybar we can write something like:
#custom-polycat.low{
color: @green
}
#custom-polycat.mid{
color: @yellow
}
#custom-polycat.high{
color: @red
}IMPORTANT!
so that the user himself sets at what values which class is returned. What if a person wants each percentage for its own color?
GutsyHeartGutsyHeartGutsyHeart
Metadata
Metadata
Assignees
Labels
No labels