From 9786eb8672213344d8d1b7bdef12bc94510b20db Mon Sep 17 00:00:00 2001 From: outremonde Date: Tue, 10 Jun 2025 20:32:00 -0400 Subject: initialized repository Former-commit-id: 84647f22b951a957b2b83885b612115d473f6626 --- modules/user/aesthetics/readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 modules/user/aesthetics/readme.md (limited to 'modules/user/aesthetics/readme.md') diff --git a/modules/user/aesthetics/readme.md b/modules/user/aesthetics/readme.md new file mode 100644 index 0000000..75588a2 --- /dev/null +++ b/modules/user/aesthetics/readme.md @@ -0,0 +1,15 @@ +# Aesthetics + +My crappy custom nix module for managing: + +- Base16 colors +- Window opacity +- System font +- Wallpapers + +## Structure + +- default.nix: Creates all main options to be set by modules in the themes dir. also configures the font and enables one theme. +- themes/: Contains modules with sets of base16 colors and which set options in default.nix. These modules can contain direct configs for certain apps if the apps have poor base16 support, but they must obey the options set in the app's target module. +- targets/: Contains modules configuring apps using base16 colors or just setting options to enable or disable the theming of an app. + -- cgit v1.2.3