diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-20 17:39:27 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-20 17:39:27 +1000 |
| commit | ea90fb97e5a3353e45ed44d5f1b4ec0905449aed (patch) | |
| tree | b46b04fe0eaf05025ac18ba397f5eee723cdcbae /utils | |
| parent | sidebar/notifs: fix group sorting (diff) | |
| download | caelestia-shell-ea90fb97e5a3353e45ed44d5f1b4ec0905449aed.tar.gz caelestia-shell-ea90fb97e5a3353e45ed44d5f1b4ec0905449aed.tar.bz2 caelestia-shell-ea90fb97e5a3353e45ed44d5f1b4ec0905449aed.zip | |
notifs: persist images
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/Paths.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Paths.qml b/utils/Paths.qml index 5135910..f95134f 100644 --- a/utils/Paths.qml +++ b/utils/Paths.qml @@ -17,6 +17,7 @@ Singleton { readonly property string config: `${Quickshell.env("XDG_CONFIG_HOME") || `${home}/.config`}/caelestia` 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" |