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,25 +64,29 @@ export default () => {
|
|||
transitionType={Gtk.RevealerTransitionType.SLIDE_RIGHT}
|
||||
revealChild={bind(focusedTitle).as((title) => title !== '')}
|
||||
>
|
||||
<box className="bar-item current-window">
|
||||
<revealer
|
||||
transitionType={Gtk.RevealerTransitionType.SLIDE_RIGHT}
|
||||
revealChild={bind(visibleIcon)}
|
||||
>
|
||||
<box>
|
||||
<icon
|
||||
css="font-size: 32px;"
|
||||
icon={bind(focusedIcon)}
|
||||
/>
|
||||
<box>
|
||||
<Separator size={8} />
|
||||
|
||||
<Separator size={8} />
|
||||
</box>
|
||||
</revealer>
|
||||
<box className="bar-item current-window">
|
||||
<revealer
|
||||
transitionType={Gtk.RevealerTransitionType.SLIDE_RIGHT}
|
||||
revealChild={bind(visibleIcon)}
|
||||
>
|
||||
<box>
|
||||
<icon
|
||||
css="font-size: 32px;"
|
||||
icon={bind(focusedIcon)}
|
||||
/>
|
||||
|
||||
<label
|
||||
label={bind(focusedTitle)}
|
||||
truncate
|
||||
/>
|
||||
<Separator size={8} />
|
||||
</box>
|
||||
</revealer>
|
||||
|
||||
<label
|
||||
label={bind(focusedTitle)}
|
||||
truncate
|
||||
/>
|
||||
</box>
|
||||
</box>
|
||||
</revealer>
|
||||
);
|
||||
|
|
|
@ -32,7 +32,7 @@ export default () => (
|
|||
|
||||
<SysTray />
|
||||
|
||||
<Separator size={8} />
|
||||
{/* <Separator size={8} /> */}
|
||||
|
||||
<CurrentClient />
|
||||
|
||||
|
|
Loading…
Reference in a new issue