Matugen: Add Cava's Theme

This commit is contained in:
Aiser
2025-11-23 15:10:38 +08:00
parent 4d13cfeedb
commit 33af5b9ab9
15 changed files with 90 additions and 1 deletions
+3 -1
View File
@@ -28,6 +28,7 @@ Singleton {
property bool gnomeCalendarAvailable: false
property bool spicetifyAvailable: false
property bool telegramAvailable: false
property bool cavaAvailable: false
// Discord client auto-detection
property var availableDiscordClients: []
@@ -183,7 +184,8 @@ Singleton {
"codeAvailable": ["which", "code"],
"gnomeCalendarAvailable": ["which", "gnome-calendar"],
"spicetifyAvailable": ["which", "spicetify"],
"telegramAvailable": ["which", "telegram-desktop"]
"telegramAvailable": ["which", "telegram-desktop"],
"cavaAvailable": ["which","cava"]
})
// Internal tracking