This repository has been archived by the owner on May 8, 2024. It is now read-only.
forked from lornajane/streamdeck-tricks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml.example
68 lines (63 loc) · 1.81 KB
/
config.yaml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
twitch:
buttons:
-
action: set_marker
button_image: "images/buttons/twitch/set_marker.png"
button_index: 23
obs:
buttons:
-
action: set_scene
params:
scene_name: "Main Scene"
button_image: "images/buttons/obs/scene_chatting.png"
button_index: 0
# Dab GIF
vseeface:
buttons:
-
action: set_expression
params:
key: F1
button_image: "images/buttons/vseeface/expression_neutral.png"
button_index: 8
general:
buttons:
-
action: set_brightness
params:
absolute: true
value: 0
button_image: "images/buttons/general/brightness_min.png"
button_index: 16
-
action: set_brightness
params:
absolute: false
value: -25
button_image: "images/buttons/general/brightness_decrease.png"
button_index: 17
-
action: set_brightness
params:
absolute: false
value: 25
button_image: "images/buttons/general/brightness_increase.png"
button_index: 18
-
action: set_brightness
params:
absolute: true
value: 100
button_image: "images/buttons/general/brightness_max.png"
button_index: 19
dbus:
buttons:
-
action: call
params:
destination: "org.mpris.MediaPlayer2.vlc"
path: "/org/mpris/MediaPlayer2"
method: "org.mpris.MediaPlayer2.Player.PlayPause"
button_image: "images/buttons/dbus/vlc_play_pause.png"
button_index: 5