forked from Shinonome/dots-hyprland
use blueberry
This commit is contained in:
@@ -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: [
|
||||||
|
|||||||
Reference in New Issue
Block a user