import { bind, Variable } from 'astal'; import { Gtk } from 'astal/gtk3'; import AstalNetwork from 'gi://AstalNetwork'; const Network = AstalNetwork.get_default(); export default () => { const Hovered = Variable(false); return ( ); };