13 Commits

Author SHA1 Message Date
kenji 263133a86a fix(matugen): update to version 4.1.0
issue regarding old version as to error change of color
2026-05-31 12:02:50 -05:00
kenji f8e843ec94 feat: add global theme mode and Yazi shortcut
- Added theme.mode to config.nix for global dark/light mode control.
- Updated Matugen to apply GTK dark mode preferences based on the global theme.
- Added a Hyprland bind (SUPER+X) to launch Yazi via uwsm.
2026-01-16 14:38:41 -06:00
kenji ad8b59f314 feat(apps): add zathura document viewer with matugen theming 2026-01-14 16:14:17 -06:00
kenji 5edc88fc23 fix(matugen): script converted to sh 2026-01-10 23:06:36 -06:00
kenji 461b1099ad add(matugen): auto-theme switch 2026-01-10 23:01:23 -06:00
kenji bd75285889 add(apps): jellyfin-mpv-shim proper 2026-01-05 22:47:11 -06:00
kenji d263ea39f8 fix(jellyfin-mpv-shim): was not using template 2026-01-05 22:27:24 -06:00
kenji 002799deee add(matugen): new template 2026-01-05 22:20:33 -06:00
kenji 5e3902c22c fix(monitor): position 2026-01-05 19:41:20 -06:00
kenji 7280b68f14 add(fonts): modular fonts 2026-01-05 19:26:30 -06:00
kenji b398d5b797 add(matugen): added qt support 2026-01-02 11:47:10 -06:00
kenji 475c870c37 remove(stylix): favors matugen 2025-12-30 19:42:42 -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