summaryrefslogtreecommitdiff
path: root/utils/Paths.qml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-08 16:26:49 -0500
committerFreya Murphy <freya@freyacat.org>2026-03-16 09:12:20 -0400
commit371c1520a53234b4d73ce289771476c4475bcfff (patch)
treecad04bea54faea59719417d434eecc142812024a /utils/Paths.qml
parentonly support one color scheme (diff)
downloadcaelestia-shell-371c1520a53234b4d73ce289771476c4475bcfff.tar.gz
caelestia-shell-371c1520a53234b4d73ce289771476c4475bcfff.tar.bz2
caelestia-shell-371c1520a53234b4d73ce289771476c4475bcfff.zip
remove recording
Diffstat (limited to 'utils/Paths.qml')
-rw-r--r--utils/Paths.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/Paths.qml b/utils/Paths.qml
index bc89770..6d52399 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 wallsdir: Quickshell.env("CAELESTIA_WALLPAPERS_DIR") || absolutePath(Config.paths.wallpaperDir)
- readonly property string recsdir: Quickshell.env("CAELESTIA_RECORDINGS_DIR") || `${videos}/Recordings`
readonly property string libdir: Quickshell.env("CAELESTIA_LIB_DIR") || "/usr/lib/caelestia"
function toLocalFile(path: url): string {