From 5a76947c3bd0a1a6c723caf0bf090b68c3d18024 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 19 Oct 2025 20:52:53 +0200 Subject: [PATCH] Add blueman for the bluetooth applet --- .../systemd/user/blueman-applet.service.d/override.conf | 5 +++++ install_gui.sh | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 home/.config/systemd/user/blueman-applet.service.d/override.conf diff --git a/home/.config/systemd/user/blueman-applet.service.d/override.conf b/home/.config/systemd/user/blueman-applet.service.d/override.conf new file mode 100644 index 0000000..99a6266 --- /dev/null +++ b/home/.config/systemd/user/blueman-applet.service.d/override.conf @@ -0,0 +1,5 @@ +[Service] +Slice=session-graphical.slice + +[Install] +WantedBy=graphical-session.target diff --git a/install_gui.sh b/install_gui.sh index dedd5e3..f2d8fb4 100755 --- a/install_gui.sh +++ b/install_gui.sh @@ -127,7 +127,7 @@ paru -S --noconfirm --needed \ qalculate-gtk spotify qimgv nomacs stremio seahorse # Bluetooth -paru -S --noconfirm --needed bluez bluez-utils blueberry +paru -S --noconfirm --needed bluez bluez-utils blueberry blueman # Lockscreen # To test the lockscreen, you can run loginctl lock-session, while in a graphical session @@ -152,7 +152,7 @@ gsettings set org.gnome.desktop.interface cursor-size 24 # Services sudo systemctl enable --now seatd.service -systemctl --user enable polkit-gnome-agent.service fumon.service hyprpaper.service hypridle.service hyprsunset.service elephant.service walker.service swaync.service systemd-lock-handler.service hyprlock.service swaync-inhibit-lock.service swaync-inhibit-unlock.service pcmanfm-qt.service nm-applet.service cliphist.service +systemctl --user enable polkit-gnome-agent.service fumon.service hyprpaper.service hypridle.service hyprsunset.service elephant.service walker.service swaync.service systemd-lock-handler.service hyprlock.service swaync-inhibit-lock.service swaync-inhibit-unlock.service pcmanfm-qt.service nm-applet.service blueman-applet.service cliphist.service echo "GUI Installation finished, you should now reboot and run uwsm start hyprland.desktop" echo ""