Compare commits

..

2 Commits

Author SHA1 Message Date
Przemysław Grondek
09106641d6 Add spotify 2021-01-20 09:50:45 +01:00
Przemysław Grondek
b321337d28 Fix chrome run to switch back to home 2021-01-20 09:47:55 +01:00
2 changed files with 32 additions and 10 deletions

BIN
apps/png/spotify.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -15,7 +15,12 @@
"1": {}, "1": {},
"2": {}, "2": {},
"3": {}, "3": {},
"4": {}, "4": {
"write": "",
"switch_page": 0,
"text": "",
"icon": ""
},
"5": { "5": {
"write": "", "write": "",
"switch_page": 3, "switch_page": 3,
@ -132,7 +137,9 @@
"write": "", "write": "",
"switch_page": 3, "switch_page": 3,
"text": "TEAMS", "text": "TEAMS",
"icon": "/home/pgrondek/src/streamdeck/apps/png/microsoft-teams.png" "icon": "/home/pgrondek/src/streamdeck/apps/png/microsoft-teams.png",
"keys": "",
"command": ""
}, },
"1": { "1": {
"keys": "Ctrl+Shift+m", "keys": "Ctrl+Shift+m",
@ -145,18 +152,24 @@
"2": { "2": {
"keys": "Ctrl+Shift+s", "keys": "Ctrl+Shift+s",
"write": "", "write": "",
"icon": "/home/pgrondek/src/streamdeck/teams/accept-call.png" "icon": "/home/pgrondek/src/streamdeck/teams/accept-call.png",
"switch_page": 0,
"text": ""
}, },
"3": { "3": {
"keys": "Ctrl+Shift+d", "keys": "Ctrl+Shift+d",
"write": "", "write": "",
"icon": "/home/pgrondek/src/streamdeck/teams/phone-hangup.png" "icon": "/home/pgrondek/src/streamdeck/teams/phone-hangup.png",
"switch_page": 0,
"text": ""
}, },
"4": { "4": {
"keys": "Ctrl+Shift+Space", "keys": "Ctrl+Shift+Space",
"write": "", "write": "",
"command": "", "command": "",
"icon": "/home/pgrondek/src/streamdeck/teams/monitor-share.png" "icon": "/home/pgrondek/src/streamdeck/teams/monitor-share.png",
"switch_page": 0,
"text": ""
}, },
"5": { "5": {
"write": "", "write": "",
@ -172,7 +185,10 @@
"icon": "/home/pgrondek/src/streamdeck/teams/microphone-off.png", "icon": "/home/pgrondek/src/streamdeck/teams/microphone-off.png",
"command": "" "command": ""
}, },
"7": {}, "7": {
"keys": "",
"write": ""
},
"8": {}, "8": {},
"9": {}, "9": {},
"10": {}, "10": {},
@ -333,7 +349,7 @@
"1": { "1": {
"command": "google-chrome", "command": "google-chrome",
"write": "", "write": "",
"switch_page": 0, "switch_page": 1,
"text": "CHROME", "text": "CHROME",
"icon": "/home/pgrondek/src/streamdeck/apps/png/chrome.png" "icon": "/home/pgrondek/src/streamdeck/apps/png/chrome.png"
}, },
@ -375,7 +391,13 @@
"text": "ANDROID", "text": "ANDROID",
"switch_page": 2 "switch_page": 2
}, },
"10": {}, "10": {
"command": "spotify",
"write": "",
"switch_page": 1,
"text": "SPOTIFY",
"icon": "/home/pgrondek/src/streamdeck/apps/png/spotify.png"
},
"11": {}, "11": {},
"12": {}, "12": {},
"13": {}, "13": {},
@ -396,8 +418,8 @@
} }
} }
}, },
"brightness": 59, "brightness": 45,
"page": 1 "page": 9
} }
} }
} }