vscode: app theming, courtesy of TUI!

https://github.com/tuibird/
This commit is contained in:
ItsLemmy
2025-10-30 20:06:52 -04:00
parent f42bcef239
commit 129609ec2c
13 changed files with 2061 additions and 3 deletions
+3 -1
View File
@@ -21,6 +21,7 @@ Singleton {
property bool gpuScreenRecorderAvailable: false
property bool wlsunsetAvailable: false
property bool app2unitAvailable: false
property bool codeAvailable: false
// Discord client auto-detection
property var availableDiscordClients: []
@@ -103,7 +104,8 @@ Singleton {
"walkerAvailable": ["which", "walker"],
"app2unitAvailable": ["which", "app2unit"],
"gpuScreenRecorderAvailable": ["sh", "-c", "command -v gpu-screen-recorder >/dev/null 2>&1 || (command -v flatpak >/dev/null 2>&1 && flatpak list --app | grep -q 'com.dec05eba.gpu_screen_recorder')"],
"wlsunsetAvailable": ["which", "wlsunset"]
"wlsunsetAvailable": ["which", "wlsunset"],
"codeAvailable": ["which", "code"]
})
// Internal tracking