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
|
<PopupWindow
|
||||||
name="audio"
|
name="audio"
|
||||||
gdkmonitor={get_gdkmonitor_from_desc('desc:Acer Technologies Acer K212HQL T3EAA0014201')}
|
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"
|
transition="slide bottom"
|
||||||
>
|
>
|
||||||
<AudioWidget />
|
<AudioWidget />
|
||||||
|
|
|
@ -193,7 +193,6 @@
|
||||||
inherit
|
inherit
|
||||||
(pkgs)
|
(pkgs)
|
||||||
nodejs_latest
|
nodejs_latest
|
||||||
typescript
|
|
||||||
;
|
;
|
||||||
})
|
})
|
||||||
++ [bumpNpmDeps];
|
++ [bumpNpmDeps];
|
||||||
|
@ -206,7 +205,6 @@
|
||||||
(pkgs)
|
(pkgs)
|
||||||
nodejs_latest
|
nodejs_latest
|
||||||
ffmpeg-full
|
ffmpeg-full
|
||||||
typescript
|
|
||||||
;
|
;
|
||||||
|
|
||||||
inherit
|
inherit
|
||||||
|
|
Loading…
Reference in a new issue