summaryrefslogtreecommitdiff
path: root/config/UserPaths.qml
diff options
context:
space:
mode:
Diffstat (limited to 'config/UserPaths.qml')
-rw-r--r--config/UserPaths.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/UserPaths.qml b/config/UserPaths.qml
new file mode 100644
index 0000000..f530d9e
--- /dev/null
+++ b/config/UserPaths.qml
@@ -0,0 +1,6 @@
+import "root:/utils"
+import Quickshell.Io
+
+JsonObject {
+ property string wallpaperDir: Paths.strip(`${Paths.pictures}/Wallpapers`)
+}