diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-08 17:00:30 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-22 08:31:53 -0500 |
| commit | b0b4523905f2b3efbb4d7532dcb39a6d306cdc51 (patch) | |
| tree | 73266265e4f0177769facadd62b0a755cabde0f3 /utils/Paths.qml | |
| parent | remove pfp (diff) | |
| download | caelestia-shell-b0b4523905f2b3efbb4d7532dcb39a6d306cdc51.tar.gz caelestia-shell-b0b4523905f2b3efbb4d7532dcb39a6d306cdc51.tar.bz2 caelestia-shell-b0b4523905f2b3efbb4d7532dcb39a6d306cdc51.zip | |
hardcode single wallpaper
Diffstat (limited to '')
| -rw-r--r-- | utils/Paths.qml | 2 |
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 { |