Daniel Thwaites

Results 350 comments of Daniel Thwaites

We do a font conversion for the GRUB bootloader here: https://github.com/danth/stylix/blob/5053a63c87fea3508439b7e9c1a66fa6979a4694/modules/grub/nixos.nix#L14-L32 So it should be possible to support fonts, so long as there is a program to convert from {ttf,...

> do I remove the code for the old palette-generator or do I make an option to have it be selectable for legacy purposes? The current palette generator was designed...

I patched the code to add a few print statements: ```patch diff --git a/src/main/java/com/simibubi/create/content/logistics/packagePort/postbox/PostboxBlockEntity.java b/src/main/java/com/simibubi/create/content/logistics/packagePort/postbox/PostboxBlockEntity.java index 1e91d1a75..43e406ddd 100644 --- a/src/main/java/com/simibubi/create/content/logistics/packagePort/postbox/PostboxBlockEntity.java +++ b/src/main/java/com/simibubi/create/content/logistics/packagePort/postbox/PostboxBlockEntity.java @@ -39,6 +39,11 @@ public class PostboxBlockEntity extends...

I believe `base0D` is normally blue. In the long term, we could consider allowing users to choose between `base08` - `base0F` as their accent color, since any should work (although...

Only when the app doesn't do its own theming. It sounds like we'll need to add a specific module to generate a theme file for qBittorrent

> should I wait for the kvantum branch to get merged? In the meantime you could try switching your Stylix input to that branch, and see what happens

> Screen just flickers and back to gdm login The issue you describe happens very occasionally in my setup too (NixOS 24.11 + Home Manager standalone). I always assumed the...

The `pixel` function was not originally intended to generate a wallpaper, rather, it's a workaround for when we want a solid color but the application only accepts images. It is...

@niksingh710 Hi, please could you build your configuration again with `--show-trace` and paste the output here? Hopefully that will help us find the source of the error message

Yes, `config.lib.stylix.colors` is the correct way to access colors from the current scheme, and should always work.