summaryrefslogtreecommitdiff
path: root/config/UserPaths.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-22 08:31:53 -0500
commitb0b4523905f2b3efbb4d7532dcb39a6d306cdc51 (patch)
tree73266265e4f0177769facadd62b0a755cabde0f3 /config/UserPaths.qml
parentremove pfp (diff)
downloadcaelestia-shell-b0b4523905f2b3efbb4d7532dcb39a6d306cdc51.tar.gz
caelestia-shell-b0b4523905f2b3efbb4d7532dcb39a6d306cdc51.tar.bz2
caelestia-shell-b0b4523905f2b3efbb4d7532dcb39a6d306cdc51.zip
hardcode single wallpaper
Diffstat (limited to 'config/UserPaths.qml')
-rw-r--r--config/UserPaths.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/UserPaths.qml b/config/UserPaths.qml
index f8de267..6deef01 100644
--- a/config/UserPaths.qml
+++ b/config/UserPaths.qml
@@ -2,7 +2,7 @@ import qs.utils
import Quickshell.Io
JsonObject {
- property string wallpaperDir: `${Paths.pictures}/Wallpapers`
+ property string wallpaper: `${Paths.config}/wallpaper.png`
property string sessionGif: "root:/assets/kurukuru.gif"
property string mediaGif: "root:/assets/bongocat.gif"
}