diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-12 21:58:01 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-12 21:58:01 +1000 |
| commit | 53db2c572f0757cca578896b2d0de162a5561072 (patch) | |
| tree | af4a1a07dd49634a078835f1021da61cc20f86a1 /services/Wallpapers.qml | |
| parent | notifs: match expand anim to container (diff) | |
| download | caelestia-shell-53db2c572f0757cca578896b2d0de162a5561072.tar.gz caelestia-shell-53db2c572f0757cca578896b2d0de162a5561072.tar.bz2 caelestia-shell-53db2c572f0757cca578896b2d0de162a5561072.zip | |
wallpapers: update current path
Diffstat (limited to 'services/Wallpapers.qml')
| -rw-r--r-- | services/Wallpapers.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/Wallpapers.qml b/services/Wallpapers.qml index 3f6bf15..1f29105 100644 --- a/services/Wallpapers.qml +++ b/services/Wallpapers.qml @@ -9,7 +9,7 @@ import QtQuick Singleton { id: root - readonly property string currentNamePath: `${Paths.state}/wallpaper/last.txt`.slice(7) + readonly property string currentNamePath: `${Paths.state}/wallpaper/path.txt`.slice(7) readonly property string path: `${Paths.pictures}/Wallpapers`.slice(7) readonly property list<Wallpaper> list: wallpapers.instances |