stylix icon indicating copy to clipboard operation
stylix copied to clipboard

eww: add target

Open Eveeifyeve opened this issue 6 months ago • 3 comments

I assert that this feature request is relevant for Stylix

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).

Eveeifyeve avatar Jun 02 '25 17:06 Eveeifyeve

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.

danth avatar Jun 03 '25 01:06 danth

perhaps a similar integration as waybar would be appropriate, setting variables for the user to compose in their sheets?

zdoherty avatar Jun 03 '25 02:06 zdoherty

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.

0xda157 avatar Jun 03 '25 04:06 0xda157