summaryrefslogtreecommitdiff
path: root/config/UserPaths.qml
diff options
context:
space:
mode:
Diffstat (limited to 'config/UserPaths.qml')
-rw-r--r--config/UserPaths.qml2
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"
}