Skip to content
 
 

Latest commit

 

History

229 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

caelestia-cli

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.

Installation

NixOS

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
  ];
}

Issues:

  • Changing the wallpaper changes the scheme of some completly unrelated (currently running) programs, in my case 'ghostty'

Future Plans:

About

Customized version of the caelestia cli by soramanew

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages