Files
polybar/include/modules
Patrick Ziegler 8e04f15ed6 fix(backlight): %backlight% token appearing on the bar (#3081)
* Fix backlight initial value matching the actual brightness level

The initial value is `0`. If the actual brightness is also `0` you see
`%percentage%` token as text, it’s not being replaced. Since
`m_brightness` is an `int` the initial value could be just `-1` since
the actual brightness is never goes below zero. Thus this bug will never
show up again because actual brightness on first render won’t match
the “old” `m_brightness` value.

See also for more detailed explanation of the bug:
https://github.com/polybar/polybar/discussions/3079#discussioncomment-8169932

* Add docs

---------

Co-authored-by: Viacheslav Lotsmanov <lotsmanov89@gmail.com>
2024-01-20 18:09:12 +01:00
..
2023-05-08 19:36:12 +02:00
2023-05-08 19:36:12 +02:00
2023-05-08 19:36:12 +02:00
2023-05-08 19:36:12 +02:00
2023-05-08 19:36:12 +02:00
2023-05-08 19:36:12 +02:00
2023-05-08 19:36:12 +02:00
2023-05-08 19:36:12 +02:00
2023-05-08 19:36:12 +02:00
2023-05-08 19:36:12 +02:00
2023-05-08 19:36:12 +02:00
2023-05-08 19:36:12 +02:00
2023-05-08 19:36:12 +02:00
2023-05-08 19:36:12 +02:00
2023-05-08 19:36:12 +02:00
2023-05-08 19:36:12 +02:00
2023-05-08 19:36:12 +02:00
2023-05-08 19:36:12 +02:00
2023-05-08 19:36:12 +02:00
2023-05-08 19:36:12 +02:00
2023-05-08 19:36:12 +02:00