diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-03 18:55:05 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-03 18:55:05 +1000 |
| commit | 1de24676bb80ce633a026f336242d486b40dd3c8 (patch) | |
| tree | dbaff0e2ecfae215c64ea422a44b68c6b40af6bf /config/UserPaths.qml | |
| parent | plugin/fsm: incremental updates (diff) | |
| download | caelestia-shell-1de24676bb80ce633a026f336242d486b40dd3c8.tar.gz caelestia-shell-1de24676bb80ce633a026f336242d486b40dd3c8.tar.bz2 caelestia-shell-1de24676bb80ce633a026f336242d486b40dd3c8.zip | |
internal: refactor Paths util
Diffstat (limited to 'config/UserPaths.qml')
| -rw-r--r-- | config/UserPaths.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/UserPaths.qml b/config/UserPaths.qml index 2876d98..f8de267 100644 --- a/config/UserPaths.qml +++ b/config/UserPaths.qml @@ -2,7 +2,7 @@ import qs.utils import Quickshell.Io JsonObject { - property string wallpaperDir: Paths.strip(`${Paths.pictures}/Wallpapers`) + property string wallpaperDir: `${Paths.pictures}/Wallpapers` property string sessionGif: "root:/assets/kurukuru.gif" property string mediaGif: "root:/assets/bongocat.gif" } |