Thanks to visit codestin.com
Credit goes to github.com

Skip to content

t7h-dots/cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.2%
  • SCSS 18.7%
  • Nix 2.1%
  • CSS 1.8%
  • Shell 0.2%