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

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 />

View file

@ -193,7 +193,6 @@
inherit
(pkgs)
nodejs_latest
typescript
;
})
++ [bumpNpmDeps];
@ -206,7 +205,6 @@
(pkgs)
nodejs_latest
ffmpeg-full
typescript
;
inherit