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