From 5cc1fe54020de0988b02cf5fce55464daa85c90d Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Thu, 28 Mar 2024 00:06:18 +0100 Subject: [PATCH] Update changed backlight name --- modules/home/de/qtile/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/de/qtile/config.py b/modules/home/de/qtile/config.py index 7e5dfaf..68e22d8 100644 --- a/modules/home/de/qtile/config.py +++ b/modules/home/de/qtile/config.py @@ -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%}"), ],