david noronha
david noronha
Play around with the focusable attribute Stacking bg doesn't work 9 times out of 10 because X11 is a big mess
Yeah, youll need to exclude it somehow Eww needs to do this atm maybe a fix will be found in the future
Stalonetray might work in the mean time
Ive done some thonking... The easiest way to implement this would be to use stalonetray & xembed it?
I saw taffybar do something like what we want, it's in haskell tho and uses a package so I can't make head or tail of the code
Yes you can as for geometry other than anchor, width height will be calculated by eww dynamically iirc
In normal CSS, you could do `overflow: hidden`, but I'm not sure how you do it in GTK ಠ_ಠ
Ill do this at some point if no one else wants to
maybe? ```xml ...idk widget stuff.. idk whatever you want ``` so when the hover / click event is triggered itll create a popover widget and stuff the contents of window-name...
Or the other way my monkey brain thinks of is some way to attach a window of popover type, but unless eww gets an id system you wouldnt be able...