Daniel Thwaites

Results 349 comments of Daniel Thwaites

The first two categories you listed look like they were just missed when I used `sed` to apply the change across all modules: - `k9s` doesn't match the pattern `[a-z\-]+`...

That's unusual. Could be caused by some of the recent changes, but I suspect it's not this one. Can you share your config?

I think you've misunderstood the change here - the individual target enable options won't be removed. Instead, it's just removing the behaviour where the default for each individual enable option...

It seems there was an issue with some modules not being guarded properly with `stylix.enable && stylix.targets.«target».enable` rather than just `stylix.targets.«target».enable`. This may or may not have been fixed in...

@trueNAHO could you test this again now that it's been updated to the latest code?

Per-monitor wallpapers aren't widely implemented and I have a feeling that when they are, each program will have its own way of selecting which monitor to apply to, so it...

CI is failing because you need to run the code formatters, see [here](https://stylix.danth.me/development_environment.html#pre-commit)

> As a non GNOME user I do not exactly know what to look for inside the testbeds. AFAIK we don't currently have any testbeds where there is an icon...

[This documentation page](https://wiki.gnome.org/Projects(2f)GtkSourceView(2f)StyleSchemes.html) suggests to me that a package containing `share/gnome/gtksourceview-{2.0,3.0}/styles/stylix.xml` might appear on the search path, which would get this working at the NixOS level too. If not, it...

This works in my config! There are some differences between the highlighting in GNOME Text Editor compared to VSCode, which could be caused by differences in our templates or differences...