summaryrefslogtreecommitdiff
path: root/utils/Paths.qml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-08 17:00:30 -0500
committerFreya Murphy <freya@freyacat.org>2026-01-08 17:00:30 -0500
commit1e258986aedae45f6046731840a38613997861a8 (patch)
tree97bc34be43c96ddf3251ad98f0bab7ec664dab28 /utils/Paths.qml
parentremove pfp (diff)
downloadcaelestia-shell-1e258986aedae45f6046731840a38613997861a8.tar.gz
caelestia-shell-1e258986aedae45f6046731840a38613997861a8.tar.bz2
caelestia-shell-1e258986aedae45f6046731840a38613997861a8.zip
hardcode single wallpaper
Diffstat (limited to 'utils/Paths.qml')
-rw-r--r--utils/Paths.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Paths.qml b/utils/Paths.qml
index 5c8cb68..c8f74d7 100644
--- a/utils/Paths.qml
+++ b/utils/Paths.qml
@@ -18,7 +18,7 @@ Singleton {
readonly property string imagecache: `${cache}/imagecache`
readonly property string notifimagecache: `${imagecache}/notifs`
- readonly property string wallsdir: Quickshell.env("CAELESTIA_WALLPAPERS_DIR") || absolutePath(Config.paths.wallpaperDir)
+ readonly property string wallpaper: Quickshell.env("CAELESTIA_WALLPAPER") || absolutePath(Config.paths.wallpaper)
readonly property string libdir: Quickshell.env("CAELESTIA_LIB_DIR") || "/usr/lib/caelestia"
function toLocalFile(path: url): string {