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

Only show text for cooldowns with less than x seconds remaining #389

Open
emmerich opened this issue Aug 27, 2022 · 1 comment
Open

Only show text for cooldowns with less than x seconds remaining #389

emmerich opened this issue Aug 27, 2022 · 1 comment
Assignees

Comments

@emmerich
Copy link

emmerich commented Aug 27, 2022

Is your feature request related to a problem? Please describe.

I want to hide the text until the last 10 seconds of the cooldown, but there's no way to do that. There's a current option "Maximum Cooldown Duration" but that's slightly different - it only shows timers if the total duration of the cooldown is less than the value. I want something that shows the timer when the remaining duration is less than a value.

@Tuller Tuller self-assigned this Aug 27, 2022
@Tuller
Copy link
Member

Tuller commented Aug 27, 2022

The closest you can get currently:
Create a new theme, call it auras or whatever. Set the Auras rule to use it (and click the enable checkbox)
image

Set every color and opacity color, except for soon to expire to transparent
image

That will cause the timer to show up when under 5s or less.

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

No branches or pull requests

2 participants