Bryan Ndjeutcha

Results 17 comments of Bryan Ndjeutcha

Read the eww documentation on Wayland specifically

The dimension of the widget in the direction you want the animation need to be null.

Make the width or height of the window 0

Try this https://github.com/snakedye/eww/tree/revealer-patch

There's a misunderstanding of exclusive. The compositor if windows are tiled will for the most part shift the position of tiled windows. It doesn't mean the region of the widget...

``` (defwindow barleft :monitor 1 :geometry (geometry :height "38px" :width "100%" :anchor "bottom center") :stacking "bt" :exclusive "true" (bar :tags {ristate.tags[1]} :views {ristate.viewstag[1]}) ) ```

Try top left and top right.

I will test this when I have time. But did you try "top left" and "top right" as anchors? I revisited the code and the format seems to be "vertical...

I can reproduce this on eww and my own layer shell clients on river. Need to dig to know if it's normal behavior as in specified by the protocol.

Center is when there's no anchor. Exclusive also will not work if there's more than one anchor.