diff --git a/.config/ags/widgets/sideright/quicktoggles.js b/.config/ags/widgets/sideright/quicktoggles.js index b0d786857..33478c25e 100644 --- a/.config/ags/widgets/sideright/quicktoggles.js +++ b/.config/ags/widgets/sideright/quicktoggles.js @@ -39,7 +39,7 @@ export const ToggleIconBluetooth = (props = {}) => Widget.Button({ } }, onSecondaryClickRelease: () => { - execAsync(['bash', '-c', 'XDG_CURRENT_DESKTOP="gnome" gnome-control-center bluetooth', '&']); + execAsync(['bash', '-c', 'blueberry &']); }, child: BluetoothIndicator(), connections: [