Replies: 1 comment 2 replies
-
We currently do not support gradients on the border, only on the background of a widget. You might be able to emulate it this by adding no border but add a backgroun gradient to top level widget, pack another widget in the top-level widget with the real background color with some margin around it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can you tell the frame to set a gradient? I want to make the same gradient as the Hyprland default frame
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
Beta Was this translation helpful? Give feedback.
All reactions