mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
use blueberry
This commit is contained in:
parent
0903780a6b
commit
bd8332b5bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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: [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue