diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-12 12:47:00 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-12 12:47:00 -0500 |
| commit | f913a17203bdd638536cad1232c379051214e11b (patch) | |
| tree | 3d9881969bfe121a2dc0d6e9d9d328754f0b4069 /config/UserPaths.qml | |
| parent | fix lock screen input rounding (diff) | |
| download | caelestia-shell-f913a17203bdd638536cad1232c379051214e11b.tar.gz caelestia-shell-f913a17203bdd638536cad1232c379051214e11b.tar.bz2 caelestia-shell-f913a17203bdd638536cad1232c379051214e11b.zip | |
remove default paths
Diffstat (limited to 'config/UserPaths.qml')
| -rw-r--r-- | config/UserPaths.qml | 4 |
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" } |