mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-12 09:10:39 +00:00
Matugen: Add Cava's Theme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user