From ccccecd892d6591ea606919e290af60c0aaf0f3d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 16 Jun 2025 11:43:53 +0200 Subject: [PATCH] Add bluetooth controls --- applications/blueberry.desktop | 10 ++++++++++ install/desktop.sh | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 applications/blueberry.desktop diff --git a/applications/blueberry.desktop b/applications/blueberry.desktop new file mode 100644 index 0000000..3b4d87a --- /dev/null +++ b/applications/blueberry.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Bluetooth +Comment=Configure Bluetooth settings +Icon=bluetooth +Exec=env GTK_THEME=Adwaita-dark blueberry +Terminal=false +Type=Application +Categories=GTK;GNOME;Settings;HardwareSettings;X-XFCE-SettingsDialog;X-XFCE-HardwareSettings; +StartupNotify=true +NotShowIn=GNOME;KDE;Unity; diff --git a/install/desktop.sh b/install/desktop.sh index 31d25d2..247ab7f 100644 --- a/install/desktop.sh +++ b/install/desktop.sh @@ -1,5 +1,5 @@ yay -S --noconfirm --needed \ - brightnessctl playerctl wpctl pamixer wireplumber power-profiles-daemon \ + brightnessctl playerctl wpctl pamixer wireplumber power-profiles-daemon blueberry \ fcitx5 fcitx5-gtk fcitx5-qt fcitx5-configtool \ nautilus gnome-calculator \ chromium google-chrome-dev vlc \