aboutsummaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/Theme.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/Theme.qml b/shared/Theme.qml
index 6f172e7..51ed5cf 100644
--- a/shared/Theme.qml
+++ b/shared/Theme.qml
@@ -16,7 +16,7 @@ import Quickshell.Io
import QtQuick
// The palette comes from unified-desktop-theme: udt-accent writes
-// ~/.cache/wal/udt-palette.qml on every wallpaper change, holding the
+// ~/.cache/udt/udt-palette.qml on every wallpaper change, holding the
// Macchiato colours from its palette.rasi plus the accent snapped from the
// wallpaper. Watching that file is what makes a theme edit show up here.
//
@@ -49,7 +49,7 @@ Singleton {
// without a qmldir next to it, and the cache directory has no reason to
// carry one. The format is fixed and machine-written, so a regex is enough.
FileView {
- path: `${Quickshell.env("HOME")}/.cache/wal/udt-palette.qml`
+ path: `${Quickshell.env("HOME")}/.cache/udt/udt-palette.qml`
watchChanges: true
onFileChanged: reload()
onLoaded: {