Update changed backlight name

This commit is contained in:
SebastianStork 2024-03-28 00:06:18 +01:00
parent a2c17c0886
commit 5cc1fe5402

View file

@ -127,7 +127,7 @@ screens = [
widget.Sep(),
widget.PulseVolume(fmt="󰕾 {}"),
widget.Sep(),
widget.Backlight(fmt="󰃠 {}", backlight_name='amdgpu_bl0'),
widget.Backlight(fmt="󰃠 {}", backlight_name='amdgpu_bl1'),
widget.Sep(),
widget.Battery(format="󰁹 {percent:2.0%}"),
],