updateWindowAnimatedDecorationValues Logic optimization #3677
Closed
DreamMaoMao
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to make a fakefullscreen plugin:plugin, one problem is that I need dynamic higher window border color,
However, there are too many places for border to be re-rendered, so I can't fix the color of border in fakefullscreen state, just like in this video below, when I switch workspace, the color changes back
2023-10-28.12-57-54.mp4
I wonder if the border in this code can be directly skipped and not executed when it is in the full-screen state, which is more optimized and meets my requirements
for example like this:
This way the border color can be customized by the plugin
2023-10-28.12-29-12.mp4
Beta Was this translation helpful? Give feedback.
All reactions