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
commitc58b92b4c8033fe3bd5e633665ea35f02df384d2 (patch)
tree74ca9c8870c5f267b09faddcc2c0454681d94115
parent839a9bf8a0bfa2aaf5822f596c123284aa8286e7 (diff)
downloadarchsetup-c58b92b4c8033fe3bd5e633665ea35f02df384d2.tar.gz
archsetup-c58b92b4c8033fe3bd5e633665ea35f02df384d2.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.