Border Color Window Rules Ignores First Color #12929
Replies: 2 comments 2 replies
-
|
What are your color definitions? (like |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Related: #12746 I think @emptinessmachinev2 has diagnosed the issue more accurately. It's the first color being ignored, and not that gradients are not working at all. Came here after my gradients broke after update to 0.53. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After version 0.53 the first color in a border color window rule declaration gets ignored. This color (or color set/gradient) corresponds to the active window and the second corresponds to the inactive window.
Lets say we have some rules to indicate window states for version 0.52:
For version 0.53 we use the new syntax as indicated in the wiki:
or use the named rule syntax:
The previous new rules will assign the second color as the active window border color and for the inactive will fallback to the one declared on the general section of the configuration.
One can add a third color to "fix" some of the rules(some the other it breaks the window state condition behaviour):
Don't know if this is a bug or just bad configuration on my side. Would appreciate for anyone to indicate what have I done wrong. Thanks in advance.
Configuration file(options)
hyprctl version
Beta Was this translation helpful? Give feedback.
All reactions