Matugen/Emacs: added

This commit is contained in:
Ly-sec
2025-11-29 12:02:42 +01:00
parent 3db394c80a
commit 7366298026
17 changed files with 427 additions and 28 deletions
+3 -1
View File
@@ -29,6 +29,7 @@ Singleton {
property bool spicetifyAvailable: false
property bool telegramAvailable: false
property bool cavaAvailable: false
property bool emacsAvailable: false
// Discord client auto-detection
property var availableDiscordClients: []
@@ -185,7 +186,8 @@ Singleton {
"gnomeCalendarAvailable": ["which", "gnome-calendar"],
"spicetifyAvailable": ["which", "spicetify"],
"telegramAvailable": ["sh", "-c", "command -v telegram-desktop >/dev/null 2>&1 || command -v Telegram >/dev/null 2>&1 || (command -v flatpak >/dev/null 2>&1 && flatpak list --app | grep -q 'org.telegram.desktop')"],
"cavaAvailable": ["which", "cava"]
"cavaAvailable": ["which", "cava"],
"emacsAvailable": ["sh", "-c", "test -d \"$HOME/.config/doom\" || test -d \"$HOME/.emacs.d\""]
})
// Internal tracking