From 0a307f6051ddadd635b4c251731570ff083ef6c8 Mon Sep 17 00:00:00 2001 From: Felix Nehrke Date: Tue, 16 Sep 2025 18:10:08 +0200 Subject: [PATCH] Use acpi_video0 card to determine brigtness in polybar --- .config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/polybar/config b/.config/polybar/config index 42ea4fa..8e6da0e 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -96,7 +96,7 @@ type = internal/backlight ; Use the following command to list available cards: ; $ ls -1 /sys/class/backlight/ ;card = intel_backlight -cart = ascpi_video0 +card = acpi_video0 ; Use the `/sys/class/backlight/.../actual-brightness` file ; rather than the regular `brightness` file.