fix(ags binto): change anchors of audio widget
This commit is contained in:
parent
7eb735fca5
commit
cacc05c687
2 changed files with 1 additions and 3 deletions
|
@ -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 />
|
||||
|
|
|
@ -193,7 +193,6 @@
|
|||
inherit
|
||||
(pkgs)
|
||||
nodejs_latest
|
||||
typescript
|
||||
;
|
||||
})
|
||||
++ [bumpNpmDeps];
|
||||
|
@ -206,7 +205,6 @@
|
|||
(pkgs)
|
||||
nodejs_latest
|
||||
ffmpeg-full
|
||||
typescript
|
||||
;
|
||||
|
||||
inherit
|
||||
|
|
Loading…
Reference in a new issue