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-08 17:00:30 -0500
commit1e258986aedae45f6046731840a38613997861a8 (patch)
tree97bc34be43c96ddf3251ad98f0bab7ec664dab28 /config/UserPaths.qml
parentremove pfp (diff)
downloadcaelestia-shell-1e258986aedae45f6046731840a38613997861a8.tar.gz
caelestia-shell-1e258986aedae45f6046731840a38613997861a8.tar.bz2
caelestia-shell-1e258986aedae45f6046731840a38613997861a8.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"
}