mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +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: () => {
|
||||
execAsync(['bash', '-c', 'XDG_CURRENT_DESKTOP="gnome" gnome-control-center bluetooth', '&']);
|
||||
execAsync(['bash', '-c', 'blueberry &']);
|
||||
},
|
||||
child: BluetoothIndicator(),
|
||||
connections: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue