Matugen: Add Telegram's Theme

This commit is contained in:
Aiser
2025-11-22 14:52:38 +08:00
parent 823042b245
commit 0f650b36f7
15 changed files with 213 additions and 2 deletions
+3 -1
View File
@@ -27,6 +27,7 @@ Singleton {
property bool codeAvailable: false
property bool gnomeCalendarAvailable: false
property bool spicetifyAvailable: false
property bool telegramAvailable: false
// Discord client auto-detection
property var availableDiscordClients: []
@@ -181,7 +182,8 @@ Singleton {
"wlsunsetAvailable": ["which", "wlsunset"],
"codeAvailable": ["which", "code"],
"gnomeCalendarAvailable": ["which", "gnome-calendar"],
"spicetifyAvailable": ["which", "spicetify"]
"spicetifyAvailable": ["which", "spicetify"],
"telegramAvailable": ["which", "telegram-desktop"]
})
// Internal tracking