Daniel Thwaites
Daniel Thwaites
I created a new branch from the current state of `master`
After #102 is finished we should be able to add that as a function which takes in an image and a color scheme, and outputs the recoloured wallpaper.
I'm not too familiar with how icon themes are packaged in NixOS. If the parent theme is a separate package then we would need to override it from there. Does...
If they're the only thing in `propagatedBuildInputs` you could map the override function over that as part of the override
When rebased on master, this branch causes an infinite recursion with my config: ``` error: … while calling the 'head' builtin at /nix/store/gzv0nsm8d5js3wzq2mr1sv9lfp1iyail-source/lib/attrsets.nix:960:11: 959| || pred here (elemAt values 1)...
The work in #157 might be related - we could take a chosen cursor theme and recolor it automatically using that script
You can add to `programs.waybar.style` from outside of Stylix, and it should be merged with our styles. In combination with [`!important`](https://www.w3schools.com/css//css_important.asp), this makes it possible to override individual parts without...
Strange, I wonder if the issue is actually fixed or if `catAttrs` just filtered it out. > Collect each attribute named `attr` from a list of attribute sets. Sets that...
Should be re-running now.
I'm not aware of anyone working on this