import { bind, execAsync } from "astal"
import Bluetooth from "gi://AstalBluetooth"
import { popup } from "./popup"
import { Astal, Gtk, Widget } from "astal/gtk3"
const { TOP, LEFT } = Astal.WindowAnchor
const bluetooth = Bluetooth.get_default()
function bluetoothItem(device: Bluetooth.Device) {
return
}
function bluetoothWindow() {
return
{bluetooth.devices.map(dev => bluetoothItem(dev))}
}
export default function bluetoothWidget() {
return
}