diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-10 17:29:29 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-22 08:34:36 -0500 |
| commit | 27d0b3d993ed5f91aeab317df7539b50dd3634b7 (patch) | |
| tree | 261ebd5e0152d1d2014af34a9cfc7551a8bec10f /config/UserPaths.qml | |
| parent | remove more things, make lock screen use wallpaper not screenshot (diff) | |
| download | caelestia-shell-27d0b3d993ed5f91aeab317df7539b50dd3634b7.tar.gz caelestia-shell-27d0b3d993ed5f91aeab317df7539b50dd3634b7.tar.bz2 caelestia-shell-27d0b3d993ed5f91aeab317df7539b50dd3634b7.zip | |
remove more things again lol
Diffstat (limited to 'config/UserPaths.qml')
| -rw-r--r-- | config/UserPaths.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/UserPaths.qml b/config/UserPaths.qml index 5e35933..f334890 100644 --- a/config/UserPaths.qml +++ b/config/UserPaths.qml @@ -3,6 +3,7 @@ import Quickshell.Io JsonObject { property string wallpaper: `${Paths.config}/wallpaper.png` + property string face: `${Paths.config}/face.png` property string sessionGif: "root:/assets/len.gif" property string mediaGif: "root:/assets/bongocat.gif" } |