diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-16 08:37:31 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-16 08:37:31 +0200 |
| commit | 5c6b30029671f946a617a376450037a925c30eb6 (patch) | |
| tree | 96ae863552202ee40e20e13586e9ea84fe59c2d6 /desktop/modules/vm | |
| parent | d320a7ad71cf2426f54fb6b9cbc33bf86149ff56 (diff) | |
| download | quickshell-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 'desktop/modules/vm')
| -rw-r--r-- | desktop/modules/vm/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/modules/vm/README.md b/desktop/modules/vm/README.md index fbb7bde..ae656e3 100644 --- a/desktop/modules/vm/README.md +++ b/desktop/modules/vm/README.md @@ -120,7 +120,7 @@ nowhere to go: the process output is not attached to a terminal. ## Theme `Theme.qml` carries only fallbacks. The palette comes from -`~/.cache/wal/udt-palette.qml`, generated by `udt-accent` from +`~/.cache/udt/udt-palette.qml`, generated by `udt-accent` from unified-desktop-theme's `palette.rasi`, and is watched: editing the palette there recolours a running drawer without restarting it. State dots use the green, yellow and red from that palette. |
