From 5c6b30029671f946a617a376450037a925c30eb6 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 16 Sep 2026 08:37:31 +0200 Subject: 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 --- appearance/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appearance') diff --git a/appearance/README.md b/appearance/README.md index aba231a..2a39bd7 100644 --- a/appearance/README.md +++ b/appearance/README.md @@ -86,7 +86,7 @@ stopped after the first until it set `running = false` immediately before. ## Theme and blur `Theme.qml` is the shared one: the palette comes from -`~/.cache/wal/udt-palette.qml` and is watched. Frosting is Hyprland's, matched +`~/.cache/udt/udt-palette.qml` and is watched. Frosting is Hyprland's, matched on this window's namespace: hl.layer_rule({ -- cgit v1.2.3