├── README.org ├── examples ├── Cat-ppuccin.png ├── Leaf-seasons.png ├── MoonScape.png ├── Rainy-Forest.png ├── Snowy-Umbrella-Dark.png ├── Snowy-Umbrella.png ├── Trippy-Mountain.png └── Winter-green.png ├── links └── .gitkeep ├── nChain ├── nChain.nix ├── scripts ├── linkGen.sh ├── notify-send.sh └── settings.sh └── themes └── .gitkeep /README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ecribia/nChain/HEAD/README.org -------------------------------------------------------------------------------- /examples/Cat-ppuccin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ecribia/nChain/HEAD/examples/Cat-ppuccin.png -------------------------------------------------------------------------------- /examples/Leaf-seasons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ecribia/nChain/HEAD/examples/Leaf-seasons.png -------------------------------------------------------------------------------- /examples/MoonScape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ecribia/nChain/HEAD/examples/MoonScape.png -------------------------------------------------------------------------------- /examples/Rainy-Forest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ecribia/nChain/HEAD/examples/Rainy-Forest.png -------------------------------------------------------------------------------- /examples/Snowy-Umbrella-Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ecribia/nChain/HEAD/examples/Snowy-Umbrella-Dark.png -------------------------------------------------------------------------------- /examples/Snowy-Umbrella.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ecribia/nChain/HEAD/examples/Snowy-Umbrella.png -------------------------------------------------------------------------------- /examples/Trippy-Mountain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ecribia/nChain/HEAD/examples/Trippy-Mountain.png -------------------------------------------------------------------------------- /examples/Winter-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ecribia/nChain/HEAD/examples/Winter-green.png -------------------------------------------------------------------------------- /links/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /nChain: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ecribia/nChain/HEAD/nChain -------------------------------------------------------------------------------- /nChain.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ecribia/nChain/HEAD/nChain.nix -------------------------------------------------------------------------------- /scripts/linkGen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ecribia/nChain/HEAD/scripts/linkGen.sh -------------------------------------------------------------------------------- /scripts/notify-send.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ecribia/nChain/HEAD/scripts/notify-send.sh -------------------------------------------------------------------------------- /scripts/settings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ecribia/nChain/HEAD/scripts/settings.sh -------------------------------------------------------------------------------- /themes/.gitkeep: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------