Changes
Add actions icons Add google-meet
This commit is contained in:
parent
bfa4c4fae7
commit
f0f727cccb
5 changed files with 30 additions and 10 deletions
7
actions/Makefile
Normal file
7
actions/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
svg_files=$(wildcard svg/*.svg)
|
||||
png_files=$(patsubst svg/%.svg,png/%.png,$(svg_files))
|
||||
|
||||
png/%.png: svg/%.svg
|
||||
inkscape -z -w 50 -h 50 $< -o $@ -b ffffff
|
||||
|
||||
all: $(png_files)
|
BIN
actions/png/camera-off.png
Normal file
BIN
actions/png/camera-off.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 813 B |
BIN
actions/png/microphone-off.png
Normal file
BIN
actions/png/microphone-off.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 786 B |
BIN
apps/png/google-meet.png
Normal file
BIN
apps/png/google-meet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
|
@ -31,12 +31,15 @@
|
|||
},
|
||||
"5": {
|
||||
"write": "",
|
||||
"switch_page": 3,
|
||||
"text": "TEAMS",
|
||||
"icon": "/home/pgrondek/src/streamdeck/apps/png/microsoft-teams.png"
|
||||
"switch_page": 4,
|
||||
"text": "MEET",
|
||||
"icon": "/home/pgrondek/src/streamdeck/apps/png/google-meet.png"
|
||||
},
|
||||
"6": {
|
||||
"write": ""
|
||||
"write": "",
|
||||
"text": "",
|
||||
"switch_page": 0,
|
||||
"icon": ""
|
||||
},
|
||||
"7": {
|
||||
"write": ""
|
||||
|
@ -140,8 +143,8 @@
|
|||
"keys": "",
|
||||
"write": "",
|
||||
"text": "JUMP",
|
||||
"icon": "/home/pgrondek/src/streamdeck/apps/png/microsoft-teams.png",
|
||||
"switch_page": 3
|
||||
"icon": "/home/pgrondek/src/streamdeck/apps/png/google-meet.png",
|
||||
"switch_page": 4
|
||||
},
|
||||
"10": {
|
||||
"keys": "Ctrl+k",
|
||||
|
@ -275,7 +278,11 @@
|
|||
}
|
||||
},
|
||||
"3": {
|
||||
"1": {},
|
||||
"1": {
|
||||
"text": "CAMERA",
|
||||
"command": "xdotool search --name 'Meet.*Firefox' key ctrl+e",
|
||||
"icon": "/home/pgrondek/src/streamdeck/actions/png/camera-off.png"
|
||||
},
|
||||
"2": {},
|
||||
"3": {},
|
||||
"4": {},
|
||||
|
@ -283,7 +290,11 @@
|
|||
"6": {},
|
||||
"7": {},
|
||||
"8": {},
|
||||
"9": {},
|
||||
"9": {
|
||||
"icon": "/home/pgrondek/src/streamdeck/apps/png/IntelliJ.png",
|
||||
"text": "JUMP",
|
||||
"switch_page": 2
|
||||
},
|
||||
"10": {},
|
||||
"11": {},
|
||||
"12": {},
|
||||
|
@ -299,7 +310,9 @@
|
|||
"write": "",
|
||||
"keys": "",
|
||||
"switch_page": 0,
|
||||
"text": ""
|
||||
"text": "MUTE",
|
||||
"command": "xdotool search --name 'Meet.*Firefox' key ctrl+d",
|
||||
"icon": "/home/pgrondek/src/streamdeck/actions/png/microphone-off.png"
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
|
@ -506,7 +519,7 @@
|
|||
}
|
||||
},
|
||||
"brightness": 45,
|
||||
"page": 9
|
||||
"page": 0
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue