streamdeckd
Version:
A nodejs streamdeck daemon with d-bus support
24 lines (23 loc) • 396 B
JSON
{
"Spotify": {
"script_path": "./spotify-handler.js",
"types": ["icon"]
},
"Time": {
"script_path": "./time-handler.js",
"types": ["icon"]
},
"Gif": {
"script_path": "./gif-handler.js",
"types": ["key", "icon"],
"iconFields": {
"text": {
"type": "text"
},
"icon": {
"type": "file",
"accept": ".gif"
}
}
}
}