From 25039abf05be0f1381fa74eb0a05032b1d636126 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 22 Jan 2026 09:02:54 -0500 Subject: fix rebase --- utils/Paths.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'utils') 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 { -- cgit v1.2.3-freya