Closed
Description
Hey,
so waybar's formula for counting backlights percentage is 100 * actual_brightness/max_brightness
but on my amdgpu drivers actual_brightness
is in (0, 65535) interval so waybar reports wrong percentage.
I haven't came up with a better solution #336 than to replace actual_brightness
with brightness
for amdgpu_bl0.
Maybe there are more such devices and better methods should be used...