fix(ags binto): change anchors of audio widget

This commit is contained in:
matt1432 2024-12-10 13:03:39 -05:00
parent 7eb735fca5
commit cacc05c687
2 changed files with 1 additions and 3 deletions
nixosModules/ags/config/widgets/audio

View file

@ -10,7 +10,7 @@ export default () => (
<PopupWindow
name="audio"
gdkmonitor={get_gdkmonitor_from_desc('desc:Acer Technologies Acer K212HQL T3EAA0014201')}
anchor={Astal.WindowAnchor.RIGHT | Astal.WindowAnchor.TOP}
anchor={Astal.WindowAnchor.RIGHT | Astal.WindowAnchor.BOTTOM}
transition="slide bottom"
>
<AudioWidget />