summaryrefslogtreecommitdiff
path: root/config/UserPaths.qml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-12 12:47:00 -0500
committerFreya Murphy <freya@freyacat.org>2026-03-16 09:29:53 -0400
commit086cf72e809f0eca1a1d6349ae3b3d7bbbc85a59 (patch)
treef256155957f952fad71f524e278e88647d2e5b2f /config/UserPaths.qml
parentfix lock screen input rounding (diff)
downloadcaelestia-shell-086cf72e809f0eca1a1d6349ae3b3d7bbbc85a59.tar.gz
caelestia-shell-086cf72e809f0eca1a1d6349ae3b3d7bbbc85a59.tar.bz2
caelestia-shell-086cf72e809f0eca1a1d6349ae3b3d7bbbc85a59.zip
remove default paths
Diffstat (limited to 'config/UserPaths.qml')
-rw-r--r--config/UserPaths.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/UserPaths.qml b/config/UserPaths.qml
index f334890..0daa4e1 100644
--- a/config/UserPaths.qml
+++ b/config/UserPaths.qml
@@ -2,8 +2,8 @@ import qs.utils
import Quickshell.Io
JsonObject {
- property string wallpaper: `${Paths.config}/wallpaper.png`
- property string face: `${Paths.config}/face.png`
+ property string wallpaper: ""
+ property string face: ""
property string sessionGif: "root:/assets/len.gif"
property string mediaGif: "root:/assets/bongocat.gif"
}