The arguments should be floats, not strings. So ` notify_below='0.2', ` should be ` notify_below=0.2, `
On Wednesday, May 26, 2021 at 7:53:02 AM UTC-6 [email protected] wrote: > If I use "hide_threshold", "notify_below" or "low_percentage" in my > widget.Battery. Battery status stops showing in my qtile bar altogether. > There is no error as far as I can tell. > > Here is my config. > <https://github.com/Maxsash/config/blob/master/.config/qtile/config.py> > -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qtile-dev/c4f435d3-b5bb-4d3c-960e-147d0518c6b4n%40googlegroups.com.
