mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 11:15:20 +01:00
[GH-ISSUE #72] Support for revealer #7068
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#7068
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@JakeStanger commented on GitHub (Feb 10, 2023):
There might be an easy solution here to wrap every module inside a
Revealerthat hooks intoshow_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?
@JustSimplyKyle commented on GitHub (Feb 10, 2023):
If I just slap a transition css on it and would it work?
And yeah, probably not worth being its own widget type
@JakeStanger commented on GitHub (Feb 11, 2023):
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.