use blueberry

This commit is contained in:
end-4 2023-12-26 10:10:41 +07:00
parent 0903780a6b
commit bd8332b5bd

View file

@ -39,7 +39,7 @@ export const ToggleIconBluetooth = (props = {}) => Widget.Button({
} }
}, },
onSecondaryClickRelease: () => { onSecondaryClickRelease: () => {
execAsync(['bash', '-c', 'XDG_CURRENT_DESKTOP="gnome" gnome-control-center bluetooth', '&']); execAsync(['bash', '-c', 'blueberry &']);
}, },
child: BluetoothIndicator(), child: BluetoothIndicator(),
connections: [ connections: [