William McKinnon
William McKinnon
Looks like marks also have an implication wrt transparency of the title text: 
> > I have the same problem. It seems that swaync did not set the transparency of the blank area on the left to 0, so the blur cannot be...
Hmm, thanka for the report! Tagging @ErikReider for the swaync side of things so he's aware, I can take a look at the rotation issue
Very out of practice with ts and first commit so look this over closely :laughing: works on my machine!
@Aylur friendly ping here :)
This will allow swayfx to work with nix home-manager by default without needing to specify `checkConfig = false;`
should probably add an assertion for gradient `count`
an idea... we could treat all rects as having a gradient but only with one color in it if it is solid color
bug with blending and conic gradient:  ```c /* Add a bottom rect to demonstrate optimized blur */ float bottom_rect_color[16] = { 1, 1, 1, 1, 1, 0, 1, 1,...
We could move external corner rounding to a separate shader as well! This is coupled with #72