This forked verison only contains the essentials required for the shell: wallpaper management and scheme generation.
After installing with the instructions below, you should just seamlessly be able to use the shell, wihtout ever having to run this cli tool directly.
Add this repo to your system flake:
{
inputs = {
caelestia-cli.url = "github:t7h-dots/cli";
};
}Then add it to your system configuration:
{
environment.systemPackages = with pkgs; [
inputs.caelestia-cli.packages.${pkgs.system}.default
];
}- Changing the wallpaper changes the scheme of some completly unrelated (currently running) programs, in my case 'ghostty'
- Make it also generate a tinted-theming scheme for use with stylix