summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--todo.org12
1 files changed, 8 insertions, 4 deletions
diff --git a/todo.org b/todo.org
index 9b757d3..0ecdb1f 100644
--- a/todo.org
+++ b/todo.org
@@ -120,8 +120,9 @@ The script handles edge cases gracefully, provides detailed error messages with
*Why this is Method 1:* Can't build testing infrastructure or maintain packages if the script doesn't work. This is the foundation—everything else depends on reliable execution.
*** TODO [#A] Make Hyprland Bulletproof and Comfy
-**** TODO [#A] Fix Hyprland Configuration Issues
-Issues discovered during live testing on ratio. Add sub-items as "hyprland config issue".
+**** DONE [#A] Fix Hyprland Configuration Issues
+CLOSED: [2026-01-25 Sun]
+All critical issues resolved. Remaining sub-items are "consider" tasks for future enhancements.
***** DONE [#B] Consider Hyprland Plugins
CLOSED: [2026-01-25 Sun]
@@ -1170,8 +1171,11 @@ Output will be "BerkeleyMono Nerd Font" with all icon glyphs.
Test the username and password prompt functionality added to archsetup.
Verify prompts work correctly on fresh install simulation.
-** TODO [#B] Modularize theming for consistent colors and fonts
-Create a unified theming system so all apps share the same color scheme and fonts.
+** DONE [#B] Modularize theming for consistent colors and fonts
+CLOSED: [2026-01-25 Sun]
+Created unified theme system with two themes (dupre, hudson) and set-theme switcher.
+Covers: foot, fuzzel, waybar, dunst, hyprlock, Xresources, Hyprland borders.
+Keybindings: $mod Y (toggle), $mod Shift Y (pick).
Goals:
- Single source of truth for colors (background, foreground, accent, etc.)
- Single source of truth for fonts (monospace, UI, etc.)