fix(ags): cleanup current-client anim
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
2a6b0a1bb2
commit
1a003f5f3f
2 changed files with 22 additions and 18 deletions
|
@ -64,6 +64,9 @@ export default () => {
|
||||||
transitionType={Gtk.RevealerTransitionType.SLIDE_RIGHT}
|
transitionType={Gtk.RevealerTransitionType.SLIDE_RIGHT}
|
||||||
revealChild={bind(focusedTitle).as((title) => title !== '')}
|
revealChild={bind(focusedTitle).as((title) => title !== '')}
|
||||||
>
|
>
|
||||||
|
<box>
|
||||||
|
<Separator size={8} />
|
||||||
|
|
||||||
<box className="bar-item current-window">
|
<box className="bar-item current-window">
|
||||||
<revealer
|
<revealer
|
||||||
transitionType={Gtk.RevealerTransitionType.SLIDE_RIGHT}
|
transitionType={Gtk.RevealerTransitionType.SLIDE_RIGHT}
|
||||||
|
@ -84,6 +87,7 @@ export default () => {
|
||||||
truncate
|
truncate
|
||||||
/>
|
/>
|
||||||
</box>
|
</box>
|
||||||
|
</box>
|
||||||
</revealer>
|
</revealer>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
|
@ -32,7 +32,7 @@ export default () => (
|
||||||
|
|
||||||
<SysTray />
|
<SysTray />
|
||||||
|
|
||||||
<Separator size={8} />
|
{/* <Separator size={8} /> */}
|
||||||
|
|
||||||
<CurrentClient />
|
<CurrentClient />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue