eww: add target
I assert that this feature request is relevant for Stylix
- [x] I assert that this is not a duplicate of an existing feature request.
Description
Eww a gtk widget based that uses a lisp like language along with scss for custom widgets based in gtk.
Examples are in the homepage.
- homepage: https://github.com/elkowar/eww
- home-manager support: waiting on https://github.com/nix-community/home-manager/pull/5979
- Willing to help 👍🏻 (needs more info on the implementation).
Does this not inherit our existing GTK theming, since it's based on GTK?
If not, it looks like the widgets are created mostly from scratch by the user, which would make it difficult for us to support them - since we wouldn't know exactly what it is we're theming.
perhaps a similar integration as waybar would be appropriate, setting variables for the user to compose in their sheets?
Does this not inherit our existing GTK theming, since it's based on GTK?
I does not, similar to waybar it uses gtk but not the gtk stylesheet.
perhaps a similar integration as waybar would be appropriate, setting variables for the user to compose in their sheets?
This seems like the only viable way of adding eww.