aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-27 18:13:57 -0600
committerCraig Jennings <c@cjennings.net>2026-01-27 18:13:57 -0600
commitced5fa6b9b81c6d126d3699c9188947db11c9fc8 (patch)
tree61f657ae6fc247610e50f2a094d9f54033f6e494
parent38cfa22447ac4b09d60a859fbc6e8df0f5cffd08 (diff)
downloadarchsetup-ced5fa6b9b81c6d126d3699c9188947db11c9fc8.tar.gz
archsetup-ced5fa6b9b81c6d126d3699c9188947db11c9fc8.zip
docs(todo): add task to review theme config architecture
The dunst/fuzzel configs exist in both dotfiles/common (stowed) and dotfiles/hyprland/.config/themes/ (templates), requiring edits in multiple places. Needs a cleaner single-source-of-truth approach. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
-rw-r--r--todo.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/todo.org b/todo.org
index bb71ce8..c90bb1f 100644
--- a/todo.org
+++ b/todo.org
@@ -137,6 +137,17 @@ Also, the text is quite large. For consistency, we should make it the same size
Fuzzel menu border blends in too much. Change border color to blue or red
to make the menu more visible when it appears.
+**** TODO [#C] Review theme config architecture for dunst/fuzzel
+The active dunst config is stowed from dotfiles/common/ but theme templates
+live in dotfiles/hyprland/.config/themes/. set-theme copies the templates to
+the stowed locations at runtime, so edits to the common file get overwritten
+on theme switch. This split between stowed configs and theme templates is
+error-prone — changes must be made in both places. Consider:
+- Having set-theme be the single source of truth (remove common dunstrc from stow)
+- Or symlinking the stowed config to a theme-managed location
+- Same situation applies to fuzzel.ini
+The goal is a single place to edit each config, not two.
+
**** TODO [#D] Consider Customizing Hyprland Animations
Current: windows pop in, scratchpads slide from bottom.