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 /utils/Paths.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 '')
| -rw-r--r-- | utils/Paths.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Paths.qml b/utils/Paths.qml index 8350fb1..25b97f3 100644 --- a/utils/Paths.qml +++ b/utils/Paths.qml @@ -19,6 +19,7 @@ Singleton { readonly property string imagecache: `${cache}/imagecache` readonly property string notifimagecache: `${imagecache}/notifs` readonly property string wallpaper: Quickshell.env("CAELESTIA_WALLPAPER") || absolutePath(Config.paths.wallpaper) + readonly property string face: Quickshell.env("CAELESTIA_FACE") || absolutePath(Config.paths.face) readonly property string libdir: Quickshell.env("CAELESTIA_LIB_DIR") || "/usr/lib/caelestia" function toLocalFile(path: url): string { |