import { bind, Variable } from 'astal'; import { App, Gtk } from 'astal/gtk3'; import AstalBluetooth from 'gi://AstalBluetooth'; import PopupWindow from '../../misc/popup-window'; export default () => { const bluetooth = AstalBluetooth.get_default(); const Hovered = Variable(false); return ( ); };