Alexays / Waybar

Highly customizable Wayland bar for Sway and Wlroots based compositors. :v: :tada:
MIT License
5.81k stars 656 forks source link

`backlight/slider` module sets brightness to `min` value after dpms #3359

Open human-0 opened 2 weeks ago

human-0 commented 2 weeks ago

When the backlight/slider module is used, the brightness is set to the min value after a dpms off/on cycle.

Config:

"backlight/slider": {
    "min": 1,
    "max": 100,
    "orientation": "horizontal",
    "device": "intel_backlight",
    "reverse-scrolling": true,
    "scroll-step": 20
}

The changed brightness is definitely related to waybar as changing the min value changes what the brightness is set to after dpms on, and removing the module fixes the issue (brightness is unchanged).