import { bind } from 'astal'; import AstalWp from 'gi://AstalWp'; export default () => { const speaker = AstalWp.get_default()?.audio.default_speaker; if (!speaker) { throw new Error('Could not find default audio devices.'); } return ( muted ? 'disabled' : '')} /> ); };