From 88e2dec015b2111473fbe0eef8025ae509cfc38e Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Mon, 30 Aug 2021 21:58:07 +0800 Subject: [PATCH] fix: replace xorg-xbacklight with acpilight --- gui/sysutils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/sysutils.sh b/gui/sysutils.sh index a3a82f0..0156d21 100755 --- a/gui/sysutils.sh +++ b/gui/sysutils.sh @@ -52,7 +52,7 @@ case "$PM" in # bluetooth if has_bluetooth; then sudo pacman -S --noconfirm --needed \ - bluez bluez-utils blueman pulseaudio-bluetooth xorg-xbacklight + bluez bluez-utils blueman pulseaudio-bluetooth acpilight sudo systemctl enable bluetooth sudo systemctl start bluetooth fi