diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-14 12:44:09 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-14 12:44:09 +0200 |
| commit | 60eae607ab75988fc441bb4d87ef790175009572 (patch) | |
| tree | b200101e43856d0cf2629b4b3d9564f54ec10be6 /desktop/modules/mail/README.md | |
| parent | 901e7d83f8af3defe2c602daad98fd3c67e1dd7c (diff) | |
| download | quickshell-60eae607ab75988fc441bb4d87ef790175009572.tar.gz quickshell-60eae607ab75988fc441bb4d87ef790175009572.zip | |
fix(desktop): honest alwaysActive docs and working Escape in confirm
Diffstat (limited to 'desktop/modules/mail/README.md')
| -rw-r--r-- | desktop/modules/mail/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/modules/mail/README.md b/desktop/modules/mail/README.md index 8ae2bd2..92e4dab 100644 --- a/desktop/modules/mail/README.md +++ b/desktop/modules/mail/README.md @@ -244,9 +244,9 @@ is not worth a timer. ## Theme and blur -`Theme.qml` is the shared one: the palette comes from -`~/.cache/wal/udt-palette.qml` and is watched. It is a fourth identical copy, -which is a known loose end, not a palette to grow. +`Theme.qml` is a symlink to `shared/Theme.qml`: the palette comes from +`~/.cache/wal/udt-palette.qml` and is watched. Sharing one file is what keeps +the palette from drifting into per-component copies. Frosting is Hyprland's, matched on this window's namespace: |
