Commit Graph

11 Commits

Author SHA1 Message Date
kenji d54fa4e999 feat(ghostty): optimize configuration 2026-01-11 20:11:42 -06:00
kenji c4ed00e6c8 refactor(terminal): more modularity for default terminal font 2026-01-11 19:32:56 -06:00
kenji 7280b68f14 add(fonts): modular fonts 2026-01-05 19:26:30 -06:00
kenji 2ed2e28ba2 refactor(hyprland): decentralize window rules and binds 2026-01-05 12:42:53 -06:00
kenji daa3ed6eef refactor(hyprland): decentralize exec-once and clean up app configs 2026-01-05 12:38:12 -06:00
kenji 39aa8a421e Revert "fix(screensaver): fix shifting issue on tte-loop"
This reverts commit 40efab98b9.
2026-01-03 09:39:36 -06:00
kenji 40efab98b9 fix(screensaver): fix shifting issue on tte-loop 2026-01-03 09:35:26 -06:00
kenji aaa635f25e fix(screensaver): line increase to prevent branding from moving after the effect is finished 2026-01-03 09:25:28 -06:00
kenji 7a5c811ec7 fix(screensaver): finally works 2026-01-03 09:14:52 -06:00
kenji e87d4207b2 add(ghostty): screensaver! 2026-01-02 14:13:21 -06:00
kenji 3a146f39b7 refactor: standardize config structure and consolidate modules
- Standardized apps/ directory by renaming all entry points (e.g., home.nix) to default.nix and updating imports to use directory paths.
- Consolidated system/ logic into modules/system/, eliminating the top-level system/ directory and redundant wrappers.
- Merged subsidiary utility scripts (e.g., hakase-popup.nix, switch-wallpaper.nix) into their parent default.nix files for better cohesion.
- Cleaned up unused files and updated all module references to reflect the new structure.
2025-12-29 14:02:09 -06:00