diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-22 09:02:54 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-16 09:45:27 -0400 |
| commit | 6d9f0c1526c51ed1bc8102c135aae56a0bc0e1ef (patch) | |
| tree | 9c77312e5a873647d3540331413dbe691e6768f2 /utils | |
| parent | remove lockscreen (diff) | |
| download | caelestia-shell-6d9f0c1526c51ed1bc8102c135aae56a0bc0e1ef.tar.gz caelestia-shell-6d9f0c1526c51ed1bc8102c135aae56a0bc0e1ef.tar.bz2 caelestia-shell-6d9f0c1526c51ed1bc8102c135aae56a0bc0e1ef.zip | |
fix rebase
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/Paths.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/Paths.qml b/utils/Paths.qml index 25b97f3..8350fb1 100644 --- a/utils/Paths.qml +++ b/utils/Paths.qml @@ -19,7 +19,6 @@ 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 { |