quickshell: CacheServise

This commit is contained in:
2025-10-13 21:35:34 +02:00
parent 20821ef078
commit ba6c735850
13 changed files with 102 additions and 59 deletions

View File

@@ -16,7 +16,7 @@ Singleton {
// Configuration
property int maxVisible: 5
property int maxHistory: 100
property string historyFile: Qt.resolvedUrl("../Assets/Config/Notifications.json")
property string historyFile: CacheService.notificationsCacheFile
property string cacheDirImagesNotifications: Quickshell.env("HOME") + "/.cache/quickshell/notifications/"
property real lowUrgencyDuration: 3
property real normalUrgencyDuration: 8