[GH-ISSUE #72] Support for revealer #1448

Closed
opened 2026-05-22 22:52:19 +01:00 by JakeStanger · 3 comments
Owner

Originally created by @JustSimplyKyle on GitHub (Feb 10, 2023).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/72

Is your feature request related to a problem? Please describe.
I want animations!(top is eww, bottom is ironbar)
Kooha-2023-02-10-12-48-53.webm

Describe the solution you'd like
I'm actually not sure how would this be implemented
it could be added to widget_type in https://github.com/JakeStanger/ironbar/wiki/custom

Additional context
There is issue https://github.com/JakeStanger/ironbar/issues/68, but I feel like given the aspect of this respect that this should be in a separate issue

Originally created by @JustSimplyKyle on GitHub (Feb 10, 2023). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/72 **Is your feature request related to a problem? Please describe.** I want animations!(top is eww, bottom is ironbar) [Kooha-2023-02-10-12-48-53.webm](https://user-images.githubusercontent.com/68589851/218003441-8244e8a8-18c0-4469-b8bf-ae1f405a3de0.webm) **Describe the solution you'd like** I'm actually not sure how would this be implemented it could be added to widget_type in https://github.com/JakeStanger/ironbar/wiki/custom **Additional context** There is issue https://github.com/JakeStanger/ironbar/issues/68, but I feel like given the aspect of this respect that this should be in a separate issue
Author
Owner

@JakeStanger commented on GitHub (Feb 10, 2023):

There might be an easy solution here to wrap every module inside a Revealer that hooks into show_if. You'd then be able to target that with CSS.

I could also probably do the same with the box widget in the custom module. I'm not sure if there's any explicit need for it to be its own widget type?

<!-- gh-comment-id:1425807681 --> @JakeStanger commented on GitHub (Feb 10, 2023): There might be an easy solution here to wrap every module inside a `Revealer` that hooks into `show_if`. You'd then be able to target that with CSS. I could also probably do the same with the box widget in the custom module. I'm not sure if there's any explicit need for it to be its own widget type?
Author
Owner

@JustSimplyKyle commented on GitHub (Feb 10, 2023):

target that with CSS

If I just slap a transition css on it and would it work?

And yeah, probably not worth being its own widget type

<!-- gh-comment-id:1425841080 --> @JustSimplyKyle commented on GitHub (Feb 10, 2023): > target that with CSS If I just slap a transition css on it and would it work? And yeah, probably not worth being its own widget type
Author
Owner

@JakeStanger commented on GitHub (Feb 11, 2023):

If I just slap a transition css on it and would it work?

I've never played with the GTK revealer before, and Google isn't being super helpful on this one. It definitely has a few built-in options you can choose from at least.

I will have a look and see what can be done with it and how Eww does it.

<!-- gh-comment-id:1426744330 --> @JakeStanger commented on GitHub (Feb 11, 2023): > If I just slap a transition css on it and would it work? I've never played with the GTK revealer before, and Google isn't being super helpful on this one. It definitely has [a few built-in options](https://docs.gtk.org/gtk3/enum.RevealerTransitionType.html) you can choose from at least. I will have a look and see what can be done with it and how Eww does it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#1448
No description provided.