summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-10 17:29:29 -0500
committerFreya Murphy <freya@freyacat.org>2026-03-16 09:29:51 -0400
commit0a79ad4725d654850fd8598adc187e925d62b508 (patch)
tree472ed1b8bec0306e031c39e746c0c9d30f576e32 /utils
parentremove more things, make lock screen use wallpaper not screenshot (diff)
downloadcaelestia-shell-0a79ad4725d654850fd8598adc187e925d62b508.tar.gz
caelestia-shell-0a79ad4725d654850fd8598adc187e925d62b508.tar.bz2
caelestia-shell-0a79ad4725d654850fd8598adc187e925d62b508.zip
remove more things again lol
Diffstat (limited to 'utils')
-rw-r--r--utils/Paths.qml1
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 {