From 65b4b1a050b0fb8e52bb66ae6836bbc1b7706473 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:44:40 +1000 Subject: internal: make wallpaper dir configurable --- config/UserPaths.qml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/UserPaths.qml (limited to 'config/UserPaths.qml') 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`) +} -- cgit v1.2.3-freya