danth / stylix

System-wide colorscheming and typography for NixOS
https://stylix.danth.me/
MIT License
906 stars 105 forks source link

is it possible to set iconTheme in stylix? #458

Open laycookie opened 4 days ago

laycookie commented 4 days ago

Hello, I just started using stylix and I was wondering if there is anyway of setting an icon-theme trough it. As of now I'm just using gtk.iconTheme to set it up and it works perfectly, but preferably I would like to do it trough stylix. I didn't find any information related to this feature so I just wanted to trow this question in case anyone else is having the same question.

danth commented 1 day ago

Stylix doesn't have an option for this since gtk.iconTheme is all you need to set for the icon theme to be applied. So, if Stylix provided an option, it would just be an alias.

laycookie commented 23 hours ago

@danth Alright happy to hear that it is actually, as simple as setting gtk.iconTheme, I'm not sure how many people actually want that kind of alias but Im certainly one of them. I also feel like this feature will benefit new users as it will add icon-theme section to the docs, there for people who are new to theming will not have to go outside of stylix docs to research how to change icon-theme.

danth commented 5 hours ago

Absolutely: there are both benefits and drawbacks to this.