Matugen/niri: added

This commit is contained in:
Ly-sec
2025-11-29 12:26:18 +01:00
parent fd9341d2f1
commit 366c867f94
17 changed files with 206 additions and 24 deletions
+3 -1
View File
@@ -30,6 +30,7 @@ Singleton {
property bool telegramAvailable: false
property bool cavaAvailable: false
property bool emacsAvailable: false
property bool niriAvailable: false
// Discord client auto-detection
property var availableDiscordClients: []
@@ -187,7 +188,8 @@ Singleton {
"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"],
"emacsAvailable": ["sh", "-c", "test -d \"$HOME/.config/doom\" || test -d \"$HOME/.emacs.d\""]
"emacsAvailable": ["sh", "-c", "test -d \"$HOME/.config/doom\" || test -d \"$HOME/.emacs.d\""],
"niriAvailable": ["which", "niri"]
})
// Internal tracking