fix(ags): cleanup current-client anim
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-11-21 10:35:20 -05:00
parent 2a6b0a1bb2
commit 1a003f5f3f
2 changed files with 22 additions and 18 deletions

View file

@ -64,25 +64,29 @@ 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 className="bar-item current-window"> <box>
<revealer <Separator size={8} />
transitionType={Gtk.RevealerTransitionType.SLIDE_RIGHT}
revealChild={bind(visibleIcon)}
>
<box>
<icon
css="font-size: 32px;"
icon={bind(focusedIcon)}
/>
<Separator size={8} /> <box className="bar-item current-window">
</box> <revealer
</revealer> transitionType={Gtk.RevealerTransitionType.SLIDE_RIGHT}
revealChild={bind(visibleIcon)}
>
<box>
<icon
css="font-size: 32px;"
icon={bind(focusedIcon)}
/>
<label <Separator size={8} />
label={bind(focusedTitle)} </box>
truncate </revealer>
/>
<label
label={bind(focusedTitle)}
truncate
/>
</box>
</box> </box>
</revealer> </revealer>
); );

View file

@ -32,7 +32,7 @@ export default () => (
<SysTray /> <SysTray />
<Separator size={8} /> {/* <Separator size={8} /> */}
<CurrentClient /> <CurrentClient />