diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-08 16:26:49 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-22 08:31:01 -0500 |
| commit | 285e53518a2bd09fdb2d2eee1b9ed7bb81faa63c (patch) | |
| tree | 95b78c46025a30573fa76d3d2f3a8abef5d8d6d7 /utils/Paths.qml | |
| parent | only support one color scheme (diff) | |
| download | caelestia-shell-285e53518a2bd09fdb2d2eee1b9ed7bb81faa63c.tar.gz caelestia-shell-285e53518a2bd09fdb2d2eee1b9ed7bb81faa63c.tar.bz2 caelestia-shell-285e53518a2bd09fdb2d2eee1b9ed7bb81faa63c.zip | |
remove recording
Diffstat (limited to '')
| -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 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 { |