aboutsummaryrefslogtreecommitdiffstats
path: root/AGENTS.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-16 08:37:31 +0200
committerDanilo M. <danix@danix.xyz>2026-09-16 08:37:31 +0200
commit5c6b30029671f946a617a376450037a925c30eb6 (patch)
tree96ae863552202ee40e20e13586e9ea84fe59c2d6 /AGENTS.md
parentd320a7ad71cf2426f54fb6b9cbc33bf86149ff56 (diff)
downloadquickshell-5c6b30029671f946a617a376450037a925c30eb6.tar.gz
quickshell-5c6b30029671f946a617a376450037a925c30eb6.zip
refactor(theme): read the palette from ~/.cache/udt
unified-desktop-theme moved its generated files out of ~/.cache/wal, which pywal used to own and nothing writes any more. The palette udt-accent generates is now at ~/.cache/udt/udt-palette.qml. shared/Theme.qml is the only code change; every component reaches it through a symlink. The module READMEs cite the path, so they move with it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 300d4ce..e387b2a 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -249,7 +249,7 @@ changing that component. The ones that generalise:
No component defines a palette. `udt-accent`, in the
`unified-desktop-theme` repo alongside this one, writes
-`~/.cache/wal/udt-palette.qml` from its `palette.rasi`, carrying the whole
+`~/.cache/udt/udt-palette.qml` from its `palette.rasi`, carrying the whole
Catppuccin Macchiato palette plus the accent snapped from the current
wallpaper. `Theme.qml` parses and watches that file, so a palette edit
recolours a running shell with no restart.