Daniel Thwaites

Results 163 comments of Daniel Thwaites

This looks very nice, and it's something I've been considering for a while. It might be useful for implementing #205 since that will introduce new named colors which lie outside...

Note that that would take away the ability to use the colors in mustache templates, which may or may not be something we want to support. Theoretically the template files...

`config.lib.stylix.colors` comes from an external library which doesn't currently provide a way to add custom variables. Your best option is to implement that functionality upstream, which would be helpful for...

The Qt pinentry is now themed, at least when running under KDE where it is the default. ![Qt pinentry under KDE](https://github.com/danth/stylix/assets/28959268/55aec4cb-52e9-4da9-abea-7cd5c0568e4e)

Also, some of the templates are quite short, so we could consider just embedding them as a string.

It should have an effect on `rxvt` and `xterm`. I think we can avoid linking the file too: ```nix let # theme = ; command = "${pkgs.xorg.xrdb}/bin/xrdb -merge ${theme}"; in...

Yes, using Nix options is a better option.

This has been reported before (#20), although it was never clear what caused it. I would assume something outside of Stylix is the problem? You have a lot of flake...

Some programs assume that the config file is writeable, so to avoid causing problems Stylix creates a separate copy under `$XDG_CONFIG_DIRS`. This should be picked up and merged with any...