You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello i'm using sfwbar for quite a while, it's nice & very customizeable, what i like & use is the autohide feature,
but i think its lack animation, maybe add some slide animation when the panel shows up & hide, instead of just blink?
thank you very much for your work.
The text was updated successfully, but these errors were encountered:
I added experimental support for show/hide transitions to the current git.
So far, it only supports a crossfade transition (i.e. bar fading in/out).
You can activate it using `transition` property. I.e. add `transition =
800` to your bar definition (the value is transition duration in
milliseconds).
When using this, you would want to set your window background to
transparent and if you need a background for the bar, set it in the main
grid, i.e.
window#sfwbar {
background-color: rgba(0,0,0,0);
background-image: none;
}
grid#sfwbar {
background-color: @theme_bg_color;
}
On Tue, Jan 28, 2025 at 3:25 AM tomysurya ***@***.***> wrote:
hello i'm using sfwbar for quite a while, it's nice & very customizeable,
what i like & use is the autohide feature,
but i think its lack animation, maybe add some slide animation when the
panel shows up & hide, instead of just blink?
thank you very much for your work.
—
Reply to this email directly, view it on GitHub
<#328>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASHPFFFUPIG26DQ22DP6MCD2M32EBAVCNFSM6AAAAABV7QA7A6VHI2DSMVQWIX3LMV43ASLTON2WKOZSHAYTINJTHA3TMOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
hello i'm using sfwbar for quite a while, it's nice & very customizeable, what i like & use is the autohide feature,
but i think its lack animation, maybe add some slide animation when the panel shows up & hide, instead of just blink?
thank you very much for your work.
The text was updated successfully, but these errors were encountered: