summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-08 17:00:30 -0500
committerFreya Murphy <freya@freyacat.org>2026-03-16 09:15:31 -0400
commiteb0202c00338ad8af15054d55a5d8c233a6517be (patch)
tree44a1e06a92c089628fe06cdfa93432dac9cd0ff9 /utils
parentremove recording (diff)
downloadcaelestia-shell-eb0202c00338ad8af15054d55a5d8c233a6517be.tar.gz
caelestia-shell-eb0202c00338ad8af15054d55a5d8c233a6517be.tar.bz2
caelestia-shell-eb0202c00338ad8af15054d55a5d8c233a6517be.zip
hardcode single wallpaper
Diffstat (limited to 'utils')
-rw-r--r--utils/Paths.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Paths.qml b/utils/Paths.qml
index 6d52399..8350fb1 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 {